Shades of Midnight Express #080E35
Tints of Midnight Express #080E35
RGB
CMYK
RGB Variations
Color information
#080E35 (or 0x080E35) is known color: Midnight Express. HEX triplet: 08, 0E and 35. RGB value is (8,14,53). Sum of RGB (Red+Green+Blue) = 8+14+53=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 53 (21.09% from 255 or 70.67% from 75); Max value from RGB is 53 - color contains mainly: blue. Hex color #080E35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E35 is #F7F1CA. Grayscale: #101010. Windows color (decimal): -16249291 or 3477000. OLE color: 3477000.
HSL color Cylindrical-coordinate representation of color #080E35: hue angle of 232º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080E35 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 14 | 53 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.79 |
| HSL | 232º | 0.74% | 0.12% | - |
| HSV(B) | 232º | 0.85% | 0.21% | - |
| XYZ | 0.9 | 0.62 | 3.44 | - |
| YUV | 16.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 53 | 0.85 | 0.74 | 0 | 0.79 | 232 | 0.74 | 0.12 |
| Hex | 8 | E | 35 | 55 | 4A | 0 | 4F | E8 | 4A | C |
| Octal | 10 | 16 | 65 | 125 | 112 | 0 | 117 | 350 | 112 | 14 |
| Binary | 1000 | 1110 | 110101 | 1010101 | 1001010 | 0 | 1001111 | 11101000 | 1001010 | 1100 |
Color Harmonies of #080E35
Complementary color
Monochromatic Colors of #080E35
Black with #080E35
Text Example
Text Example
White with #080E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E35; }
p { color: rgb(8,14,53); }
H1.HeaderClassName
{
color: #080E35;
}
.AnyTagClassName
{
color: #080E35;
}
</style>
background-color css
<style>
a { background-color: #080E35; }
a { background-color: rgb(8,14,53); }
div.DivClassName
{
background-color: #080E35;
}
.BgClassName
{
background-color: #080E35;
}
</style>
border-color css
<style>
span { border-color: #080E35; }
span { border-color: rgb(8,14,53); }
td.TdClassName
{
border-color: #080E35;
}
.TagClassName
{
border-color: #080E35;
}
</style>