#1D0099
A dark, vivid blue closely aligning with Darkblue.
About #1D0099
Visually, #1D0099 is defined as a vivid blue. It is closely associated with the named CSS color Darkblue. Its digital footprint relies on 29 parts red, 0 parts green, and 153 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 81% Cyan, 100% Magenta, 0% Yellow, and 40% Black. The HSL representation is 251.4° hue, 100.0% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D0099
RGB29, 0, 153
HSL251.4°, 100.0%, 30.0%
CMYK81%, 100%, 0%, 40%
HSV251.4°, 100.0%, 60.0%
LAB18.2, 54.5, -71.6
XYZ6.3, 2.6, 30.3
Decimal1900697
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.89:1
Text on #FFFFFF
AAA
1.51:1
Text on #000000
FAIL
13.27:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0099;
}
.text-color {
color: #1D0099;
}
.border-color {
border: 2px solid #1D0099;
}