Shades of Midnight Express #080E49
Tints of Midnight Express #080E49
RGB
CMYK
RGB Variations
Color information
#080E49 (or 0x080E49) is known color: Midnight Express. HEX triplet: 08, 0E and 49. RGB value is (8,14,73). Sum of RGB (Red+Green+Blue) = 8+14+73=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #080E49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E49 is #F7F1B6. Grayscale: #121212. Windows color (decimal): -16249271 or 4787720. OLE color: 4787720.
HSL color Cylindrical-coordinate representation of color #080E49: hue angle of 234.46º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080E49 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 14 | 73 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.71 |
| HSL | 234.46º | 0.8% | 0.16% | - |
| HSV(B) | 234.46º | 0.89% | 0.29% | - |
| XYZ | 1.46 | 0.85 | 6.39 | - |
| YUV | 18.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 73 | 0.89 | 0.81 | 0 | 0.71 | 234.46 | 0.8 | 0.16 |
| Hex | 8 | E | 49 | 59 | 51 | 0 | 47 | EA | 50 | 10 |
| Octal | 10 | 16 | 111 | 131 | 121 | 0 | 107 | 352 | 120 | 20 |
| Binary | 1000 | 1110 | 1001001 | 1011001 | 1010001 | 0 | 1000111 | 11101010 | 1010000 | 10000 |
Color Harmonies of #080E49
Complementary color
Monochromatic Colors of #080E49
Black with #080E49
Text Example
Text Example
White with #080E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E49; }
p { color: rgb(8,14,73); }
H1.HeaderClassName
{
color: #080E49;
}
.AnyTagClassName
{
color: #080E49;
}
</style>
background-color css
<style>
a { background-color: #080E49; }
a { background-color: rgb(8,14,73); }
div.DivClassName
{
background-color: #080E49;
}
.BgClassName
{
background-color: #080E49;
}
</style>
border-color css
<style>
span { border-color: #080E49; }
span { border-color: rgb(8,14,73); }
td.TdClassName
{
border-color: #080E49;
}
.TagClassName
{
border-color: #080E49;
}
</style>