Shades of Midnight Express #081640
Tints of Midnight Express #081640
RGB
CMYK
RGB Variations
Color information
#081640 (or 0x081640) is known color: Midnight Express. HEX triplet: 08, 16 and 40. RGB value is (8,22,64). Sum of RGB (Red+Green+Blue) = 8+22+64=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #081640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081640 is #F7E9BF. Grayscale: #161616. Windows color (decimal): -16247232 or 4199944. OLE color: 4199944.
HSL color Cylindrical-coordinate representation of color #081640: hue angle of 225º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081640 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 22 | 64 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.75 |
| HSL | 225º | 0.78% | 0.14% | - |
| HSV(B) | 225º | 0.88% | 0.25% | - |
| XYZ | 1.31 | 1 | 4.97 | - |
| YUV | 22.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 64 | 0.87 | 0.66 | 0 | 0.75 | 225 | 0.78 | 0.14 |
| Hex | 8 | 16 | 40 | 57 | 42 | 0 | 4B | E1 | 4E | E |
| Octal | 10 | 26 | 100 | 127 | 102 | 0 | 113 | 341 | 116 | 16 |
| Binary | 1000 | 10110 | 1000000 | 1010111 | 1000010 | 0 | 1001011 | 11100001 | 1001110 | 1110 |
Color Harmonies of #081640
Complementary color
Monochromatic Colors of #081640
Black with #081640
Text Example
Text Example
White with #081640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081640; }
p { color: rgb(8,22,64); }
H1.HeaderClassName
{
color: #081640;
}
.AnyTagClassName
{
color: #081640;
}
</style>
background-color css
<style>
a { background-color: #081640; }
a { background-color: rgb(8,22,64); }
div.DivClassName
{
background-color: #081640;
}
.BgClassName
{
background-color: #081640;
}
</style>
border-color css
<style>
span { border-color: #081640; }
span { border-color: rgb(8,22,64); }
td.TdClassName
{
border-color: #081640;
}
.TagClassName
{
border-color: #081640;
}
</style>