Shades of Midnight Express #070647
Tints of Midnight Express #070647
RGB
CMYK
RGB Variations
Color information
#070647 (or 0x070647) is known color: Midnight Express. HEX triplet: 07, 06 and 47. RGB value is (7,6,71). Sum of RGB (Red+Green+Blue) = 7+6+71=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #070647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070647 is #F8F9B8. Grayscale: #0D0D0D. Windows color (decimal): -16316857 or 4654599. OLE color: 4654599.
HSL color Cylindrical-coordinate representation of color #070647: hue angle of 240.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070647 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 6 | 71 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.72 |
| HSL | 240.92º | 0.84% | 0.15% | - |
| HSV(B) | 240.92º | 0.92% | 0.28% | - |
| XYZ | 1.29 | 0.63 | 6.01 | - |
| YUV | 13.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 71 | 0.90 | 0.92 | 0 | 0.72 | 240.92 | 0.84 | 0.15 |
| Hex | 7 | 6 | 47 | 5A | 5C | 0 | 48 | F1 | 54 | F |
| Octal | 7 | 6 | 107 | 132 | 134 | 0 | 110 | 361 | 124 | 17 |
| Binary | 111 | 110 | 1000111 | 1011010 | 1011100 | 0 | 1001000 | 11110001 | 1010100 | 1111 |
Color Harmonies of #070647
Complementary color
Monochromatic Colors of #070647
Black with #070647
Text Example
Text Example
White with #070647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070647; }
p { color: rgb(7,6,71); }
H1.HeaderClassName
{
color: #070647;
}
.AnyTagClassName
{
color: #070647;
}
</style>
background-color css
<style>
a { background-color: #070647; }
a { background-color: rgb(7,6,71); }
div.DivClassName
{
background-color: #070647;
}
.BgClassName
{
background-color: #070647;
}
</style>
border-color css
<style>
span { border-color: #070647; }
span { border-color: rgb(7,6,71); }
td.TdClassName
{
border-color: #070647;
}
.TagClassName
{
border-color: #070647;
}
</style>