#0F005F
A very dark, vivid blue closely aligning with Midnightblue.
About #0F005F
When working with digital screens, the color #0F005F is rendered by mixing light. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 15 red, 0 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 84% cyan, 100% magenta, 0% yellow, and 63% black. The HSL representation is 249.5° hue, 100.0% saturation, and 18.6% 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#0F005F
RGB15, 0, 95
HSL249.5°, 100.0%, 18.6%
CMYK84%, 100%, 0%, 63%
HSV249.5°, 100.0%, 37.3%
LAB8.4, 38.8, -50.8
XYZ2.3, 0.9, 10.9
Decimal983135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.71:1
Text on #FFFFFF
AAA
1.19:1
Text on #000000
FAIL
16.93:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F005F;
}
.text-color {
color: #0F005F;
}
.border-color {
border: 2px solid #0F005F;
}