#001D50
A very dark, vivid blue closely aligning with Darkslateblue.
About #001D50
At its core, #001D50 is a very dark and vivid hue. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 29, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 64% M, 0% Y, and 69% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#001D50
RGB0, 29, 80
HSL218.3°, 100.0%, 15.7%
CMYK100%, 64%, 0%, 69%
HSV218.3°, 100.0%, 31.4%
LAB12.3, 13.2, -34.1
XYZ1.9, 1.5, 7.8
Decimal7504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.26:1
Text on #FFFFFF
AAA
1.29:1
Text on #000000
FAIL
15.54:1
Text on #F8FAFC
AAA
1.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D50;
}
.text-color {
color: #001D50;
}
.border-color {
border: 2px solid #001D50;
}