#000FBD
A dark, vivid blue closely aligning with Mediumblue.
About #000FBD
The precise color #000FBD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 0 red, 15 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 92% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#000FBD
RGB0, 15, 189
HSL235.2°, 100.0%, 37.1%
CMYK100%, 92%, 0%, 26%
HSV235.2°, 100.0%, 74.1%
LAB23.7, 59.6, -84.2
XYZ9.4, 4.0, 48.4
Decimal4029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.65:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.13:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000FBD;
}
.text-color {
color: #000FBD;
}
.border-color {
border: 2px solid #000FBD;
}