#001DA0
A dark, vivid blue closely aligning with Darkblue.
About #001DA0
When working with digital screens, the color #001DA0 is rendered by mixing light. Its closest recognized web color is Darkblue. In the RGB color space, it consists of 0 red, 29 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 82% Magenta, 0% Yellow, and 37% Black. The HSL representation is 229.1° hue, 100.0% saturation, and 31.4% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#001DA0
RGB0, 29, 160
HSL229.1°, 100.0%, 31.4%
CMYK100%, 82%, 0%, 37%
HSV229.1°, 100.0%, 62.7%
LAB21.6, 45.2, -70.2
XYZ6.8, 3.4, 33.6
Decimal7584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.48:1
Text on #FFFFFF
AAA
1.68:1
Text on #000000
FAIL
11.92:1
Text on #F8FAFC
AAA
1.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001DA0;
}
.text-color {
color: #001DA0;
}
.border-color {
border: 2px solid #001DA0;
}