#1D00A0
A dark, vivid blue closely aligning with Darkblue.
About #1D00A0
Visually, #1D00A0 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(29, 0, 160).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 82% C, 100% M, 0% Y, and 37% K. The HSL representation is 250.9° hue, 100.0% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D00A0
RGB29, 0, 160
HSL250.9°, 100.0%, 31.4%
CMYK82%, 100%, 0%, 37%
HSV250.9°, 100.0%, 62.7%
LAB19.2, 56.3, -74.2
XYZ6.9, 2.8, 33.4
Decimal1900704
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.46:1
Text on #FFFFFF
AAA
1.56:1
Text on #000000
FAIL
12.87:1
Text on #F8FAFC
AAA
1.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D00A0;
}
.text-color {
color: #1D00A0;
}
.border-color {
border: 2px solid #1D00A0;
}