#0F3A5F
A dark, vivid blue closely aligning with Darkslategray.
About #0F3A5F
Visually, #0F3A5F is defined as a vivid blue. It is closely associated with the named CSS color Darkslategray. This translates to an RGB value of rgb(15, 58, 95).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 84% cyan, 39% magenta, 0% yellow, and 63% black. The HSL representation is 207.7° hue, 72.7% saturation, and 21.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#0F3A5F
RGB15, 58, 95
HSL207.7°, 72.7%, 21.6%
CMYK84%, 39%, 0%, 63%
HSV207.7°, 84.2%, 37.3%
LAB23.5, 0.3, -26.1
XYZ3.8, 4.0, 11.4
Decimal997983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.73:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.21:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F3A5F;
}
.text-color {
color: #0F3A5F;
}
.border-color {
border: 2px solid #0F3A5F;
}