Shades of Midnight Blue #0B0858
Tints of Midnight Blue #0B0858
RGB
CMYK
RGB Variations
Color information
#0B0858 (or 0x0B0858) is known color: Midnight Blue. HEX triplet: 0B, 08 and 58. RGB value is (11,8,88). Sum of RGB (Red+Green+Blue) = 11+8+88=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 88 (34.77% from 255 or 82.24% from 107); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B0858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0858 is #F4F7A7. Grayscale: #111111. Windows color (decimal): -16054184 or 5769227. OLE color: 5769227.
HSL color Cylindrical-coordinate representation of color #0B0858: hue angle of 242.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0858 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 8 | 88 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.65 |
| HSL | 242.25º | 0.83% | 0.19% | - |
| HSV(B) | 242.25º | 0.91% | 0.35% | - |
| XYZ | 1.99 | 0.95 | 9.31 | - |
| YUV | 18.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 88 | 0.88 | 0.91 | 0 | 0.65 | 242.25 | 0.83 | 0.19 |
| Hex | B | 8 | 58 | 58 | 5B | 0 | 41 | F2 | 53 | 13 |
| Octal | 13 | 10 | 130 | 130 | 133 | 0 | 101 | 362 | 123 | 23 |
| Binary | 1011 | 1000 | 1011000 | 1011000 | 1011011 | 0 | 1000001 | 11110010 | 1010011 | 10011 |
Color Harmonies of #0B0858
Complementary color
Monochromatic Colors of #0B0858
Black with #0B0858
Text Example
Text Example
White with #0B0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0858; }
p { color: rgb(11,8,88); }
H1.HeaderClassName
{
color: #0B0858;
}
.AnyTagClassName
{
color: #0B0858;
}
</style>
background-color css
<style>
a { background-color: #0B0858; }
a { background-color: rgb(11,8,88); }
div.DivClassName
{
background-color: #0B0858;
}
.BgClassName
{
background-color: #0B0858;
}
</style>
border-color css
<style>
span { border-color: #0B0858; }
span { border-color: rgb(11,8,88); }
td.TdClassName
{
border-color: #0B0858;
}
.TagClassName
{
border-color: #0B0858;
}
</style>