Shades of Midnight Blue #0B0868
Tints of Midnight Blue #0B0868
RGB
CMYK
RGB Variations
Color information
#0B0868 (or 0x0B0868) is known color: Midnight Blue. HEX triplet: 0B, 08 and 68. RGB value is (11,8,104). Sum of RGB (Red+Green+Blue) = 11+8+104=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B0868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0868 is #F4F797. Grayscale: #131313. Windows color (decimal): -16054168 or 6817803. OLE color: 6817803.
HSL color Cylindrical-coordinate representation of color #0B0868: hue angle of 241.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B0868 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 8 | 104 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.59 |
| HSL | 241.88º | 0.86% | 0.22% | - |
| HSV(B) | 241.88º | 0.92% | 0.41% | - |
| XYZ | 2.72 | 1.24 | 13.19 | - |
| YUV | 19.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 104 | 0.89 | 0.92 | 0 | 0.59 | 241.88 | 0.86 | 0.22 |
| Hex | B | 8 | 68 | 59 | 5C | 0 | 3B | F2 | 56 | 16 |
| Octal | 13 | 10 | 150 | 131 | 134 | 0 | 73 | 362 | 126 | 26 |
| Binary | 1011 | 1000 | 1101000 | 1011001 | 1011100 | 0 | 111011 | 11110010 | 1010110 | 10110 |
Color Harmonies of #0B0868
Complementary color
Monochromatic Colors of #0B0868
Black with #0B0868
Text Example
Text Example
White with #0B0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0868; }
p { color: rgb(11,8,104); }
H1.HeaderClassName
{
color: #0B0868;
}
.AnyTagClassName
{
color: #0B0868;
}
</style>
background-color css
<style>
a { background-color: #0B0868; }
a { background-color: rgb(11,8,104); }
div.DivClassName
{
background-color: #0B0868;
}
.BgClassName
{
background-color: #0B0868;
}
</style>
border-color css
<style>
span { border-color: #0B0868; }
span { border-color: rgb(11,8,104); }
td.TdClassName
{
border-color: #0B0868;
}
.TagClassName
{
border-color: #0B0868;
}
</style>