Navy
#011351
BlueColor Codes
All color formats for development
HEX
#011351RGB
rgb(1, 19, 81)HSL
hsl(227, 98%, 16%)OKLCH
oklch(0.228 0.115 263.6)CMYK
cmyk(99%, 77%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011049
2#010F41
3#010D39
4#000B30
5#000928
6#000720
7#000518
8#000410
9#000208
Tints
Lighter variations
1#011C7B
2#0225A6
3#022FD0
4#0338FA
5#2B58FD
6#557AFD
7#809BFE
8#AABCFE
9#D5DEFF
Tones
Muted variations
1#05144D
2#091749
3#0D1945
4#111B41
5#151D3D
6#192039
7#1D2235
8#212431
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCB #BDCBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA4 #8BA4FE | BordersInactive statesPlaceholder text |
| 400 | 4E74 #4E74FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C4D #1C4DFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0232 #0232DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0228 #0228B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011C #011C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0112 #011251 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DCE3FF;
--navy-200: #BDCBFE;
--navy-300: #8BA4FE;
--navy-400: #4E74FD;
--navy-500: #1C4DFD;
--navy-600: #0232DE;
--navy-700: #0228B1;
--navy-800: #011C7E;
--navy-900: #011251;
--navy-950: #010B32;
}