Shades of Midnight Express #0B1032
Tints of Midnight Express #0B1032
RGB
CMYK
RGB Variations
Color information
#0B1032 (or 0x0B1032) is known color: Midnight Express. HEX triplet: 0B, 10 and 32. RGB value is (11,16,50). Sum of RGB (Red+Green+Blue) = 11+16+50=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #0B1032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1032 is #F4EFCD. Grayscale: #121212. Windows color (decimal): -16052174 or 3280907. OLE color: 3280907.
HSL color Cylindrical-coordinate representation of color #0B1032: hue angle of 232.31º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B1032 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 16 | 50 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.80 |
| HSL | 232.31º | 0.64% | 0.12% | - |
| HSV(B) | 232.31º | 0.78% | 0.2% | - |
| XYZ | 0.9 | 0.67 | 3.1 | - |
| YUV | 18.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 50 | 0.78 | 0.68 | 0 | 0.80 | 232.31 | 0.64 | 0.12 |
| Hex | B | 10 | 32 | 4E | 44 | 0 | 50 | E8 | 40 | C |
| Octal | 13 | 20 | 62 | 116 | 104 | 0 | 120 | 350 | 100 | 14 |
| Binary | 1011 | 10000 | 110010 | 1001110 | 1000100 | 0 | 1010000 | 11101000 | 1000000 | 1100 |
Color Harmonies of #0B1032
Complementary color
Monochromatic Colors of #0B1032
Black with #0B1032
Text Example
Text Example
White with #0B1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1032; }
p { color: rgb(11,16,50); }
H1.HeaderClassName
{
color: #0B1032;
}
.AnyTagClassName
{
color: #0B1032;
}
</style>
background-color css
<style>
a { background-color: #0B1032; }
a { background-color: rgb(11,16,50); }
div.DivClassName
{
background-color: #0B1032;
}
.BgClassName
{
background-color: #0B1032;
}
</style>
border-color css
<style>
span { border-color: #0B1032; }
span { border-color: rgb(11,16,50); }
td.TdClassName
{
border-color: #0B1032;
}
.TagClassName
{
border-color: #0B1032;
}
</style>