Shades of Midnight Blue #0B0863
Tints of Midnight Blue #0B0863
RGB
CMYK
RGB Variations
Color information
#0B0863 (or 0x0B0863) is known color: Midnight Blue. HEX triplet: 0B, 08 and 63. RGB value is (11,8,99). Sum of RGB (Red+Green+Blue) = 11+8+99=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B0863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0863 is #F4F79C. Grayscale: #121212. Windows color (decimal): -16054173 or 6490123. OLE color: 6490123.
HSL color Cylindrical-coordinate representation of color #0B0863: hue angle of 241.98º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B0863 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 8 | 99 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.61 |
| HSL | 241.98º | 0.85% | 0.21% | - |
| HSV(B) | 241.98º | 0.92% | 0.39% | - |
| XYZ | 2.48 | 1.15 | 11.89 | - |
| YUV | 19.27 | 172.99 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 99 | 0.89 | 0.92 | 0 | 0.61 | 241.98 | 0.85 | 0.21 |
| Hex | B | 8 | 63 | 59 | 5C | 0 | 3D | F2 | 55 | 15 |
| Octal | 13 | 10 | 143 | 131 | 134 | 0 | 75 | 362 | 125 | 25 |
| Binary | 1011 | 1000 | 1100011 | 1011001 | 1011100 | 0 | 111101 | 11110010 | 1010101 | 10101 |
Color Harmonies of #0B0863
Complementary color
Monochromatic Colors of #0B0863
Black with #0B0863
Text Example
Text Example
White with #0B0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0863; }
p { color: rgb(11,8,99); }
H1.HeaderClassName
{
color: #0B0863;
}
.AnyTagClassName
{
color: #0B0863;
}
</style>
background-color css
<style>
a { background-color: #0B0863; }
a { background-color: rgb(11,8,99); }
div.DivClassName
{
background-color: #0B0863;
}
.BgClassName
{
background-color: #0B0863;
}
</style>
border-color css
<style>
span { border-color: #0B0863; }
span { border-color: rgb(11,8,99); }
td.TdClassName
{
border-color: #0B0863;
}
.TagClassName
{
border-color: #0B0863;
}
</style>