Shades of Midnight Express #081332
Tints of Midnight Express #081332
RGB
CMYK
RGB Variations
Color information
#081332 (or 0x081332) is known color: Midnight Express. HEX triplet: 08, 13 and 32. RGB value is (8,19,50). Sum of RGB (Red+Green+Blue) = 8+19+50=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 19 (7.81% from 255 or 24.68% 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 #081332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081332 is #F7ECCD. Grayscale: #131313. Windows color (decimal): -16248014 or 3281672. OLE color: 3281672.
HSL color Cylindrical-coordinate representation of color #081332: hue angle of 224.29º 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 #081332 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 19 | 50 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.80 |
| HSL | 224.29º | 0.72% | 0.11% | - |
| HSV(B) | 224.29º | 0.84% | 0.2% | - |
| XYZ | 0.91 | 0.75 | 3.11 | - |
| YUV | 19.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 50 | 0.84 | 0.62 | 0 | 0.80 | 224.29 | 0.72 | 0.11 |
| Hex | 8 | 13 | 32 | 54 | 3E | 0 | 50 | E0 | 48 | B |
| Octal | 10 | 23 | 62 | 124 | 76 | 0 | 120 | 340 | 110 | 13 |
| Binary | 1000 | 10011 | 110010 | 1010100 | 111110 | 0 | 1010000 | 11100000 | 1001000 | 1011 |
Color Harmonies of #081332
Complementary color
Monochromatic Colors of #081332
Black with #081332
Text Example
Text Example
White with #081332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081332; }
p { color: rgb(8,19,50); }
H1.HeaderClassName
{
color: #081332;
}
.AnyTagClassName
{
color: #081332;
}
</style>
background-color css
<style>
a { background-color: #081332; }
a { background-color: rgb(8,19,50); }
div.DivClassName
{
background-color: #081332;
}
.BgClassName
{
background-color: #081332;
}
</style>
border-color css
<style>
span { border-color: #081332; }
span { border-color: rgb(8,19,50); }
td.TdClassName
{
border-color: #081332;
}
.TagClassName
{
border-color: #081332;
}
</style>