#001D57
A very dark, vivid blue closely aligning with Midnightblue.
About #001D57
At its core, #001D57 is a very dark and vivid hue. 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 87.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 67% Magenta, 0% Yellow, and 66% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#001D57
RGB0, 29, 87
HSL220.0°, 100.0%, 17.1%
CMYK100%, 67%, 0%, 66%
HSV220.0°, 100.0%, 34.1%
LAB13.0, 16.5, -37.7
XYZ2.2, 1.6, 9.2
Decimal7511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.99:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.28:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D57;
}
.text-color {
color: #001D57;
}
.border-color {
border: 2px solid #001D57;
}