Shades of Midnight Express #070343
Tints of Midnight Express #070343
RGB
CMYK
RGB Variations
Color information
#070343 (or 0x070343) is known color: Midnight Express. HEX triplet: 07, 03 and 43. RGB value is (7,3,67). Sum of RGB (Red+Green+Blue) = 7+3+67=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 67 (26.56% from 255 or 87.01% from 77); Max value from RGB is 67 - color contains mainly: blue. Hex color #070343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070343 is #F8FCBC. Grayscale: #0B0B0B. Windows color (decimal): -16317629 or 4391687. OLE color: 4391687.
HSL color Cylindrical-coordinate representation of color #070343: hue angle of 243.75º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070343 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 3 | 67 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.74 |
| HSL | 243.75º | 0.91% | 0.14% | - |
| HSV(B) | 243.75º | 0.96% | 0.26% | - |
| XYZ | 1.13 | 0.52 | 5.35 | - |
| YUV | 11.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 67 | 0.90 | 0.96 | 0 | 0.74 | 243.75 | 0.91 | 0.14 |
| Hex | 7 | 3 | 43 | 5A | 60 | 0 | 4A | F4 | 5B | E |
| Octal | 7 | 3 | 103 | 132 | 140 | 0 | 112 | 364 | 133 | 16 |
| Binary | 111 | 11 | 1000011 | 1011010 | 1100000 | 0 | 1001010 | 11110100 | 1011011 | 1110 |
Color Harmonies of #070343
Complementary color
Monochromatic Colors of #070343
Black with #070343
Text Example
Text Example
White with #070343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070343; }
p { color: rgb(7,3,67); }
H1.HeaderClassName
{
color: #070343;
}
.AnyTagClassName
{
color: #070343;
}
</style>
background-color css
<style>
a { background-color: #070343; }
a { background-color: rgb(7,3,67); }
div.DivClassName
{
background-color: #070343;
}
.BgClassName
{
background-color: #070343;
}
</style>
border-color css
<style>
span { border-color: #070343; }
span { border-color: rgb(7,3,67); }
td.TdClassName
{
border-color: #070343;
}
.TagClassName
{
border-color: #070343;
}
</style>