Shades of Midnight Blue #0B1157
Tints of Midnight Blue #0B1157
RGB
CMYK
RGB Variations
Color information
#0B1157 (or 0x0B1157) is known color: Midnight Blue. HEX triplet: 0B, 11 and 57. RGB value is (11,17,87). Sum of RGB (Red+Green+Blue) = 11+17+87=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #0B1157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1157 is #F4EEA8. Grayscale: #161616. Windows color (decimal): -16051881 or 5705995. OLE color: 5705995.
HSL color Cylindrical-coordinate representation of color #0B1157: hue angle of 235.26º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B1157 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 11 | 17 | 87 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.66 |
| HSL | 235.26º | 0.78% | 0.19% | - |
| HSV(B) | 235.26º | 0.87% | 0.34% | - |
| XYZ | 2.06 | 1.16 | 9.13 | - |
| YUV | 23.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 87 | 0.87 | 0.80 | 0 | 0.66 | 235.26 | 0.78 | 0.19 |
| Hex | B | 11 | 57 | 57 | 50 | 0 | 42 | EB | 4E | 13 |
| Octal | 13 | 21 | 127 | 127 | 120 | 0 | 102 | 353 | 116 | 23 |
| Binary | 1011 | 10001 | 1010111 | 1010111 | 1010000 | 0 | 1000010 | 11101011 | 1001110 | 10011 |
Color Harmonies of #0B1157
Complementary color
Monochromatic Colors of #0B1157
Black with #0B1157
Text Example
Text Example
White with #0B1157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1157; }
p { color: rgb(11,17,87); }
H1.HeaderClassName
{
color: #0B1157;
}
.AnyTagClassName
{
color: #0B1157;
}
</style>
background-color css
<style>
a { background-color: #0B1157; }
a { background-color: rgb(11,17,87); }
div.DivClassName
{
background-color: #0B1157;
}
.BgClassName
{
background-color: #0B1157;
}
</style>
border-color css
<style>
span { border-color: #0B1157; }
span { border-color: rgb(11,17,87); }
td.TdClassName
{
border-color: #0B1157;
}
.TagClassName
{
border-color: #0B1157;
}
</style>