Shades of Midnight Blue #0B0551
Tints of Midnight Blue #0B0551
RGB
CMYK
RGB Variations
Color information
#0B0551 (or 0x0B0551) is known color: Midnight Blue. HEX triplet: 0B, 05 and 51. RGB value is (11,5,81). Sum of RGB (Red+Green+Blue) = 11+5+81=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 81 (32.03% from 255 or 83.51% from 97); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B0551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0551 is #F4FAAE. Grayscale: #0F0F0F. Windows color (decimal): -16054959 or 5309707. OLE color: 5309707.
HSL color Cylindrical-coordinate representation of color #0B0551: hue angle of 244.74º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0551 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 5 | 81 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.68 |
| HSL | 244.74º | 0.88% | 0.17% | - |
| HSV(B) | 244.74º | 0.94% | 0.32% | - |
| XYZ | 1.68 | 0.77 | 7.85 | - |
| YUV | 15.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 81 | 0.86 | 0.94 | 0 | 0.68 | 244.74 | 0.88 | 0.17 |
| Hex | B | 5 | 51 | 56 | 5E | 0 | 44 | F5 | 58 | 11 |
| Octal | 13 | 5 | 121 | 126 | 136 | 0 | 104 | 365 | 130 | 21 |
| Binary | 1011 | 101 | 1010001 | 1010110 | 1011110 | 0 | 1000100 | 11110101 | 1011000 | 10001 |
Color Harmonies of #0B0551
Complementary color
Monochromatic Colors of #0B0551
Black with #0B0551
Text Example
Text Example
White with #0B0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0551; }
p { color: rgb(11,5,81); }
H1.HeaderClassName
{
color: #0B0551;
}
.AnyTagClassName
{
color: #0B0551;
}
</style>
background-color css
<style>
a { background-color: #0B0551; }
a { background-color: rgb(11,5,81); }
div.DivClassName
{
background-color: #0B0551;
}
.BgClassName
{
background-color: #0B0551;
}
</style>
border-color css
<style>
span { border-color: #0B0551; }
span { border-color: rgb(11,5,81); }
td.TdClassName
{
border-color: #0B0551;
}
.TagClassName
{
border-color: #0B0551;
}
</style>