#072475
A dark, vivid blue closely aligning with Midnightblue.
About #072475
At its core, #072475 is a dark and vivid hue. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(7, 36, 117).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 94% cyan, 69% magenta, 0% yellow, and 54% black. The HSL representation is 224.2° hue, 88.7% saturation, and 24.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#072475
RGB7, 36, 117
HSL224.2°, 88.7%, 24.3%
CMYK94%, 69%, 0%, 54%
HSV224.2°, 94.0%, 45.9%
LAB18.3, 24.9, -48.8
XYZ3.9, 2.6, 17.1
Decimal468085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.83:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.22:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #072475;
}
.text-color {
color: #072475;
}
.border-color {
border: 2px solid #072475;
}