Shades of Midnight Express #07053E
Tints of Midnight Express #07053E
RGB
CMYK
RGB Variations
Color information
#07053E (or 0x07053E) is known color: Midnight Express. HEX triplet: 07, 05 and 3E. RGB value is (7,5,62). Sum of RGB (Red+Green+Blue) = 7+5+62=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 62 (24.61% from 255 or 83.78% from 74); Max value from RGB is 62 - color contains mainly: blue. Hex color #07053E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07053E is #F8FAC1. Grayscale: #0B0B0B. Windows color (decimal): -16317122 or 4064519. OLE color: 4064519.
HSL color Cylindrical-coordinate representation of color #07053E: hue angle of 242.11º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07053E is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 5 | 62 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.76 |
| HSL | 242.11º | 0.85% | 0.13% | - |
| HSV(B) | 242.11º | 0.92% | 0.24% | - |
| XYZ | 1.01 | 0.5 | 4.6 | - |
| YUV | 12.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 62 | 0.89 | 0.92 | 0 | 0.76 | 242.11 | 0.85 | 0.13 |
| Hex | 7 | 5 | 3E | 59 | 5C | 0 | 4C | F2 | 55 | D |
| Octal | 7 | 5 | 76 | 131 | 134 | 0 | 114 | 362 | 125 | 15 |
| Binary | 111 | 101 | 111110 | 1011001 | 1011100 | 0 | 1001100 | 11110010 | 1010101 | 1101 |
Color Harmonies of #07053E
Complementary color
Monochromatic Colors of #07053E
Black with #07053E
Text Example
Text Example
White with #07053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07053E; }
p { color: rgb(7,5,62); }
H1.HeaderClassName
{
color: #07053E;
}
.AnyTagClassName
{
color: #07053E;
}
</style>
background-color css
<style>
a { background-color: #07053E; }
a { background-color: rgb(7,5,62); }
div.DivClassName
{
background-color: #07053E;
}
.BgClassName
{
background-color: #07053E;
}
</style>
border-color css
<style>
span { border-color: #07053E; }
span { border-color: rgb(7,5,62); }
td.TdClassName
{
border-color: #07053E;
}
.TagClassName
{
border-color: #07053E;
}
</style>