Shades of Midnight Express #07013A
Tints of Midnight Express #07013A
RGB
CMYK
RGB Variations
Color information
#07013A (or 0x07013A) is known color: Midnight Express. HEX triplet: 07, 01 and 3A. RGB value is (7,1,58). Sum of RGB (Red+Green+Blue) = 7+1+58=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 58 (23.05% from 255 or 87.88% from 66); Max value from RGB is 58 - color contains mainly: blue. Hex color #07013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07013A is #F8FEC5. Grayscale: #090909. Windows color (decimal): -16318150 or 3801351. OLE color: 3801351.
HSL color Cylindrical-coordinate representation of color #07013A: hue angle of 246.32º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07013A is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 1 | 58 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.77 |
| HSL | 246.32º | 0.97% | 0.12% | - |
| HSV(B) | 246.32º | 0.98% | 0.23% | - |
| XYZ | 0.86 | 0.37 | 4.03 | - |
| YUV | 9.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 58 | 0.88 | 0.98 | 0 | 0.77 | 246.32 | 0.97 | 0.12 |
| Hex | 7 | 1 | 3A | 58 | 62 | 0 | 4D | F6 | 61 | C |
| Octal | 7 | 1 | 72 | 130 | 142 | 0 | 115 | 366 | 141 | 14 |
| Binary | 111 | 1 | 111010 | 1011000 | 1100010 | 0 | 1001101 | 11110110 | 1100001 | 1100 |
Color Harmonies of #07013A
Complementary color
Monochromatic Colors of #07013A
Black with #07013A
Text Example
Text Example
White with #07013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07013A; }
p { color: rgb(7,1,58); }
H1.HeaderClassName
{
color: #07013A;
}
.AnyTagClassName
{
color: #07013A;
}
</style>
background-color css
<style>
a { background-color: #07013A; }
a { background-color: rgb(7,1,58); }
div.DivClassName
{
background-color: #07013A;
}
.BgClassName
{
background-color: #07013A;
}
</style>
border-color css
<style>
span { border-color: #07013A; }
span { border-color: rgb(7,1,58); }
td.TdClassName
{
border-color: #07013A;
}
.TagClassName
{
border-color: #07013A;
}
</style>