#0F075F
A dark, vivid blue closely aligning with Midnightblue.
About #0F075F
Visually, #0F075F is defined as a vivid blue. It is closely associated with the named CSS color Midnightblue. Its digital footprint relies on 15 parts red, 7 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 84% Cyan, 93% Magenta, 0% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F075F
RGB15, 7, 95
HSL245.5°, 86.3%, 20.0%
CMYK84%, 93%, 0%, 63%
HSV245.5°, 92.6%, 37.3%
LAB9.6, 34.9, -48.7
XYZ2.3, 1.1, 10.9
Decimal984927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.27:1
Text on #FFFFFF
AAA
1.22:1
Text on #000000
FAIL
16.51:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F075F;
}
.text-color {
color: #0F075F;
}
.border-color {
border: 2px solid #0F075F;
}