#001683
A dark, vivid blue closely aligning with Navy.
About #001683
The hex code #001683 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Navy. This translates to an RGB value of rgb(0, 22, 131).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 83% magenta, 0% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#001683
RGB0, 22, 131
HSL229.9°, 100.0%, 25.7%
CMYK100%, 83%, 0%, 49%
HSV229.9°, 100.0%, 51.4%
LAB16.6, 38.9, -60.6
XYZ4.4, 2.2, 21.7
Decimal5763
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.56:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.91:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001683;
}
.text-color {
color: #001683;
}
.border-color {
border: 2px solid #001683;
}