#0F0FA0
A dark, vivid blue closely aligning with Darkblue.
About #0F0FA0
At its core, #0F0FA0 is a dark and vivid hue. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(15, 15, 160).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 91% C, 91% M, 0% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#0F0FA0
RGB15, 15, 160
HSL240.0°, 82.9%, 34.3%
CMYK91%, 91%, 0%, 37%
HSV240.0°, 90.6%, 62.7%
LAB20.0, 51.6, -73.0
XYZ6.7, 3.0, 33.5
Decimal987040
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.16:1
Text on #FFFFFF
AAA
1.60:1
Text on #000000
FAIL
12.57:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0FA0;
}
.text-color {
color: #0F0FA0;
}
.border-color {
border: 2px solid #0F0FA0;
}