#001D8A
A dark, vivid blue closely aligning with Navy.
About #001D8A
When working with digital screens, the color #001D8A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Navy. In the RGB color space, it consists of 0 red, 29 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 79% Magenta, 0% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#001D8A
RGB0, 29, 138
HSL227.4°, 100.0%, 27.1%
CMYK100%, 79%, 0%, 46%
HSV227.4°, 100.0%, 54.1%
LAB18.9, 37.4, -61.2
XYZ5.0, 2.7, 24.3
Decimal7562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.61:1
Text on #FFFFFF
AAA
1.54:1
Text on #000000
FAIL
13.01:1
Text on #F8FAFC
AAA
1.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D8A;
}
.text-color {
color: #001D8A;
}
.border-color {
border: 2px solid #001D8A;
}