Shades of Midnight Express #081742
Tints of Midnight Express #081742
RGB
CMYK
RGB Variations
Color information
#081742 (or 0x081742) is known color: Midnight Express. HEX triplet: 08, 17 and 42. RGB value is (8,23,66). Sum of RGB (Red+Green+Blue) = 8+23+66=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 66 (26.17% from 255 or 68.04% from 97); Max value from RGB is 66 - color contains mainly: blue. Hex color #081742 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081742 is #F7E8BD. Grayscale: #171717. Windows color (decimal): -16246974 or 4331272. OLE color: 4331272.
HSL color Cylindrical-coordinate representation of color #081742: hue angle of 224.48º 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 #081742 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 23 | 66 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.74 |
| HSL | 224.48º | 0.78% | 0.15% | - |
| HSV(B) | 224.48º | 0.88% | 0.26% | - |
| XYZ | 1.39 | 1.06 | 5.29 | - |
| YUV | 23.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 66 | 0.88 | 0.65 | 0 | 0.74 | 224.48 | 0.78 | 0.15 |
| Hex | 8 | 17 | 42 | 58 | 41 | 0 | 4A | E0 | 4E | F |
| Octal | 10 | 27 | 102 | 130 | 101 | 0 | 112 | 340 | 116 | 17 |
| Binary | 1000 | 10111 | 1000010 | 1011000 | 1000001 | 0 | 1001010 | 11100000 | 1001110 | 1111 |
Color Harmonies of #081742
Complementary color
Monochromatic Colors of #081742
Black with #081742
Text Example
Text Example
White with #081742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081742; }
p { color: rgb(8,23,66); }
H1.HeaderClassName
{
color: #081742;
}
.AnyTagClassName
{
color: #081742;
}
</style>
background-color css
<style>
a { background-color: #081742; }
a { background-color: rgb(8,23,66); }
div.DivClassName
{
background-color: #081742;
}
.BgClassName
{
background-color: #081742;
}
</style>
border-color css
<style>
span { border-color: #081742; }
span { border-color: rgb(8,23,66); }
td.TdClassName
{
border-color: #081742;
}
.TagClassName
{
border-color: #081742;
}
</style>