Shades of Midnight Express #080640
Tints of Midnight Express #080640
RGB
CMYK
RGB Variations
Color information
#080640 (or 0x080640) is known color: Midnight Express. HEX triplet: 08, 06 and 40. RGB value is (8,6,64). Sum of RGB (Red+Green+Blue) = 8+6+64=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 64 (25.39% from 255 or 82.05% from 78); Max value from RGB is 64 - color contains mainly: blue. Hex color #080640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080640 is #F7F9BF. Grayscale: #0C0C0C. Windows color (decimal): -16251328 or 4195848. OLE color: 4195848.
HSL color Cylindrical-coordinate representation of color #080640: hue angle of 242.07º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080640 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 6 | 64 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.75 |
| HSL | 242.07º | 0.83% | 0.14% | - |
| HSV(B) | 242.07º | 0.91% | 0.25% | - |
| XYZ | 1.09 | 0.55 | 4.9 | - |
| YUV | 13.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 64 | 0.87 | 0.91 | 0 | 0.75 | 242.07 | 0.83 | 0.14 |
| Hex | 8 | 6 | 40 | 57 | 5B | 0 | 4B | F2 | 53 | E |
| Octal | 10 | 6 | 100 | 127 | 133 | 0 | 113 | 362 | 123 | 16 |
| Binary | 1000 | 110 | 1000000 | 1010111 | 1011011 | 0 | 1001011 | 11110010 | 1010011 | 1110 |
Color Harmonies of #080640
Complementary color
Monochromatic Colors of #080640
Black with #080640
Text Example
Text Example
White with #080640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080640; }
p { color: rgb(8,6,64); }
H1.HeaderClassName
{
color: #080640;
}
.AnyTagClassName
{
color: #080640;
}
</style>
background-color css
<style>
a { background-color: #080640; }
a { background-color: rgb(8,6,64); }
div.DivClassName
{
background-color: #080640;
}
.BgClassName
{
background-color: #080640;
}
</style>
border-color css
<style>
span { border-color: #080640; }
span { border-color: rgb(8,6,64); }
td.TdClassName
{
border-color: #080640;
}
.TagClassName
{
border-color: #080640;
}
</style>