#000F99
A dark, vivid blue closely aligning with Darkblue.
About #000F99
When working with digital screens, the color #000F99 is rendered by mixing light. Its closest recognized web color is Darkblue. In the RGB color space, it consists of 0 red, 15 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 90% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#000F99
RGB0, 15, 153
HSL234.1°, 100.0%, 30.0%
CMYK100%, 90%, 0%, 40%
HSV234.1°, 100.0%, 60.0%
LAB18.5, 49.3, -71.1
XYZ5.9, 2.6, 30.3
Decimal3993
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.74:1
Text on #FFFFFF
AAA
1.53:1
Text on #000000
FAIL
13.13:1
Text on #F8FAFC
AAA
1.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F99;
}
.text-color {
color: #000F99;
}
.border-color {
border: 2px solid #000F99;
}