#001D5F
A very dark, vivid blue closely aligning with Midnightblue.
About #001D5F
Visually, #001D5F is defined as a vivid blue. Its closest recognized web color is Midnightblue. This translates to an RGB value of rgb(0, 29, 95).
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 69% Magenta, 0% Yellow, and 63% Black. With a hue angle of 221.7 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#001D5F
RGB0, 29, 95
HSL221.7°, 100.0%, 18.6%
CMYK100%, 69%, 0%, 63%
HSV221.7°, 100.0%, 37.3%
LAB13.9, 20.1, -41.7
XYZ2.5, 1.7, 11.0
Decimal7519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.66:1
Text on #FFFFFF
AAA
1.34:1
Text on #000000
FAIL
14.97:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D5F;
}
.text-color {
color: #001D5F;
}
.border-color {
border: 2px solid #001D5F;
}