#0F078A
A dark, vivid blue closely aligning with Navy.
About #0F078A
The hex code #0F078A represents a beautifully specific shade of blue. It is closely associated with the named CSS color Navy. In the RGB color space, it consists of 15 red, 7 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 89% C, 95% M, 0% Y, and 46% K. The HSL representation is 243.7° hue, 90.3% saturation, and 28.4% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F078A
RGB15, 7, 138
HSL243.7°, 90.3%, 28.4%
CMYK89%, 95%, 0%, 46%
HSV243.7°, 94.9%, 54.1%
LAB15.9, 47.9, -66.1
XYZ4.9, 2.1, 24.2
Decimal984970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.81:1
Text on #FFFFFF
AAA
1.42:1
Text on #000000
FAIL
14.16:1
Text on #F8FAFC
AAA
1.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F078A;
}
.text-color {
color: #0F078A;
}
.border-color {
border: 2px solid #0F078A;
}