Shades of Midnight Express #070746
Tints of Midnight Express #070746
RGB
CMYK
RGB Variations
Color information
#070746 (or 0x070746) is known color: Midnight Express. HEX triplet: 07, 07 and 46. RGB value is (7,7,70). Sum of RGB (Red+Green+Blue) = 7+7+70=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 70 (27.73% from 255 or 83.33% from 84); Max value from RGB is 70 - color contains mainly: blue. Hex color #070746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070746 is #F8F8B9. Grayscale: #0D0D0D. Windows color (decimal): -16316602 or 4589319. OLE color: 4589319.
HSL color Cylindrical-coordinate representation of color #070746: hue angle of 240º 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 #070746 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 7 | 70 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.73 |
| HSL | 240º | 0.82% | 0.15% | - |
| HSV(B) | 240º | 0.9% | 0.27% | - |
| XYZ | 1.27 | 0.64 | 5.85 | - |
| YUV | 14.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 70 | 0.90 | 0.90 | 0 | 0.73 | 240 | 0.82 | 0.15 |
| Hex | 7 | 7 | 46 | 5A | 5A | 0 | 49 | F0 | 52 | F |
| Octal | 7 | 7 | 106 | 132 | 132 | 0 | 111 | 360 | 122 | 17 |
| Binary | 111 | 111 | 1000110 | 1011010 | 1011010 | 0 | 1001001 | 11110000 | 1010010 | 1111 |
Color Harmonies of #070746
Complementary color
Monochromatic Colors of #070746
Black with #070746
Text Example
Text Example
White with #070746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070746; }
p { color: rgb(7,7,70); }
H1.HeaderClassName
{
color: #070746;
}
.AnyTagClassName
{
color: #070746;
}
</style>
background-color css
<style>
a { background-color: #070746; }
a { background-color: rgb(7,7,70); }
div.DivClassName
{
background-color: #070746;
}
.BgClassName
{
background-color: #070746;
}
</style>
border-color css
<style>
span { border-color: #070746; }
span { border-color: rgb(7,7,70); }
td.TdClassName
{
border-color: #070746;
}
.TagClassName
{
border-color: #070746;
}
</style>