Shades of Midnight Express #07013E
Tints of Midnight Express #07013E
RGB
CMYK
RGB Variations
Color information
#07013E (or 0x07013E) is known color: Midnight Express. HEX triplet: 07, 01 and 3E. RGB value is (7,1,62). Sum of RGB (Red+Green+Blue) = 7+1+62=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 62 (24.61% from 255 or 88.57% from 70); Max value from RGB is 62 - color contains mainly: blue. Hex color #07013E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07013E is #F8FEC1. Grayscale: #090909. Windows color (decimal): -16318146 or 4063495. OLE color: 4063495.
HSL color Cylindrical-coordinate representation of color #07013E: hue angle of 245.9º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07013E is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 1 | 62 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.76 |
| HSL | 245.9º | 0.97% | 0.12% | - |
| HSV(B) | 245.9º | 0.98% | 0.24% | - |
| XYZ | 0.97 | 0.41 | 4.59 | - |
| YUV | 9.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 62 | 0.89 | 0.98 | 0 | 0.76 | 245.9 | 0.97 | 0.12 |
| Hex | 7 | 1 | 3E | 59 | 62 | 0 | 4C | F6 | 61 | C |
| Octal | 7 | 1 | 76 | 131 | 142 | 0 | 114 | 366 | 141 | 14 |
| Binary | 111 | 1 | 111110 | 1011001 | 1100010 | 0 | 1001100 | 11110110 | 1100001 | 1100 |
Color Harmonies of #07013E
Complementary color
Monochromatic Colors of #07013E
Black with #07013E
Text Example
Text Example
White with #07013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07013E; }
p { color: rgb(7,1,62); }
H1.HeaderClassName
{
color: #07013E;
}
.AnyTagClassName
{
color: #07013E;
}
</style>
background-color css
<style>
a { background-color: #07013E; }
a { background-color: rgb(7,1,62); }
div.DivClassName
{
background-color: #07013E;
}
.BgClassName
{
background-color: #07013E;
}
</style>
border-color css
<style>
span { border-color: #07013E; }
span { border-color: rgb(7,1,62); }
td.TdClassName
{
border-color: #07013E;
}
.TagClassName
{
border-color: #07013E;
}
</style>