#001D33
A very dark, vivid blue closely aligning with Black.
About #001D33
At its core, #001D33 is a very dark and vivid hue. Its closest recognized web color is Black. This translates to an RGB value of rgb(0, 29, 51).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 43% M, 0% Y, and 80% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#001D33
RGB0, 29, 51
HSL205.9°, 100.0%, 10.0%
CMYK100%, 43%, 0%, 80%
HSV205.9°, 100.0%, 20.0%
LAB9.9, -0.9, -17.6
XYZ1.0, 1.1, 3.3
Decimal7475
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.16:1
Text on #FFFFFF
AAA
1.22:1
Text on #000000
FAIL
16.40:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D33;
}
.text-color {
color: #001D33;
}
.border-color {
border: 2px solid #001D33;
}