#070F5F
A dark, vivid blue closely aligning with Midnightblue.
About #070F5F
The precise color #070F5F is an excellent choice for modern design projects. Designers often compare it to the standard color Midnightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 15, and 95.
For print applications, it's crucial to understand its CMYK makeup. The color uses 93% Cyan, 84% Magenta, 0% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#070F5F
RGB7, 15, 95
HSL234.5°, 86.3%, 20.0%
CMYK93%, 84%, 0%, 63%
HSV234.5°, 92.6%, 37.3%
LAB10.7, 30.2, -47.0
XYZ2.3, 1.2, 10.9
Decimal462687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.90:1
Text on #FFFFFF
AAA
1.24:1
Text on #000000
FAIL
16.15:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070F5F;
}
.text-color {
color: #070F5F;
}
.border-color {
border: 2px solid #070F5F;
}