#0F0075
A dark, vivid blue closely aligning with Navy.
About #0F0075
When working with digital screens, the color #0F0075 is rendered by mixing light. Its closest recognized web color is Navy. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 0, and 117.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 87% cyan and 100% magenta inks. The HSL representation is 247.7° hue, 100.0% saturation, and 22.9% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F0075
RGB15, 0, 117
HSL247.7°, 100.0%, 22.9%
CMYK87%, 100%, 0%, 54%
HSV247.7°, 100.0%, 45.9%
LAB11.9, 44.8, -59.5
XYZ3.4, 1.4, 16.9
Decimal983157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.44:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.72:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0075;
}
.text-color {
color: #0F0075;
}
.border-color {
border: 2px solid #0F0075;
}