#0F2475
A dark, vivid blue closely aligning with Midnightblue.
About #0F2475
When working with digital screens, the color #0F2475 is rendered by mixing light. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 15 red, 36 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 87% cyan, 69% magenta, 0% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F2475
RGB15, 36, 117
HSL227.6°, 77.3%, 25.9%
CMYK87%, 69%, 0%, 54%
HSV227.6°, 87.2%, 45.9%
LAB18.6, 25.5, -48.4
XYZ4.0, 2.6, 17.1
Decimal992373
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.73:1
Text on #FFFFFF
AAA
1.53:1
Text on #000000
FAIL
13.12:1
Text on #F8FAFC
AAA
1.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2475;
}
.text-color {
color: #0F2475;
}
.border-color {
border: 2px solid #0F2475;
}