#0F0750
A very dark, vivid blue closely aligning with Midnightblue.
About #0F0750
Visually, #0F0750 is defined as a vivid blue. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 15 red, 7 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 81% C, 91% M, 0% Y, and 69% K. The HSL representation is 246.6° hue, 83.9% saturation, and 17.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F0750
RGB15, 7, 80
HSL246.6°, 83.9%, 17.1%
CMYK81%, 91%, 0%, 69%
HSV246.6°, 91.2%, 31.4%
LAB7.5, 29.9, -42.0
XYZ1.7, 0.8, 7.7
Decimal984912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.00:1
Text on #FFFFFF
AAA
1.17:1
Text on #000000
FAIL
17.21:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0750;
}
.text-color {
color: #0F0750;
}
.border-color {
border: 2px solid #0F0750;
}