#0F1D99
A dark, vivid blue closely aligning with Navy.
About #0F1D99
Visually, #0F1D99 is defined as a vivid blue. It is closely associated with the named CSS color Navy. This translates to an RGB value of rgb(15, 29, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 90% C, 81% M, 0% Y, and 40% K. The HSL representation is 233.9° hue, 82.1% saturation, and 32.9% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F1D99
RGB15, 29, 153
HSL233.9°, 82.1%, 32.9%
CMYK90%, 81%, 0%, 40%
HSV233.9°, 90.2%, 60.0%
LAB21.1, 43.2, -66.7
XYZ6.4, 3.3, 30.4
Decimal990617
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.68:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.12:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1D99;
}
.text-color {
color: #0F1D99;
}
.border-color {
border: 2px solid #0F1D99;
}