#001D6D
A dark, vivid blue closely aligning with Midnightblue.
About #001D6D
The hex code #001D6D represents a beautifully specific shade of blue. Its closest recognized web color is Midnightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 29, and 109.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 73% magenta, 0% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#001D6D
RGB0, 29, 109
HSL224.0°, 100.0%, 21.4%
CMYK100%, 73%, 0%, 57%
HSV224.0°, 100.0%, 42.7%
LAB15.4, 26.1, -48.4
XYZ3.2, 2.0, 14.7
Decimal7533
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.04:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.37:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D6D;
}
.text-color {
color: #001D6D;
}
.border-color {
border: 2px solid #001D6D;
}