#001D49
A very dark, vivid blue closely aligning with Darkslateblue.
About #001D49
Visually, #001D49 is defined as a vivid blue. It is closely associated with the named CSS color Darkslateblue. Its digital footprint relies on 0 parts red, 29 parts green, and 73 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 60% Magenta, 0% Yellow, and 71% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#001D49
RGB0, 29, 73
HSL216.2°, 100.0%, 14.3%
CMYK100%, 60%, 0%, 71%
HSV216.2°, 100.0%, 28.6%
LAB11.7, 9.9, -30.3
XYZ1.6, 1.4, 6.5
Decimal7497
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.51:1
Text on #FFFFFF
AAA
1.27:1
Text on #000000
FAIL
15.78:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D49;
}
.text-color {
color: #001D49;
}
.border-color {
border: 2px solid #001D49;
}