Shades of Midnight Express #07053A
Tints of Midnight Express #07053A
RGB
CMYK
RGB Variations
Color information
#07053A (or 0x07053A) is known color: Midnight Express. HEX triplet: 07, 05 and 3A. RGB value is (7,5,58). Sum of RGB (Red+Green+Blue) = 7+5+58=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 58 (23.05% from 255 or 82.86% from 70); Max value from RGB is 58 - color contains mainly: blue. Hex color #07053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07053A is #F8FAC5. Grayscale: #0B0B0B. Windows color (decimal): -16317126 or 3802375. OLE color: 3802375.
HSL color Cylindrical-coordinate representation of color #07053A: hue angle of 242.26º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07053A is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 5 | 58 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.77 |
| HSL | 242.26º | 0.84% | 0.12% | - |
| HSV(B) | 242.26º | 0.91% | 0.23% | - |
| XYZ | 0.91 | 0.46 | 4.04 | - |
| YUV | 11.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 58 | 0.88 | 0.91 | 0 | 0.77 | 242.26 | 0.84 | 0.12 |
| Hex | 7 | 5 | 3A | 58 | 5B | 0 | 4D | F2 | 54 | C |
| Octal | 7 | 5 | 72 | 130 | 133 | 0 | 115 | 362 | 124 | 14 |
| Binary | 111 | 101 | 111010 | 1011000 | 1011011 | 0 | 1001101 | 11110010 | 1010100 | 1100 |
Color Harmonies of #07053A
Complementary color
Monochromatic Colors of #07053A
Black with #07053A
Text Example
Text Example
White with #07053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07053A; }
p { color: rgb(7,5,58); }
H1.HeaderClassName
{
color: #07053A;
}
.AnyTagClassName
{
color: #07053A;
}
</style>
background-color css
<style>
a { background-color: #07053A; }
a { background-color: rgb(7,5,58); }
div.DivClassName
{
background-color: #07053A;
}
.BgClassName
{
background-color: #07053A;
}
</style>
border-color css
<style>
span { border-color: #07053A; }
span { border-color: rgb(7,5,58); }
td.TdClassName
{
border-color: #07053A;
}
.TagClassName
{
border-color: #07053A;
}
</style>