Shades of Midnight Express #070A48
Tints of Midnight Express #070A48
RGB
CMYK
RGB Variations
Color information
#070A48 (or 0x070A48) is known color: Midnight Express. HEX triplet: 07, 0A and 48. RGB value is (7,10,72). Sum of RGB (Red+Green+Blue) = 7+10+72=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 72 (28.52% from 255 or 80.90% from 89); Max value from RGB is 72 - color contains mainly: blue. Hex color #070A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A48 is #F8F5B7. Grayscale: #0F0F0F. Windows color (decimal): -16315832 or 4721159. OLE color: 4721159.
HSL color Cylindrical-coordinate representation of color #070A48: hue angle of 237.23º 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 #070A48 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 10 | 72 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.72 |
| HSL | 237.23º | 0.82% | 0.15% | - |
| HSV(B) | 237.23º | 0.9% | 0.28% | - |
| XYZ | 1.37 | 0.73 | 6.2 | - |
| YUV | 16.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 72 | 0.90 | 0.86 | 0 | 0.72 | 237.23 | 0.82 | 0.15 |
| Hex | 7 | A | 48 | 5A | 56 | 0 | 48 | ED | 52 | F |
| Octal | 7 | 12 | 110 | 132 | 126 | 0 | 110 | 355 | 122 | 17 |
| Binary | 111 | 1010 | 1001000 | 1011010 | 1010110 | 0 | 1001000 | 11101101 | 1010010 | 1111 |
Color Harmonies of #070A48
Complementary color
Monochromatic Colors of #070A48
Black with #070A48
Text Example
Text Example
White with #070A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A48; }
p { color: rgb(7,10,72); }
H1.HeaderClassName
{
color: #070A48;
}
.AnyTagClassName
{
color: #070A48;
}
</style>
background-color css
<style>
a { background-color: #070A48; }
a { background-color: rgb(7,10,72); }
div.DivClassName
{
background-color: #070A48;
}
.BgClassName
{
background-color: #070A48;
}
</style>
border-color css
<style>
span { border-color: #070A48; }
span { border-color: rgb(7,10,72); }
td.TdClassName
{
border-color: #070A48;
}
.TagClassName
{
border-color: #070A48;
}
</style>