Shades of Midnight Express #081942
Tints of Midnight Express #081942
RGB
CMYK
RGB Variations
Color information
#081942 (or 0x081942) is known color: Midnight Express. HEX triplet: 08, 19 and 42. RGB value is (8,25,66). Sum of RGB (Red+Green+Blue) = 8+25+66=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 66 (26.17% from 255 or 66.67% from 99); Max value from RGB is 66 - color contains mainly: blue. Hex color #081942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081942 is #F7E6BD. Grayscale: #181818. Windows color (decimal): -16246462 or 4331784. OLE color: 4331784.
HSL color Cylindrical-coordinate representation of color #081942: hue angle of 222.41º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081942 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 25 | 66 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.74 |
| HSL | 222.41º | 0.78% | 0.15% | - |
| HSV(B) | 222.41º | 0.88% | 0.26% | - |
| XYZ | 1.43 | 1.14 | 5.3 | - |
| YUV | 24.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 66 | 0.88 | 0.62 | 0 | 0.74 | 222.41 | 0.78 | 0.15 |
| Hex | 8 | 19 | 42 | 58 | 3E | 0 | 4A | DE | 4E | F |
| Octal | 10 | 31 | 102 | 130 | 76 | 0 | 112 | 336 | 116 | 17 |
| Binary | 1000 | 11001 | 1000010 | 1011000 | 111110 | 0 | 1001010 | 11011110 | 1001110 | 1111 |
Color Harmonies of #081942
Complementary color
Monochromatic Colors of #081942
Black with #081942
Text Example
Text Example
White with #081942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081942; }
p { color: rgb(8,25,66); }
H1.HeaderClassName
{
color: #081942;
}
.AnyTagClassName
{
color: #081942;
}
</style>
background-color css
<style>
a { background-color: #081942; }
a { background-color: rgb(8,25,66); }
div.DivClassName
{
background-color: #081942;
}
.BgClassName
{
background-color: #081942;
}
</style>
border-color css
<style>
span { border-color: #081942; }
span { border-color: rgb(8,25,66); }
td.TdClassName
{
border-color: #081942;
}
.TagClassName
{
border-color: #081942;
}
</style>