Shades of Midnight Express #071642
Tints of Midnight Express #071642
RGB
CMYK
RGB Variations
Color information
#071642 (or 0x071642) is known color: Midnight Express. HEX triplet: 07, 16 and 42. RGB value is (7,22,66). Sum of RGB (Red+Green+Blue) = 7+22+66=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 66 (26.17% from 255 or 69.47% from 95); Max value from RGB is 66 - color contains mainly: blue. Hex color #071642 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071642 is #F8E9BD. Grayscale: #161616. Windows color (decimal): -16312766 or 4331015. OLE color: 4331015.
HSL color Cylindrical-coordinate representation of color #071642: hue angle of 224.75º 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 #071642 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 22 | 66 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.74 |
| HSL | 224.75º | 0.81% | 0.14% | - |
| HSV(B) | 224.75º | 0.89% | 0.26% | - |
| XYZ | 1.36 | 1.01 | 5.28 | - |
| YUV | 22.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 66 | 0.89 | 0.67 | 0 | 0.74 | 224.75 | 0.81 | 0.14 |
| Hex | 7 | 16 | 42 | 59 | 43 | 0 | 4A | E1 | 51 | E |
| Octal | 7 | 26 | 102 | 131 | 103 | 0 | 112 | 341 | 121 | 16 |
| Binary | 111 | 10110 | 1000010 | 1011001 | 1000011 | 0 | 1001010 | 11100001 | 1010001 | 1110 |
Color Harmonies of #071642
Complementary color
Monochromatic Colors of #071642
Black with #071642
Text Example
Text Example
White with #071642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071642; }
p { color: rgb(7,22,66); }
H1.HeaderClassName
{
color: #071642;
}
.AnyTagClassName
{
color: #071642;
}
</style>
background-color css
<style>
a { background-color: #071642; }
a { background-color: rgb(7,22,66); }
div.DivClassName
{
background-color: #071642;
}
.BgClassName
{
background-color: #071642;
}
</style>
border-color css
<style>
span { border-color: #071642; }
span { border-color: rgb(7,22,66); }
td.TdClassName
{
border-color: #071642;
}
.TagClassName
{
border-color: #071642;
}
</style>