Shades of Midnight Blue #0B1971
Tints of Midnight Blue #0B1971
RGB
CMYK
RGB Variations
Color information
#0B1971 (or 0x0B1971) is known color: Midnight Blue. HEX triplet: 0B, 19 and 71. RGB value is (11,25,113). Sum of RGB (Red+Green+Blue) = 11+25+113=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B1971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1971 is #F4E68E. Grayscale: #1E1E1E. Windows color (decimal): -16049807 or 7411979. OLE color: 7411979.
HSL color Cylindrical-coordinate representation of color #0B1971: hue angle of 231.76º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1971 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 25 | 113 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.56 |
| HSL | 231.76º | 0.82% | 0.24% | - |
| HSV(B) | 231.76º | 0.9% | 0.44% | - |
| XYZ | 3.47 | 1.96 | 15.82 | - |
| YUV | 30.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 113 | 0.90 | 0.78 | 0 | 0.56 | 231.76 | 0.82 | 0.24 |
| Hex | B | 19 | 71 | 5A | 4E | 0 | 38 | E8 | 52 | 18 |
| Octal | 13 | 31 | 161 | 132 | 116 | 0 | 70 | 350 | 122 | 30 |
| Binary | 1011 | 11001 | 1110001 | 1011010 | 1001110 | 0 | 111000 | 11101000 | 1010010 | 11000 |
Color Harmonies of #0B1971
Complementary color
Monochromatic Colors of #0B1971
Black with #0B1971
Text Example
Text Example
White with #0B1971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1971; }
p { color: rgb(11,25,113); }
H1.HeaderClassName
{
color: #0B1971;
}
.AnyTagClassName
{
color: #0B1971;
}
</style>
background-color css
<style>
a { background-color: #0B1971; }
a { background-color: rgb(11,25,113); }
div.DivClassName
{
background-color: #0B1971;
}
.BgClassName
{
background-color: #0B1971;
}
</style>
border-color css
<style>
span { border-color: #0B1971; }
span { border-color: rgb(11,25,113); }
td.TdClassName
{
border-color: #0B1971;
}
.TagClassName
{
border-color: #0B1971;
}
</style>