Shades of Midnight Blue #0B0F70
Tints of Midnight Blue #0B0F70
RGB
CMYK
RGB Variations
Color information
#0B0F70 (or 0x0B0F70) is known color: Midnight Blue. HEX triplet: 0B, 0F and 70. RGB value is (11,15,112). Sum of RGB (Red+Green+Blue) = 11+15+112=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B0F70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0F70 is #F4F08F. Grayscale: #181818. Windows color (decimal): -16052368 or 7343883. OLE color: 7343883.
HSL color Cylindrical-coordinate representation of color #0B0F70: hue angle of 237.62º 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 #0B0F70 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 15 | 112 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.56 |
| HSL | 237.62º | 0.82% | 0.24% | - |
| HSV(B) | 237.62º | 0.9% | 0.44% | - |
| XYZ | 3.23 | 1.58 | 15.46 | - |
| YUV | 24.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 112 | 0.90 | 0.87 | 0 | 0.56 | 237.62 | 0.82 | 0.24 |
| Hex | B | F | 70 | 5A | 57 | 0 | 38 | EE | 52 | 18 |
| Octal | 13 | 17 | 160 | 132 | 127 | 0 | 70 | 356 | 122 | 30 |
| Binary | 1011 | 1111 | 1110000 | 1011010 | 1010111 | 0 | 111000 | 11101110 | 1010010 | 11000 |
Color Harmonies of #0B0F70
Complementary color
Monochromatic Colors of #0B0F70
Black with #0B0F70
Text Example
Text Example
White with #0B0F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F70; }
p { color: rgb(11,15,112); }
H1.HeaderClassName
{
color: #0B0F70;
}
.AnyTagClassName
{
color: #0B0F70;
}
</style>
background-color css
<style>
a { background-color: #0B0F70; }
a { background-color: rgb(11,15,112); }
div.DivClassName
{
background-color: #0B0F70;
}
.BgClassName
{
background-color: #0B0F70;
}
</style>
border-color css
<style>
span { border-color: #0B0F70; }
span { border-color: rgb(11,15,112); }
td.TdClassName
{
border-color: #0B0F70;
}
.TagClassName
{
border-color: #0B0F70;
}
</style>