Shades of Midnight Express #081140
Tints of Midnight Express #081140
RGB
CMYK
RGB Variations
Color information
#081140 (or 0x081140) is known color: Midnight Express. HEX triplet: 08, 11 and 40. RGB value is (8,17,64). Sum of RGB (Red+Green+Blue) = 8+17+64=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 64 (25.39% from 255 or 71.91% from 89); Max value from RGB is 64 - color contains mainly: blue. Hex color #081140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081140 is #F7EEBF. Grayscale: #131313. Windows color (decimal): -16248512 or 4198664. OLE color: 4198664.
HSL color Cylindrical-coordinate representation of color #081140: hue angle of 230.36º 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 #081140 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 17 | 64 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.75 |
| HSL | 230.36º | 0.78% | 0.14% | - |
| HSV(B) | 230.36º | 0.88% | 0.25% | - |
| XYZ | 1.23 | 0.82 | 4.94 | - |
| YUV | 19.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 64 | 0.87 | 0.73 | 0 | 0.75 | 230.36 | 0.78 | 0.14 |
| Hex | 8 | 11 | 40 | 57 | 49 | 0 | 4B | E6 | 4E | E |
| Octal | 10 | 21 | 100 | 127 | 111 | 0 | 113 | 346 | 116 | 16 |
| Binary | 1000 | 10001 | 1000000 | 1010111 | 1001001 | 0 | 1001011 | 11100110 | 1001110 | 1110 |
Color Harmonies of #081140
Complementary color
Monochromatic Colors of #081140
Black with #081140
Text Example
Text Example
White with #081140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081140; }
p { color: rgb(8,17,64); }
H1.HeaderClassName
{
color: #081140;
}
.AnyTagClassName
{
color: #081140;
}
</style>
background-color css
<style>
a { background-color: #081140; }
a { background-color: rgb(8,17,64); }
div.DivClassName
{
background-color: #081140;
}
.BgClassName
{
background-color: #081140;
}
</style>
border-color css
<style>
span { border-color: #081140; }
span { border-color: rgb(8,17,64); }
td.TdClassName
{
border-color: #081140;
}
.TagClassName
{
border-color: #081140;
}
</style>