#0F077C
A dark, vivid blue closely aligning with Navy.
About #0F077C
Visually, #0F077C is defined as a vivid blue. It is closely associated with the named CSS color Navy. Its digital footprint relies on 15 parts red, 7 parts green, and 124 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 94% Magenta, 0% Yellow, and 51% Black. The HSL representation is 244.1° hue, 89.3% saturation, and 25.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0F077C
RGB15, 7, 124
HSL244.1°, 89.3%, 25.7%
CMYK88%, 94%, 0%, 51%
HSV244.1°, 94.4%, 48.6%
LAB13.9, 43.8, -60.6
XYZ3.9, 1.7, 19.2
Decimal984956
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.65:1
Text on #FFFFFF
AAA
1.34:1
Text on #000000
FAIL
14.96:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F077C;
}
.text-color {
color: #0F077C;
}
.border-color {
border: 2px solid #0F077C;
}