Shades of Midnight Express #070544
Tints of Midnight Express #070544
RGB
CMYK
RGB Variations
Color information
#070544 (or 0x070544) is known color: Midnight Express. HEX triplet: 07, 05 and 44. RGB value is (7,5,68). Sum of RGB (Red+Green+Blue) = 7+5+68=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 68 (26.95% from 255 or 85% from 80); Max value from RGB is 68 - color contains mainly: blue. Hex color #070544 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070544 is #F8FABB. Grayscale: #0C0C0C. Windows color (decimal): -16317116 or 4457735. OLE color: 4457735.
HSL color Cylindrical-coordinate representation of color #070544: hue angle of 241.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070544 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 5 | 68 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.73 |
| HSL | 241.9º | 0.86% | 0.14% | - |
| HSV(B) | 241.9º | 0.93% | 0.27% | - |
| XYZ | 1.19 | 0.57 | 5.52 | - |
| YUV | 12.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 68 | 0.90 | 0.93 | 0 | 0.73 | 241.9 | 0.86 | 0.14 |
| Hex | 7 | 5 | 44 | 5A | 5D | 0 | 49 | F2 | 56 | E |
| Octal | 7 | 5 | 104 | 132 | 135 | 0 | 111 | 362 | 126 | 16 |
| Binary | 111 | 101 | 1000100 | 1011010 | 1011101 | 0 | 1001001 | 11110010 | 1010110 | 1110 |
Color Harmonies of #070544
Complementary color
Monochromatic Colors of #070544
Black with #070544
Text Example
Text Example
White with #070544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070544; }
p { color: rgb(7,5,68); }
H1.HeaderClassName
{
color: #070544;
}
.AnyTagClassName
{
color: #070544;
}
</style>
background-color css
<style>
a { background-color: #070544; }
a { background-color: rgb(7,5,68); }
div.DivClassName
{
background-color: #070544;
}
.BgClassName
{
background-color: #070544;
}
</style>
border-color css
<style>
span { border-color: #070544; }
span { border-color: rgb(7,5,68); }
td.TdClassName
{
border-color: #070544;
}
.TagClassName
{
border-color: #070544;
}
</style>