#002475
A dark, vivid blue closely aligning with Midnightblue.
About #002475
At its core, #002475 is a dark and vivid hue. Its closest recognized web color is Midnightblue. This translates to an RGB value of rgb(0, 36, 117).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 69% magenta, 0% yellow, and 54% 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 dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#002475
RGB0, 36, 117
HSL221.5°, 100.0%, 22.9%
CMYK100%, 69%, 0%, 54%
HSV221.5°, 100.0%, 45.9%
LAB18.1, 24.5, -49.1
XYZ3.8, 2.5, 17.1
Decimal9333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.91:1
Text on #FFFFFF
AAA
1.51:1
Text on #000000
FAIL
13.30:1
Text on #F8FAFC
AAA
1.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002475;
}
.text-color {
color: #002475;
}
.border-color {
border: 2px solid #002475;
}