Shades of Midnight Express #070747
Tints of Midnight Express #070747
RGB
CMYK
RGB Variations
Color information
#070747 (or 0x070747) is known color: Midnight Express. HEX triplet: 07, 07 and 47. RGB value is (7,7,71). Sum of RGB (Red+Green+Blue) = 7+7+71=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #070747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070747 is #F8F8B8. Grayscale: #0E0E0E. Windows color (decimal): -16316601 or 4654855. OLE color: 4654855.
HSL color Cylindrical-coordinate representation of color #070747: hue angle of 240º 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 #070747 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 7 | 71 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.72 |
| HSL | 240º | 0.82% | 0.15% | - |
| HSV(B) | 240º | 0.9% | 0.28% | - |
| XYZ | 1.3 | 0.65 | 6.02 | - |
| YUV | 14.3 | 160 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 71 | 0.90 | 0.90 | 0 | 0.72 | 240 | 0.82 | 0.15 |
| Hex | 7 | 7 | 47 | 5A | 5A | 0 | 48 | F0 | 52 | F |
| Octal | 7 | 7 | 107 | 132 | 132 | 0 | 110 | 360 | 122 | 17 |
| Binary | 111 | 111 | 1000111 | 1011010 | 1011010 | 0 | 1001000 | 11110000 | 1010010 | 1111 |
Color Harmonies of #070747
Complementary color
Monochromatic Colors of #070747
Black with #070747
Text Example
Text Example
White with #070747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070747; }
p { color: rgb(7,7,71); }
H1.HeaderClassName
{
color: #070747;
}
.AnyTagClassName
{
color: #070747;
}
</style>
background-color css
<style>
a { background-color: #070747; }
a { background-color: rgb(7,7,71); }
div.DivClassName
{
background-color: #070747;
}
.BgClassName
{
background-color: #070747;
}
</style>
border-color css
<style>
span { border-color: #070747; }
span { border-color: rgb(7,7,71); }
td.TdClassName
{
border-color: #070747;
}
.TagClassName
{
border-color: #070747;
}
</style>