Shades of Midnight Express #070443
Tints of Midnight Express #070443
RGB
CMYK
RGB Variations
Color information
#070443 (or 0x070443) is known color: Midnight Express. HEX triplet: 07, 04 and 43. RGB value is (7,4,67). Sum of RGB (Red+Green+Blue) = 7+4+67=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 67 (26.56% from 255 or 85.90% from 78); Max value from RGB is 67 - color contains mainly: blue. Hex color #070443 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070443 is #F8FBBC. Grayscale: #0B0B0B. Windows color (decimal): -16317373 or 4391943. OLE color: 4391943.
HSL color Cylindrical-coordinate representation of color #070443: hue angle of 242.86º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070443 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 4 | 67 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.74 |
| HSL | 242.86º | 0.89% | 0.14% | - |
| HSV(B) | 242.86º | 0.94% | 0.26% | - |
| XYZ | 1.14 | 0.54 | 5.35 | - |
| YUV | 12.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 67 | 0.90 | 0.94 | 0 | 0.74 | 242.86 | 0.89 | 0.14 |
| Hex | 7 | 4 | 43 | 5A | 5E | 0 | 4A | F3 | 59 | E |
| Octal | 7 | 4 | 103 | 132 | 136 | 0 | 112 | 363 | 131 | 16 |
| Binary | 111 | 100 | 1000011 | 1011010 | 1011110 | 0 | 1001010 | 11110011 | 1011001 | 1110 |
Color Harmonies of #070443
Complementary color
Monochromatic Colors of #070443
Black with #070443
Text Example
Text Example
White with #070443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070443; }
p { color: rgb(7,4,67); }
H1.HeaderClassName
{
color: #070443;
}
.AnyTagClassName
{
color: #070443;
}
</style>
background-color css
<style>
a { background-color: #070443; }
a { background-color: rgb(7,4,67); }
div.DivClassName
{
background-color: #070443;
}
.BgClassName
{
background-color: #070443;
}
</style>
border-color css
<style>
span { border-color: #070443; }
span { border-color: rgb(7,4,67); }
td.TdClassName
{
border-color: #070443;
}
.TagClassName
{
border-color: #070443;
}
</style>