#070F75
A dark, vivid blue closely aligning with Midnightblue.
About #070F75
Visually, #070F75 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Midnightblue. Its digital footprint relies on 7 parts red, 15 parts green, and 117 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 94% cyan, 87% magenta, 0% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#070F75
RGB7, 15, 117
HSL235.6°, 88.7%, 24.3%
CMYK94%, 87%, 0%, 54%
HSV235.6°, 94.0%, 45.9%
LAB13.7, 38.0, -56.5
XYZ3.5, 1.7, 17.0
Decimal462709
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.74:1
Text on #FFFFFF
AAA
1.33:1
Text on #000000
FAIL
15.04:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070F75;
}
.text-color {
color: #070F75;
}
.border-color {
border: 2px solid #070F75;
}