Shades of Midnight Express #070C40
Tints of Midnight Express #070C40
RGB
CMYK
RGB Variations
Color information
#070C40 (or 0x070C40) is known color: Midnight Express. HEX triplet: 07, 0C and 40. RGB value is (7,12,64). Sum of RGB (Red+Green+Blue) = 7+12+64=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #070C40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C40 is #F8F3BF. Grayscale: #101010. Windows color (decimal): -16315328 or 4197383. OLE color: 4197383.
HSL color Cylindrical-coordinate representation of color #070C40: hue angle of 234.74º 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 #070C40 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 12 | 64 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.75 |
| HSL | 234.74º | 0.8% | 0.14% | - |
| HSV(B) | 234.74º | 0.89% | 0.25% | - |
| XYZ | 1.14 | 0.68 | 4.92 | - |
| YUV | 16.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 64 | 0.89 | 0.81 | 0 | 0.75 | 234.74 | 0.8 | 0.14 |
| Hex | 7 | C | 40 | 59 | 51 | 0 | 4B | EB | 50 | E |
| Octal | 7 | 14 | 100 | 131 | 121 | 0 | 113 | 353 | 120 | 16 |
| Binary | 111 | 1100 | 1000000 | 1011001 | 1010001 | 0 | 1001011 | 11101011 | 1010000 | 1110 |
Color Harmonies of #070C40
Complementary color
Monochromatic Colors of #070C40
Black with #070C40
Text Example
Text Example
White with #070C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C40; }
p { color: rgb(7,12,64); }
H1.HeaderClassName
{
color: #070C40;
}
.AnyTagClassName
{
color: #070C40;
}
</style>
background-color css
<style>
a { background-color: #070C40; }
a { background-color: rgb(7,12,64); }
div.DivClassName
{
background-color: #070C40;
}
.BgClassName
{
background-color: #070C40;
}
</style>
border-color css
<style>
span { border-color: #070C40; }
span { border-color: rgb(7,12,64); }
td.TdClassName
{
border-color: #070C40;
}
.TagClassName
{
border-color: #070C40;
}
</style>