Shades of Midnight Blue #0B0851
Tints of Midnight Blue #0B0851
RGB
CMYK
RGB Variations
Color information
#0B0851 (or 0x0B0851) is known color: Midnight Blue. HEX triplet: 0B, 08 and 51. RGB value is (11,8,81). Sum of RGB (Red+Green+Blue) = 11+8+81=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B0851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0851 is #F4F7AE. Grayscale: #101010. Windows color (decimal): -16054191 or 5310475. OLE color: 5310475.
HSL color Cylindrical-coordinate representation of color #0B0851: hue angle of 242.47º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B0851 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 8 | 81 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.68 |
| HSL | 242.47º | 0.82% | 0.17% | - |
| HSV(B) | 242.47º | 0.9% | 0.32% | - |
| XYZ | 1.71 | 0.84 | 7.86 | - |
| YUV | 17.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 81 | 0.86 | 0.90 | 0 | 0.68 | 242.47 | 0.82 | 0.17 |
| Hex | B | 8 | 51 | 56 | 5A | 0 | 44 | F2 | 52 | 11 |
| Octal | 13 | 10 | 121 | 126 | 132 | 0 | 104 | 362 | 122 | 21 |
| Binary | 1011 | 1000 | 1010001 | 1010110 | 1011010 | 0 | 1000100 | 11110010 | 1010010 | 10001 |
Color Harmonies of #0B0851
Complementary color
Monochromatic Colors of #0B0851
Black with #0B0851
Text Example
Text Example
White with #0B0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0851; }
p { color: rgb(11,8,81); }
H1.HeaderClassName
{
color: #0B0851;
}
.AnyTagClassName
{
color: #0B0851;
}
</style>
background-color css
<style>
a { background-color: #0B0851; }
a { background-color: rgb(11,8,81); }
div.DivClassName
{
background-color: #0B0851;
}
.BgClassName
{
background-color: #0B0851;
}
</style>
border-color css
<style>
span { border-color: #0B0851; }
span { border-color: rgb(11,8,81); }
td.TdClassName
{
border-color: #0B0851;
}
.TagClassName
{
border-color: #0B0851;
}
</style>