#0F006D
A dark, vivid blue closely aligning with Navy.
About #0F006D
When working with digital screens, the color #0F006D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Navy. This translates to an RGB value of rgb(15, 0, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 86% Cyan, 100% Magenta, 0% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#0F006D
RGB15, 0, 109
HSL248.3°, 100.0%, 21.4%
CMYK86%, 100%, 0%, 57%
HSV248.3°, 100.0%, 42.7%
LAB10.6, 42.6, -56.4
XYZ3.0, 1.2, 14.5
Decimal983149
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.92:1
Text on #FFFFFF
AAA
1.24:1
Text on #000000
FAIL
16.17:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F006D;
}
.text-color {
color: #0F006D;
}
.border-color {
border: 2px solid #0F006D;
}