#070F57
A very dark, vivid blue closely aligning with Midnightblue.
About #070F57
At its core, #070F57 is a very dark and vivid hue. It is closely associated with the named CSS color Midnightblue. In the RGB color space, it consists of 7 red, 15 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 92% Cyan, 83% Magenta, 0% Yellow, and 66% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#070F57
RGB7, 15, 87
HSL234.0°, 85.1%, 18.4%
CMYK92%, 83%, 0%, 66%
HSV234.0°, 92.0%, 34.1%
LAB9.6, 27.2, -43.4
XYZ2.0, 1.1, 9.1
Decimal462679
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.28:1
Text on #FFFFFF
AAA
1.21:1
Text on #000000
FAIL
16.52:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070F57;
}
.text-color {
color: #070F57;
}
.border-color {
border: 2px solid #070F57;
}