Shades of Midnight Express #070945
Tints of Midnight Express #070945
RGB
CMYK
RGB Variations
Color information
#070945 (or 0x070945) is known color: Midnight Express. HEX triplet: 07, 09 and 45. RGB value is (7,9,69). Sum of RGB (Red+Green+Blue) = 7+9+69=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 69 (27.34% from 255 or 81.18% from 85); Max value from RGB is 69 - color contains mainly: blue. Hex color #070945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070945 is #F8F6BA. Grayscale: #0F0F0F. Windows color (decimal): -16316091 or 4524295. OLE color: 4524295.
HSL color Cylindrical-coordinate representation of color #070945: hue angle of 238.06º 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 #070945 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 9 | 69 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.73 |
| HSL | 238.06º | 0.82% | 0.15% | - |
| HSV(B) | 238.06º | 0.9% | 0.27% | - |
| XYZ | 1.26 | 0.67 | 5.69 | - |
| YUV | 15.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 69 | 0.90 | 0.87 | 0 | 0.73 | 238.06 | 0.82 | 0.15 |
| Hex | 7 | 9 | 45 | 5A | 57 | 0 | 49 | EE | 52 | F |
| Octal | 7 | 11 | 105 | 132 | 127 | 0 | 111 | 356 | 122 | 17 |
| Binary | 111 | 1001 | 1000101 | 1011010 | 1010111 | 0 | 1001001 | 11101110 | 1010010 | 1111 |
Color Harmonies of #070945
Complementary color
Monochromatic Colors of #070945
Black with #070945
Text Example
Text Example
White with #070945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070945; }
p { color: rgb(7,9,69); }
H1.HeaderClassName
{
color: #070945;
}
.AnyTagClassName
{
color: #070945;
}
</style>
background-color css
<style>
a { background-color: #070945; }
a { background-color: rgb(7,9,69); }
div.DivClassName
{
background-color: #070945;
}
.BgClassName
{
background-color: #070945;
}
</style>
border-color css
<style>
span { border-color: #070945; }
span { border-color: rgb(7,9,69); }
td.TdClassName
{
border-color: #070945;
}
.TagClassName
{
border-color: #070945;
}
</style>