Shades of Midnight Express #070D42
Tints of Midnight Express #070D42
RGB
CMYK
RGB Variations
Color information
#070D42 (or 0x070D42) is known color: Midnight Express. HEX triplet: 07, 0D and 42. RGB value is (7,13,66). Sum of RGB (Red+Green+Blue) = 7+13+66=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 66 (26.17% from 255 or 76.74% from 86); Max value from RGB is 66 - color contains mainly: blue. Hex color #070D42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D42 is #F8F2BD. Grayscale: #111111. Windows color (decimal): -16315070 or 4328711. OLE color: 4328711.
HSL color Cylindrical-coordinate representation of color #070D42: hue angle of 233.9º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070D42 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 13 | 66 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.74 |
| HSL | 233.9º | 0.81% | 0.14% | - |
| HSV(B) | 233.9º | 0.89% | 0.26% | - |
| XYZ | 1.21 | 0.73 | 5.23 | - |
| YUV | 17.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 66 | 0.89 | 0.80 | 0 | 0.74 | 233.9 | 0.81 | 0.14 |
| Hex | 7 | D | 42 | 59 | 50 | 0 | 4A | EA | 51 | E |
| Octal | 7 | 15 | 102 | 131 | 120 | 0 | 112 | 352 | 121 | 16 |
| Binary | 111 | 1101 | 1000010 | 1011001 | 1010000 | 0 | 1001010 | 11101010 | 1010001 | 1110 |
Color Harmonies of #070D42
Complementary color
Monochromatic Colors of #070D42
Black with #070D42
Text Example
Text Example
White with #070D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D42; }
p { color: rgb(7,13,66); }
H1.HeaderClassName
{
color: #070D42;
}
.AnyTagClassName
{
color: #070D42;
}
</style>
background-color css
<style>
a { background-color: #070D42; }
a { background-color: rgb(7,13,66); }
div.DivClassName
{
background-color: #070D42;
}
.BgClassName
{
background-color: #070D42;
}
</style>
border-color css
<style>
span { border-color: #070D42; }
span { border-color: rgb(7,13,66); }
td.TdClassName
{
border-color: #070D42;
}
.TagClassName
{
border-color: #070D42;
}
</style>