#001DA8
A dark, vivid blue closely aligning with Darkblue.
About #001DA8
Visually, #001DA8 is defined as a vivid blue. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(0, 29, 168).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 83% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#001DA8
RGB0, 29, 168
HSL229.6°, 100.0%, 32.9%
CMYK100%, 83%, 0%, 34%
HSV229.6°, 100.0%, 65.9%
LAB22.7, 47.8, -73.3
XYZ7.5, 3.7, 37.4
Decimal7592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.06:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.53:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001DA8;
}
.text-color {
color: #001DA8;
}
.border-color {
border: 2px solid #001DA8;
}