Shades of Midnight Express #080E32
Tints of Midnight Express #080E32
RGB
CMYK
RGB Variations
Color information
#080E32 (or 0x080E32) is known color: Midnight Express. HEX triplet: 08, 0E and 32. RGB value is (8,14,50). Sum of RGB (Red+Green+Blue) = 8+14+50=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #080E32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E32 is #F7F1CD. Grayscale: #101010. Windows color (decimal): -16249294 or 3280392. OLE color: 3280392.
HSL color Cylindrical-coordinate representation of color #080E32: hue angle of 231.43º 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 #080E32 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 14 | 50 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.80 |
| HSL | 231.43º | 0.72% | 0.11% | - |
| HSV(B) | 231.43º | 0.84% | 0.2% | - |
| XYZ | 0.83 | 0.6 | 3.09 | - |
| YUV | 16.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 50 | 0.84 | 0.72 | 0 | 0.80 | 231.43 | 0.72 | 0.11 |
| Hex | 8 | E | 32 | 54 | 48 | 0 | 50 | E7 | 48 | B |
| Octal | 10 | 16 | 62 | 124 | 110 | 0 | 120 | 347 | 110 | 13 |
| Binary | 1000 | 1110 | 110010 | 1010100 | 1001000 | 0 | 1010000 | 11100111 | 1001000 | 1011 |
Color Harmonies of #080E32
Complementary color
Monochromatic Colors of #080E32
Black with #080E32
Text Example
Text Example
White with #080E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E32; }
p { color: rgb(8,14,50); }
H1.HeaderClassName
{
color: #080E32;
}
.AnyTagClassName
{
color: #080E32;
}
</style>
background-color css
<style>
a { background-color: #080E32; }
a { background-color: rgb(8,14,50); }
div.DivClassName
{
background-color: #080E32;
}
.BgClassName
{
background-color: #080E32;
}
</style>
border-color css
<style>
span { border-color: #080E32; }
span { border-color: rgb(8,14,50); }
td.TdClassName
{
border-color: #080E32;
}
.TagClassName
{
border-color: #080E32;
}
</style>