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