Shades of Midnight Express #081842
Tints of Midnight Express #081842
RGB
CMYK
RGB Variations
Color information
#081842 (or 0x081842) is known color: Midnight Express. HEX triplet: 08, 18 and 42. RGB value is (8,24,66). Sum of RGB (Red+Green+Blue) = 8+24+66=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 66 (26.17% from 255 or 67.35% from 98); Max value from RGB is 66 - color contains mainly: blue. Hex color #081842 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081842 is #F7E7BD. Grayscale: #171717. Windows color (decimal): -16246718 or 4331528. OLE color: 4331528.
HSL color Cylindrical-coordinate representation of color #081842: hue angle of 223.45º 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 #081842 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 24 | 66 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.74 |
| HSL | 223.45º | 0.78% | 0.15% | - |
| HSV(B) | 223.45º | 0.88% | 0.26% | - |
| XYZ | 1.41 | 1.1 | 5.29 | - |
| YUV | 24 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 66 | 0.88 | 0.64 | 0 | 0.74 | 223.45 | 0.78 | 0.15 |
| Hex | 8 | 18 | 42 | 58 | 40 | 0 | 4A | DF | 4E | F |
| Octal | 10 | 30 | 102 | 130 | 100 | 0 | 112 | 337 | 116 | 17 |
| Binary | 1000 | 11000 | 1000010 | 1011000 | 1000000 | 0 | 1001010 | 11011111 | 1001110 | 1111 |
Color Harmonies of #081842
Complementary color
Monochromatic Colors of #081842
Black with #081842
Text Example
Text Example
White with #081842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081842; }
p { color: rgb(8,24,66); }
H1.HeaderClassName
{
color: #081842;
}
.AnyTagClassName
{
color: #081842;
}
</style>
background-color css
<style>
a { background-color: #081842; }
a { background-color: rgb(8,24,66); }
div.DivClassName
{
background-color: #081842;
}
.BgClassName
{
background-color: #081842;
}
</style>
border-color css
<style>
span { border-color: #081842; }
span { border-color: rgb(8,24,66); }
td.TdClassName
{
border-color: #081842;
}
.TagClassName
{
border-color: #081842;
}
</style>