Shades of Midnight Blue #0B0555
Tints of Midnight Blue #0B0555
RGB
CMYK
RGB Variations
Color information
#0B0555 (or 0x0B0555) is known color: Midnight Blue. HEX triplet: 0B, 05 and 55. RGB value is (11,5,85). Sum of RGB (Red+Green+Blue) = 11+5+85=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 85 (33.59% from 255 or 84.16% from 101); Max value from RGB is 85 - color contains mainly: blue. Hex color #0B0555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0555 is #F4FAAA. Grayscale: #0F0F0F. Windows color (decimal): -16054955 or 5571851. OLE color: 5571851.
HSL color Cylindrical-coordinate representation of color #0B0555: hue angle of 244.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0555 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 5 | 85 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.67 |
| HSL | 244.5º | 0.89% | 0.18% | - |
| HSV(B) | 244.5º | 0.94% | 0.33% | - |
| XYZ | 1.83 | 0.84 | 8.66 | - |
| YUV | 15.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 85 | 0.87 | 0.94 | 0 | 0.67 | 244.5 | 0.89 | 0.18 |
| Hex | B | 5 | 55 | 57 | 5E | 0 | 43 | F4 | 59 | 12 |
| Octal | 13 | 5 | 125 | 127 | 136 | 0 | 103 | 364 | 131 | 22 |
| Binary | 1011 | 101 | 1010101 | 1010111 | 1011110 | 0 | 1000011 | 11110100 | 1011001 | 10010 |
Color Harmonies of #0B0555
Complementary color
Monochromatic Colors of #0B0555
Black with #0B0555
Text Example
Text Example
White with #0B0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0555; }
p { color: rgb(11,5,85); }
H1.HeaderClassName
{
color: #0B0555;
}
.AnyTagClassName
{
color: #0B0555;
}
</style>
background-color css
<style>
a { background-color: #0B0555; }
a { background-color: rgb(11,5,85); }
div.DivClassName
{
background-color: #0B0555;
}
.BgClassName
{
background-color: #0B0555;
}
</style>
border-color css
<style>
span { border-color: #0B0555; }
span { border-color: rgb(11,5,85); }
td.TdClassName
{
border-color: #0B0555;
}
.TagClassName
{
border-color: #0B0555;
}
</style>