Shades of Midnight Blue #0B1159
Tints of Midnight Blue #0B1159
RGB
CMYK
RGB Variations
Color information
#0B1159 (or 0x0B1159) is known color: Midnight Blue. HEX triplet: 0B, 11 and 59. RGB value is (11,17,89). Sum of RGB (Red+Green+Blue) = 11+17+89=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B1159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1159 is #F4EEA6. Grayscale: #171717. Windows color (decimal): -16051879 or 5837067. OLE color: 5837067.
HSL color Cylindrical-coordinate representation of color #0B1159: hue angle of 235.38º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B1159 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 17 | 89 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.65 |
| HSL | 235.38º | 0.78% | 0.2% | - |
| HSV(B) | 235.38º | 0.88% | 0.35% | - |
| XYZ | 2.14 | 1.19 | 9.57 | - |
| YUV | 23.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 89 | 0.88 | 0.81 | 0 | 0.65 | 235.38 | 0.78 | 0.2 |
| Hex | B | 11 | 59 | 58 | 51 | 0 | 41 | EB | 4E | 14 |
| Octal | 13 | 21 | 131 | 130 | 121 | 0 | 101 | 353 | 116 | 24 |
| Binary | 1011 | 10001 | 1011001 | 1011000 | 1010001 | 0 | 1000001 | 11101011 | 1001110 | 10100 |
Color Harmonies of #0B1159
Complementary color
Monochromatic Colors of #0B1159
Black with #0B1159
Text Example
Text Example
White with #0B1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1159; }
p { color: rgb(11,17,89); }
H1.HeaderClassName
{
color: #0B1159;
}
.AnyTagClassName
{
color: #0B1159;
}
</style>
background-color css
<style>
a { background-color: #0B1159; }
a { background-color: rgb(11,17,89); }
div.DivClassName
{
background-color: #0B1159;
}
.BgClassName
{
background-color: #0B1159;
}
</style>
border-color css
<style>
span { border-color: #0B1159; }
span { border-color: rgb(11,17,89); }
td.TdClassName
{
border-color: #0B1159;
}
.TagClassName
{
border-color: #0B1159;
}
</style>