#07248A
A dark, vivid blue closely aligning with Midnightblue.
About #07248A
The precise color #07248A is an excellent choice for modern design projects. It is closely associated with the named CSS color Midnightblue. In the RGB color space, it consists of 7 red, 36 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 95% Cyan, 74% Magenta, 0% Yellow, and 46% Black. The HSL representation is 226.7° hue, 90.3% saturation, and 28.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07248A
RGB7, 36, 138
HSL226.7°, 90.3%, 28.4%
CMYK95%, 74%, 0%, 46%
HSV226.7°, 94.9%, 54.1%
LAB20.6, 33.3, -58.3
XYZ5.3, 3.1, 24.4
Decimal468106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.90:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.33:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07248A;
}
.text-color {
color: #07248A;
}
.border-color {
border: 2px solid #07248A;
}