Shades of Midnight Express #080E4A
Tints of Midnight Express #080E4A
RGB
CMYK
RGB Variations
Color information
#080E4A (or 0x080E4A) is known color: Midnight Express. HEX triplet: 08, 0E and 4A. RGB value is (8,14,74). Sum of RGB (Red+Green+Blue) = 8+14+74=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 74 (29.30% from 255 or 77.08% from 96); Max value from RGB is 74 - color contains mainly: blue. Hex color #080E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E4A is #F7F1B5. Grayscale: #121212. Windows color (decimal): -16249270 or 4853256. OLE color: 4853256.
HSL color Cylindrical-coordinate representation of color #080E4A: hue angle of 234.55º 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 #080E4A is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 14 | 74 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.71 |
| HSL | 234.55º | 0.8% | 0.16% | - |
| HSV(B) | 234.55º | 0.89% | 0.29% | - |
| XYZ | 1.49 | 0.86 | 6.57 | - |
| YUV | 19.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 74 | 0.89 | 0.81 | 0 | 0.71 | 234.55 | 0.8 | 0.16 |
| Hex | 8 | E | 4A | 59 | 51 | 0 | 47 | EB | 50 | 10 |
| Octal | 10 | 16 | 112 | 131 | 121 | 0 | 107 | 353 | 120 | 20 |
| Binary | 1000 | 1110 | 1001010 | 1011001 | 1010001 | 0 | 1000111 | 11101011 | 1010000 | 10000 |
Color Harmonies of #080E4A
Complementary color
Monochromatic Colors of #080E4A
Black with #080E4A
Text Example
Text Example
White with #080E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E4A; }
p { color: rgb(8,14,74); }
H1.HeaderClassName
{
color: #080E4A;
}
.AnyTagClassName
{
color: #080E4A;
}
</style>
background-color css
<style>
a { background-color: #080E4A; }
a { background-color: rgb(8,14,74); }
div.DivClassName
{
background-color: #080E4A;
}
.BgClassName
{
background-color: #080E4A;
}
</style>
border-color css
<style>
span { border-color: #080E4A; }
span { border-color: rgb(8,14,74); }
td.TdClassName
{
border-color: #080E4A;
}
.TagClassName
{
border-color: #080E4A;
}
</style>