Shades of Midnight Express #080E36
Tints of Midnight Express #080E36
RGB
CMYK
RGB Variations
Color information
#080E36 (or 0x080E36) is known color: Midnight Express. HEX triplet: 08, 0E and 36. RGB value is (8,14,54). Sum of RGB (Red+Green+Blue) = 8+14+54=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 54 (21.48% from 255 or 71.05% from 76); Max value from RGB is 54 - color contains mainly: blue. Hex color #080E36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E36 is #F7F1C9. Grayscale: #101010. Windows color (decimal): -16249290 or 3542536. OLE color: 3542536.
HSL color Cylindrical-coordinate representation of color #080E36: hue angle of 232.17º 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 #080E36 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 14 | 54 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.79 |
| HSL | 232.17º | 0.74% | 0.12% | - |
| HSV(B) | 232.17º | 0.85% | 0.21% | - |
| XYZ | 0.92 | 0.63 | 3.56 | - |
| YUV | 16.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 54 | 0.85 | 0.74 | 0 | 0.79 | 232.17 | 0.74 | 0.12 |
| Hex | 8 | E | 36 | 55 | 4A | 0 | 4F | E8 | 4A | C |
| Octal | 10 | 16 | 66 | 125 | 112 | 0 | 117 | 350 | 112 | 14 |
| Binary | 1000 | 1110 | 110110 | 1010101 | 1001010 | 0 | 1001111 | 11101000 | 1001010 | 1100 |
Color Harmonies of #080E36
Complementary color
Monochromatic Colors of #080E36
Black with #080E36
Text Example
Text Example
White with #080E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E36; }
p { color: rgb(8,14,54); }
H1.HeaderClassName
{
color: #080E36;
}
.AnyTagClassName
{
color: #080E36;
}
</style>
background-color css
<style>
a { background-color: #080E36; }
a { background-color: rgb(8,14,54); }
div.DivClassName
{
background-color: #080E36;
}
.BgClassName
{
background-color: #080E36;
}
</style>
border-color css
<style>
span { border-color: #080E36; }
span { border-color: rgb(8,14,54); }
td.TdClassName
{
border-color: #080E36;
}
.TagClassName
{
border-color: #080E36;
}
</style>