Shades of Midnight Express #070D40
Tints of Midnight Express #070D40
RGB
CMYK
RGB Variations
Color information
#070D40 (or 0x070D40) is known color: Midnight Express. HEX triplet: 07, 0D and 40. RGB value is (7,13,64). Sum of RGB (Red+Green+Blue) = 7+13+64=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 64 (25.39% from 255 or 76.19% from 84); Max value from RGB is 64 - color contains mainly: blue. Hex color #070D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D40 is #F8F2BF. Grayscale: #101010. Windows color (decimal): -16315072 or 4197639. OLE color: 4197639.
HSL color Cylindrical-coordinate representation of color #070D40: hue angle of 233.68º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070D40 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 13 | 64 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.75 |
| HSL | 233.68º | 0.8% | 0.14% | - |
| HSV(B) | 233.68º | 0.89% | 0.25% | - |
| XYZ | 1.16 | 0.7 | 4.93 | - |
| YUV | 17.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 64 | 0.89 | 0.80 | 0 | 0.75 | 233.68 | 0.8 | 0.14 |
| Hex | 7 | D | 40 | 59 | 50 | 0 | 4B | EA | 50 | E |
| Octal | 7 | 15 | 100 | 131 | 120 | 0 | 113 | 352 | 120 | 16 |
| Binary | 111 | 1101 | 1000000 | 1011001 | 1010000 | 0 | 1001011 | 11101010 | 1010000 | 1110 |
Color Harmonies of #070D40
Complementary color
Monochromatic Colors of #070D40
Black with #070D40
Text Example
Text Example
White with #070D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D40; }
p { color: rgb(7,13,64); }
H1.HeaderClassName
{
color: #070D40;
}
.AnyTagClassName
{
color: #070D40;
}
</style>
background-color css
<style>
a { background-color: #070D40; }
a { background-color: rgb(7,13,64); }
div.DivClassName
{
background-color: #070D40;
}
.BgClassName
{
background-color: #070D40;
}
</style>
border-color css
<style>
span { border-color: #070D40; }
span { border-color: rgb(7,13,64); }
td.TdClassName
{
border-color: #070D40;
}
.TagClassName
{
border-color: #070D40;
}
</style>