#0F1692
A dark, vivid blue closely aligning with Navy.
About #0F1692
The precise color #0F1692 is an excellent choice for modern design projects. Its closest recognized web color is Navy. This translates to an RGB value of rgb(15, 22, 146).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 90% C, 85% M, 0% Y, and 43% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a 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#0F1692
RGB15, 22, 146
HSL236.8°, 81.4%, 31.6%
CMYK90%, 85%, 0%, 43%
HSV236.8°, 89.7%, 57.3%
LAB19.0, 44.5, -65.9
XYZ5.7, 2.8, 27.4
Decimal988818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.55:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.95:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1692;
}
.text-color {
color: #0F1692;
}
.border-color {
border: 2px solid #0F1692;
}