#1D008A
A dark, vivid blue closely aligning with Darkblue.
About #1D008A
Visually, #1D008A is defined as a vivid blue. It is closely associated with the named CSS color Darkblue. This translates to an RGB value of rgb(29, 0, 138).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 79% cyan, 100% magenta, 0% yellow, and 46% black. The HSL representation is 252.6° hue, 100.0% saturation, and 27.1% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D008A
RGB29, 0, 138
HSL252.6°, 100.0%, 27.1%
CMYK79%, 100%, 0%, 46%
HSV252.6°, 100.0%, 54.1%
LAB16.0, 50.7, -66.0
XYZ5.1, 2.1, 24.2
Decimal1900682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.80:1
Text on #FFFFFF
AAA
1.42:1
Text on #000000
FAIL
14.14:1
Text on #F8FAFC
AAA
1.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D008A;
}
.text-color {
color: #1D008A;
}
.border-color {
border: 2px solid #1D008A;
}