Shades of Midnight Blue #0B0160
Tints of Midnight Blue #0B0160
RGB
CMYK
RGB Variations
Color information
#0B0160 (or 0x0B0160) is known color: Midnight Blue. HEX triplet: 0B, 01 and 60. RGB value is (11,1,96). Sum of RGB (Red+Green+Blue) = 11+1+96=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 96 (37.89% from 255 or 88.89% from 108); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B0160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0160 is #F4FE9F. Grayscale: #0E0E0E. Windows color (decimal): -16055968 or 6291723. OLE color: 6291723.
HSL color Cylindrical-coordinate representation of color #0B0160: hue angle of 246.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0160 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 1 | 96 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.62 |
| HSL | 246.32º | 0.98% | 0.19% | - |
| HSV(B) | 246.32º | 0.99% | 0.38% | - |
| XYZ | 2.26 | 0.94 | 11.13 | - |
| YUV | 14.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 96 | 0.89 | 0.99 | 0 | 0.62 | 246.32 | 0.98 | 0.19 |
| Hex | B | 1 | 60 | 59 | 63 | 0 | 3E | F6 | 62 | 13 |
| Octal | 13 | 1 | 140 | 131 | 143 | 0 | 76 | 366 | 142 | 23 |
| Binary | 1011 | 1 | 1100000 | 1011001 | 1100011 | 0 | 111110 | 11110110 | 1100010 | 10011 |
Color Harmonies of #0B0160
Complementary color
Monochromatic Colors of #0B0160
Black with #0B0160
Text Example
Text Example
White with #0B0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0160; }
p { color: rgb(11,1,96); }
H1.HeaderClassName
{
color: #0B0160;
}
.AnyTagClassName
{
color: #0B0160;
}
</style>
background-color css
<style>
a { background-color: #0B0160; }
a { background-color: rgb(11,1,96); }
div.DivClassName
{
background-color: #0B0160;
}
.BgClassName
{
background-color: #0B0160;
}
</style>
border-color css
<style>
span { border-color: #0B0160; }
span { border-color: rgb(11,1,96); }
td.TdClassName
{
border-color: #0B0160;
}
.TagClassName
{
border-color: #0B0160;
}
</style>