Shades of Midnight Express #080940
Tints of Midnight Express #080940
RGB
CMYK
RGB Variations
Color information
#080940 (or 0x080940) is known color: Midnight Express. HEX triplet: 08, 09 and 40. RGB value is (8,9,64). Sum of RGB (Red+Green+Blue) = 8+9+64=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 64 (25.39% from 255 or 79.01% from 81); Max value from RGB is 64 - color contains mainly: blue. Hex color #080940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080940 is #F7F6BF. Grayscale: #0E0E0E. Windows color (decimal): -16250560 or 4196616. OLE color: 4196616.
HSL color Cylindrical-coordinate representation of color #080940: hue angle of 238.93º 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 #080940 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 9 | 64 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.75 |
| HSL | 238.93º | 0.78% | 0.14% | - |
| HSV(B) | 238.93º | 0.88% | 0.25% | - |
| XYZ | 1.12 | 0.62 | 4.91 | - |
| YUV | 14.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 64 | 0.87 | 0.86 | 0 | 0.75 | 238.93 | 0.78 | 0.14 |
| Hex | 8 | 9 | 40 | 57 | 56 | 0 | 4B | EF | 4E | E |
| Octal | 10 | 11 | 100 | 127 | 126 | 0 | 113 | 357 | 116 | 16 |
| Binary | 1000 | 1001 | 1000000 | 1010111 | 1010110 | 0 | 1001011 | 11101111 | 1001110 | 1110 |
Color Harmonies of #080940
Complementary color
Monochromatic Colors of #080940
Black with #080940
Text Example
Text Example
White with #080940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080940; }
p { color: rgb(8,9,64); }
H1.HeaderClassName
{
color: #080940;
}
.AnyTagClassName
{
color: #080940;
}
</style>
background-color css
<style>
a { background-color: #080940; }
a { background-color: rgb(8,9,64); }
div.DivClassName
{
background-color: #080940;
}
.BgClassName
{
background-color: #080940;
}
</style>
border-color css
<style>
span { border-color: #080940; }
span { border-color: rgb(8,9,64); }
td.TdClassName
{
border-color: #080940;
}
.TagClassName
{
border-color: #080940;
}
</style>