Shades of Midnight Express #081632
Tints of Midnight Express #081632
RGB
CMYK
RGB Variations
Color information
#081632 (or 0x081632) is known color: Midnight Express. HEX triplet: 08, 16 and 32. RGB value is (8,22,50). Sum of RGB (Red+Green+Blue) = 8+22+50=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #081632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081632 is #F7E9CD. Grayscale: #141414. Windows color (decimal): -16247246 or 3282440. OLE color: 3282440.
HSL color Cylindrical-coordinate representation of color #081632: hue angle of 220º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081632 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 22 | 50 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.80 |
| HSL | 220º | 0.72% | 0.11% | - |
| HSV(B) | 220º | 0.84% | 0.2% | - |
| XYZ | 0.96 | 0.86 | 3.13 | - |
| YUV | 21.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 50 | 0.84 | 0.56 | 0 | 0.80 | 220 | 0.72 | 0.11 |
| Hex | 8 | 16 | 32 | 54 | 38 | 0 | 50 | DC | 48 | B |
| Octal | 10 | 26 | 62 | 124 | 70 | 0 | 120 | 334 | 110 | 13 |
| Binary | 1000 | 10110 | 110010 | 1010100 | 111000 | 0 | 1010000 | 11011100 | 1001000 | 1011 |
Color Harmonies of #081632
Complementary color
Monochromatic Colors of #081632
Black with #081632
Text Example
Text Example
White with #081632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081632; }
p { color: rgb(8,22,50); }
H1.HeaderClassName
{
color: #081632;
}
.AnyTagClassName
{
color: #081632;
}
</style>
background-color css
<style>
a { background-color: #081632; }
a { background-color: rgb(8,22,50); }
div.DivClassName
{
background-color: #081632;
}
.BgClassName
{
background-color: #081632;
}
</style>
border-color css
<style>
span { border-color: #081632; }
span { border-color: rgb(8,22,50); }
td.TdClassName
{
border-color: #081632;
}
.TagClassName
{
border-color: #081632;
}
</style>