Shades of Midnight Blue #0B0560
Tints of Midnight Blue #0B0560
RGB
CMYK
RGB Variations
Color information
#0B0560 (or 0x0B0560) is known color: Midnight Blue. HEX triplet: 0B, 05 and 60. RGB value is (11,5,96). Sum of RGB (Red+Green+Blue) = 11+5+96=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 96 (37.89% from 255 or 85.71% from 112); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B0560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0560 is #F4FA9F. Grayscale: #101010. Windows color (decimal): -16054944 or 6292747. OLE color: 6292747.
HSL color Cylindrical-coordinate representation of color #0B0560: hue angle of 243.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0560 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 5 | 96 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.62 |
| HSL | 243.96º | 0.9% | 0.2% | - |
| HSV(B) | 243.96º | 0.95% | 0.38% | - |
| XYZ | 2.3 | 1.02 | 11.14 | - |
| YUV | 17.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 96 | 0.89 | 0.95 | 0 | 0.62 | 243.96 | 0.9 | 0.2 |
| Hex | B | 5 | 60 | 59 | 5F | 0 | 3E | F4 | 5A | 14 |
| Octal | 13 | 5 | 140 | 131 | 137 | 0 | 76 | 364 | 132 | 24 |
| Binary | 1011 | 101 | 1100000 | 1011001 | 1011111 | 0 | 111110 | 11110100 | 1011010 | 10100 |
Color Harmonies of #0B0560
Complementary color
Monochromatic Colors of #0B0560
Black with #0B0560
Text Example
Text Example
White with #0B0560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0560; }
p { color: rgb(11,5,96); }
H1.HeaderClassName
{
color: #0B0560;
}
.AnyTagClassName
{
color: #0B0560;
}
</style>
background-color css
<style>
a { background-color: #0B0560; }
a { background-color: rgb(11,5,96); }
div.DivClassName
{
background-color: #0B0560;
}
.BgClassName
{
background-color: #0B0560;
}
</style>
border-color css
<style>
span { border-color: #0B0560; }
span { border-color: rgb(11,5,96); }
td.TdClassName
{
border-color: #0B0560;
}
.TagClassName
{
border-color: #0B0560;
}
</style>