Shades of Midnight Express #0B1632
Tints of Midnight Express #0B1632
RGB
CMYK
RGB Variations
Color information
#0B1632 (or 0x0B1632) is known color: Midnight Express. HEX triplet: 0B, 16 and 32. RGB value is (11,22,50). Sum of RGB (Red+Green+Blue) = 11+22+50=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #0B1632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1632 is #F4E9CD. Grayscale: #151515. Windows color (decimal): -16050638 or 3282443. OLE color: 3282443.
HSL color Cylindrical-coordinate representation of color #0B1632: hue angle of 223.08º 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 #0B1632 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 22 | 50 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.80 |
| HSL | 223.08º | 0.64% | 0.12% | - |
| HSV(B) | 223.08º | 0.78% | 0.2% | - |
| XYZ | 1 | 0.88 | 3.13 | - |
| YUV | 21.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 50 | 0.78 | 0.56 | 0 | 0.80 | 223.08 | 0.64 | 0.12 |
| Hex | B | 16 | 32 | 4E | 38 | 0 | 50 | DF | 40 | C |
| Octal | 13 | 26 | 62 | 116 | 70 | 0 | 120 | 337 | 100 | 14 |
| Binary | 1011 | 10110 | 110010 | 1001110 | 111000 | 0 | 1010000 | 11011111 | 1000000 | 1100 |
Color Harmonies of #0B1632
Complementary color
Monochromatic Colors of #0B1632
Black with #0B1632
Text Example
Text Example
White with #0B1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1632; }
p { color: rgb(11,22,50); }
H1.HeaderClassName
{
color: #0B1632;
}
.AnyTagClassName
{
color: #0B1632;
}
</style>
background-color css
<style>
a { background-color: #0B1632; }
a { background-color: rgb(11,22,50); }
div.DivClassName
{
background-color: #0B1632;
}
.BgClassName
{
background-color: #0B1632;
}
</style>
border-color css
<style>
span { border-color: #0B1632; }
span { border-color: rgb(11,22,50); }
td.TdClassName
{
border-color: #0B1632;
}
.TagClassName
{
border-color: #0B1632;
}
</style>