Shades of Midnight Express #071D47
Tints of Midnight Express #071D47
RGB
CMYK
RGB Variations
Color information
#071D47 (or 0x071D47) is known color: Midnight Express. HEX triplet: 07, 1D and 47. RGB value is (7,29,71). Sum of RGB (Red+Green+Blue) = 7+29+71=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #071D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D47 is #F8E2B8. Grayscale: #1B1B1B. Windows color (decimal): -16310969 or 4660487. OLE color: 4660487.
HSL color Cylindrical-coordinate representation of color #071D47: hue angle of 219.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071D47 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 29 | 71 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.72 |
| HSL | 219.38º | 0.82% | 0.15% | - |
| HSV(B) | 219.38º | 0.9% | 0.28% | - |
| XYZ | 1.66 | 1.38 | 6.14 | - |
| YUV | 27.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 71 | 0.90 | 0.59 | 0 | 0.72 | 219.38 | 0.82 | 0.15 |
| Hex | 7 | 1D | 47 | 5A | 3B | 0 | 48 | DB | 52 | F |
| Octal | 7 | 35 | 107 | 132 | 73 | 0 | 110 | 333 | 122 | 17 |
| Binary | 111 | 11101 | 1000111 | 1011010 | 111011 | 0 | 1001000 | 11011011 | 1010010 | 1111 |
Color Harmonies of #071D47
Complementary color
Monochromatic Colors of #071D47
Black with #071D47
Text Example
Text Example
White with #071D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D47; }
p { color: rgb(7,29,71); }
H1.HeaderClassName
{
color: #071D47;
}
.AnyTagClassName
{
color: #071D47;
}
</style>
background-color css
<style>
a { background-color: #071D47; }
a { background-color: rgb(7,29,71); }
div.DivClassName
{
background-color: #071D47;
}
.BgClassName
{
background-color: #071D47;
}
</style>
border-color css
<style>
span { border-color: #071D47; }
span { border-color: rgb(7,29,71); }
td.TdClassName
{
border-color: #071D47;
}
.TagClassName
{
border-color: #071D47;
}
</style>