Shades of Midnight Express #071942
Tints of Midnight Express #071942
RGB
CMYK
RGB Variations
Color information
#071942 (or 0x071942) is known color: Midnight Express. HEX triplet: 07, 19 and 42. RGB value is (7,25,66). Sum of RGB (Red+Green+Blue) = 7+25+66=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 25 (10.16% from 255 or 25.51% 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 #071942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071942 is #F8E6BD. Grayscale: #181818. Windows color (decimal): -16311998 or 4331783. OLE color: 4331783.
HSL color Cylindrical-coordinate representation of color #071942: hue angle of 221.69º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #071942 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 25 | 66 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.74 |
| HSL | 221.69º | 0.81% | 0.14% | - |
| HSV(B) | 221.69º | 0.89% | 0.26% | - |
| XYZ | 1.42 | 1.13 | 5.3 | - |
| YUV | 24.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 66 | 0.89 | 0.62 | 0 | 0.74 | 221.69 | 0.81 | 0.14 |
| Hex | 7 | 19 | 42 | 59 | 3E | 0 | 4A | DE | 51 | E |
| Octal | 7 | 31 | 102 | 131 | 76 | 0 | 112 | 336 | 121 | 16 |
| Binary | 111 | 11001 | 1000010 | 1011001 | 111110 | 0 | 1001010 | 11011110 | 1010001 | 1110 |
Color Harmonies of #071942
Complementary color
Monochromatic Colors of #071942
Black with #071942
Text Example
Text Example
White with #071942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071942; }
p { color: rgb(7,25,66); }
H1.HeaderClassName
{
color: #071942;
}
.AnyTagClassName
{
color: #071942;
}
</style>
background-color css
<style>
a { background-color: #071942; }
a { background-color: rgb(7,25,66); }
div.DivClassName
{
background-color: #071942;
}
.BgClassName
{
background-color: #071942;
}
</style>
border-color css
<style>
span { border-color: #071942; }
span { border-color: rgb(7,25,66); }
td.TdClassName
{
border-color: #071942;
}
.TagClassName
{
border-color: #071942;
}
</style>