Shades of Midnight Express #070344
Tints of Midnight Express #070344
RGB
CMYK
RGB Variations
Color information
#070344 (or 0x070344) is known color: Midnight Express. HEX triplet: 07, 03 and 44. RGB value is (7,3,68). Sum of RGB (Red+Green+Blue) = 7+3+68=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 68 (26.95% from 255 or 87.18% from 78); Max value from RGB is 68 - color contains mainly: blue. Hex color #070344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070344 is #F8FCBB. Grayscale: #0B0B0B. Windows color (decimal): -16317628 or 4457223. OLE color: 4457223.
HSL color Cylindrical-coordinate representation of color #070344: hue angle of 243.69º 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 #070344 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 3 | 68 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.73 |
| HSL | 243.69º | 0.92% | 0.14% | - |
| HSV(B) | 243.69º | 0.96% | 0.27% | - |
| XYZ | 1.16 | 0.53 | 5.51 | - |
| YUV | 11.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 68 | 0.90 | 0.96 | 0 | 0.73 | 243.69 | 0.92 | 0.14 |
| Hex | 7 | 3 | 44 | 5A | 60 | 0 | 49 | F4 | 5C | E |
| Octal | 7 | 3 | 104 | 132 | 140 | 0 | 111 | 364 | 134 | 16 |
| Binary | 111 | 11 | 1000100 | 1011010 | 1100000 | 0 | 1001001 | 11110100 | 1011100 | 1110 |
Color Harmonies of #070344
Complementary color
Monochromatic Colors of #070344
Black with #070344
Text Example
Text Example
White with #070344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070344; }
p { color: rgb(7,3,68); }
H1.HeaderClassName
{
color: #070344;
}
.AnyTagClassName
{
color: #070344;
}
</style>
background-color css
<style>
a { background-color: #070344; }
a { background-color: rgb(7,3,68); }
div.DivClassName
{
background-color: #070344;
}
.BgClassName
{
background-color: #070344;
}
</style>
border-color css
<style>
span { border-color: #070344; }
span { border-color: rgb(7,3,68); }
td.TdClassName
{
border-color: #070344;
}
.TagClassName
{
border-color: #070344;
}
</style>