Shades of Midnight Express #070345
Tints of Midnight Express #070345
RGB
CMYK
RGB Variations
Color information
#070345 (or 0x070345) is known color: Midnight Express. HEX triplet: 07, 03 and 45. RGB value is (7,3,69). Sum of RGB (Red+Green+Blue) = 7+3+69=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 69 (27.34% from 255 or 87.34% from 79); Max value from RGB is 69 - color contains mainly: blue. Hex color #070345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070345 is #F8FCBA. Grayscale: #0B0B0B. Windows color (decimal): -16317627 or 4522759. OLE color: 4522759.
HSL color Cylindrical-coordinate representation of color #070345: hue angle of 243.64º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070345 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 3 | 69 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.73 |
| HSL | 243.64º | 0.92% | 0.14% | - |
| HSV(B) | 243.64º | 0.96% | 0.27% | - |
| XYZ | 1.19 | 0.54 | 5.67 | - |
| YUV | 11.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 69 | 0.90 | 0.96 | 0 | 0.73 | 243.64 | 0.92 | 0.14 |
| Hex | 7 | 3 | 45 | 5A | 60 | 0 | 49 | F4 | 5C | E |
| Octal | 7 | 3 | 105 | 132 | 140 | 0 | 111 | 364 | 134 | 16 |
| Binary | 111 | 11 | 1000101 | 1011010 | 1100000 | 0 | 1001001 | 11110100 | 1011100 | 1110 |
Color Harmonies of #070345
Complementary color
Monochromatic Colors of #070345
Black with #070345
Text Example
Text Example
White with #070345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070345; }
p { color: rgb(7,3,69); }
H1.HeaderClassName
{
color: #070345;
}
.AnyTagClassName
{
color: #070345;
}
</style>
background-color css
<style>
a { background-color: #070345; }
a { background-color: rgb(7,3,69); }
div.DivClassName
{
background-color: #070345;
}
.BgClassName
{
background-color: #070345;
}
</style>
border-color css
<style>
span { border-color: #070345; }
span { border-color: rgb(7,3,69); }
td.TdClassName
{
border-color: #070345;
}
.TagClassName
{
border-color: #070345;
}
</style>