#0F2C75
A dark, vivid blue closely aligning with Darkslateblue.
About #0F2C75
Visually, #0F2C75 is defined as a vivid blue. Designers often compare it to the standard color Darkslateblue. In the RGB color space, it consists of 15 red, 44 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 87% cyan, 62% magenta, 0% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F2C75
RGB15, 44, 117
HSL222.9°, 77.3%, 25.9%
CMYK87%, 62%, 0%, 54%
HSV222.9°, 87.2%, 45.9%
LAB20.8, 19.8, -44.7
XYZ4.3, 3.2, 17.2
Decimal994421
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.82:1
Text on #FFFFFF
AAA
1.64:1
Text on #000000
FAIL
12.26:1
Text on #F8FAFC
AAA
1.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2C75;
}
.text-color {
color: #0F2C75;
}
.border-color {
border: 2px solid #0F2C75;
}