#001692
A dark, vivid blue closely aligning with Navy.
About #001692
When working with digital screens, the color #001692 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Navy. This translates to an RGB value of rgb(0, 22, 146).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 85% M, 0% Y, and 43% K. The HSL representation is 231.0° hue, 100.0% saturation, and 28.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#001692
RGB0, 22, 146
HSL231.0°, 100.0%, 28.6%
CMYK100%, 85%, 0%, 43%
HSV231.0°, 100.0%, 57.3%
LAB18.6, 44.1, -66.7
XYZ5.5, 2.6, 27.4
Decimal5778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.73:1
Text on #FFFFFF
AAA
1.53:1
Text on #000000
FAIL
13.12:1
Text on #F8FAFC
AAA
1.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001692;
}
.text-color {
color: #001692;
}
.border-color {
border: 2px solid #001692;
}