#0F0050
A very dark, vivid blue closely aligning with Midnightblue.
About #0F0050
Visually, #0F0050 is defined as a vivid blue. Its closest recognized web color is Midnightblue. Its digital footprint relies on 15 parts red, 0 parts green, and 80 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 81% Cyan, 100% Magenta, 0% Yellow, and 69% Black. With a hue angle of 251.2 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F0050
RGB15, 0, 80
HSL251.2°, 100.0%, 15.7%
CMYK81%, 100%, 0%, 69%
HSV251.2°, 100.0%, 31.4%
LAB6.1, 33.9, -44.3
XYZ1.6, 0.7, 7.6
Decimal983120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.48:1
Text on #FFFFFF
AAA
1.14:1
Text on #000000
FAIL
17.67:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0050;
}
.text-color {
color: #0F0050;
}
.border-color {
border: 2px solid #0F0050;
}