#0F0FAF
A dark, vivid blue closely aligning with Darkblue.
About #0F0FAF
When working with digital screens, the color #0F0FAF is rendered by mixing light. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 15 red, 15 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. The color uses 91% Cyan, 91% Magenta, 0% Yellow, and 31% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#0F0FAF
RGB15, 15, 175
HSL240.0°, 84.2%, 37.3%
CMYK91%, 91%, 0%, 31%
HSV240.0°, 91.4%, 68.6%
LAB22.1, 55.9, -78.5
XYZ8.1, 3.5, 40.8
Decimal987055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.30:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.75:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0FAF;
}
.text-color {
color: #0F0FAF;
}
.border-color {
border: 2px solid #0F0FAF;
}