#001D75
A dark, vivid blue closely aligning with Midnightblue.
About #001D75
At its core, #001D75 is a dark and vivid hue. It is closely associated with the named CSS color Midnightblue. Its digital footprint relies on 0 parts red, 29 parts green, and 117 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 75% M, 0% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#001D75
RGB0, 29, 117
HSL225.1°, 100.0%, 22.9%
CMYK100%, 75%, 0%, 54%
HSV225.1°, 100.0%, 45.9%
LAB16.3, 29.4, -52.1
XYZ3.7, 2.2, 17.1
Decimal7541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.66:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
14.01:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D75;
}
.text-color {
color: #001D75;
}
.border-color {
border: 2px solid #001D75;
}