#001DB6
A dark, vivid blue closely aligning with Darkblue.
About #001DB6
The hex code #001DB6 represents a beautifully specific shade of blue. Its closest recognized web color is Darkblue. In the RGB color space, it consists of 0 red, 29 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 84% magenta, 0% yellow, and 29% black. With a hue angle of 230.4 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#001DB6
RGB0, 29, 182
HSL230.4°, 100.0%, 35.7%
CMYK100%, 84%, 0%, 29%
HSV230.4°, 100.0%, 71.4%
LAB24.5, 52.3, -78.7
XYZ8.9, 4.3, 44.6
Decimal7606
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.34:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.84:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001DB6;
}
.text-color {
color: #001DB6;
}
.border-color {
border: 2px solid #001DB6;
}