#0F243A
A very dark, moderate blue closely aligning with Black.
About #0F243A
Visually, #0F243A is defined as a moderate blue. Its closest recognized web color is Black. In the RGB color space, it consists of 15 red, 36 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 74% cyan, 38% magenta, 0% yellow, and 77% black. With a hue angle of 210.7 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F243A
RGB15, 36, 58
HSL210.7°, 58.9%, 14.3%
CMYK74%, 38%, 0%, 77%
HSV210.7°, 74.1%, 22.7%
LAB13.6, 0.1, -16.7
XYZ1.6, 1.7, 4.2
Decimal992314
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.74:1
Text on #FFFFFF
AAA
1.33:1
Text on #000000
FAIL
15.05:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F243A;
}
.text-color {
color: #0F243A;
}
.border-color {
border: 2px solid #0F243A;
}