Shades of Midnight Express #071E46
Tints of Midnight Express #071E46
RGB
CMYK
RGB Variations
Color information
#071E46 (or 0x071E46) is known color: Midnight Express. HEX triplet: 07, 1E and 46. RGB value is (7,30,70). Sum of RGB (Red+Green+Blue) = 7+30+70=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #071E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E46 is #F8E1B9. Grayscale: #1B1B1B. Windows color (decimal): -16310714 or 4595207. OLE color: 4595207.
HSL color Cylindrical-coordinate representation of color #071E46: hue angle of 218.1º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071E46 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 30 | 70 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.73 |
| HSL | 218.1º | 0.82% | 0.15% | - |
| HSV(B) | 218.1º | 0.9% | 0.27% | - |
| XYZ | 1.66 | 1.42 | 5.98 | - |
| YUV | 27.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 70 | 0.90 | 0.57 | 0 | 0.73 | 218.1 | 0.82 | 0.15 |
| Hex | 7 | 1E | 46 | 5A | 39 | 0 | 49 | DA | 52 | F |
| Octal | 7 | 36 | 106 | 132 | 71 | 0 | 111 | 332 | 122 | 17 |
| Binary | 111 | 11110 | 1000110 | 1011010 | 111001 | 0 | 1001001 | 11011010 | 1010010 | 1111 |
Color Harmonies of #071E46
Complementary color
Monochromatic Colors of #071E46
Black with #071E46
Text Example
Text Example
White with #071E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E46; }
p { color: rgb(7,30,70); }
H1.HeaderClassName
{
color: #071E46;
}
.AnyTagClassName
{
color: #071E46;
}
</style>
background-color css
<style>
a { background-color: #071E46; }
a { background-color: rgb(7,30,70); }
div.DivClassName
{
background-color: #071E46;
}
.BgClassName
{
background-color: #071E46;
}
</style>
border-color css
<style>
span { border-color: #071E46; }
span { border-color: rgb(7,30,70); }
td.TdClassName
{
border-color: #071E46;
}
.TagClassName
{
border-color: #071E46;
}
</style>