Shades of Midnight Blue #0B0A56
Tints of Midnight Blue #0B0A56
RGB
CMYK
RGB Variations
Color information
#0B0A56 (or 0x0B0A56) is known color: Midnight Blue. HEX triplet: 0B, 0A and 56. RGB value is (11,10,86). Sum of RGB (Red+Green+Blue) = 11+10+86=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 86 (33.98% from 255 or 80.37% from 107); Max value from RGB is 86 - color contains mainly: blue. Hex color #0B0A56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0A56 is #F4F5A9. Grayscale: #121212. Windows color (decimal): -16053674 or 5638667. OLE color: 5638667.
HSL color Cylindrical-coordinate representation of color #0B0A56: hue angle of 240.79º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B0A56 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 11 | 10 | 86 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.66 |
| HSL | 240.79º | 0.79% | 0.19% | - |
| HSV(B) | 240.79º | 0.88% | 0.34% | - |
| XYZ | 1.93 | 0.96 | 8.89 | - |
| YUV | 18.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 86 | 0.87 | 0.88 | 0 | 0.66 | 240.79 | 0.79 | 0.19 |
| Hex | B | A | 56 | 57 | 58 | 0 | 42 | F1 | 4F | 13 |
| Octal | 13 | 12 | 126 | 127 | 130 | 0 | 102 | 361 | 117 | 23 |
| Binary | 1011 | 1010 | 1010110 | 1010111 | 1011000 | 0 | 1000010 | 11110001 | 1001111 | 10011 |
Color Harmonies of #0B0A56
Complementary color
Monochromatic Colors of #0B0A56
Black with #0B0A56
Text Example
Text Example
White with #0B0A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0A56; }
p { color: rgb(11,10,86); }
H1.HeaderClassName
{
color: #0B0A56;
}
.AnyTagClassName
{
color: #0B0A56;
}
</style>
background-color css
<style>
a { background-color: #0B0A56; }
a { background-color: rgb(11,10,86); }
div.DivClassName
{
background-color: #0B0A56;
}
.BgClassName
{
background-color: #0B0A56;
}
</style>
border-color css
<style>
span { border-color: #0B0A56; }
span { border-color: rgb(11,10,86); }
td.TdClassName
{
border-color: #0B0A56;
}
.TagClassName
{
border-color: #0B0A56;
}
</style>