#0F0775
A dark, vivid blue closely aligning with Navy.
About #0F0775
The precise color #0F0775 is an excellent choice for modern design projects. Its closest recognized web color is Navy. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 7, and 117.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 87% cyan and 94% magenta inks. With a hue angle of 244.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F0775
RGB15, 7, 117
HSL244.4°, 88.7%, 24.3%
CMYK87%, 94%, 0%, 54%
HSV244.4°, 94.0%, 45.9%
LAB12.8, 41.8, -57.8
XYZ3.5, 1.5, 16.9
Decimal984949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.06:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.35:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0775;
}
.text-color {
color: #0F0775;
}
.border-color {
border: 2px solid #0F0775;
}