Shades of Midnight Express #07053D
Tints of Midnight Express #07053D
RGB
CMYK
RGB Variations
Color information
#07053D (or 0x07053D) is known color: Midnight Express. HEX triplet: 07, 05 and 3D. RGB value is (7,5,61). Sum of RGB (Red+Green+Blue) = 7+5+61=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 61 (24.22% from 255 or 83.56% from 73); Max value from RGB is 61 - color contains mainly: blue. Hex color #07053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07053D is #F8FAC2. Grayscale: #0B0B0B. Windows color (decimal): -16317123 or 3998983. OLE color: 3998983.
HSL color Cylindrical-coordinate representation of color #07053D: hue angle of 242.14º 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 #07053D is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 5 | 61 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.76 |
| HSL | 242.14º | 0.85% | 0.13% | - |
| HSV(B) | 242.14º | 0.92% | 0.24% | - |
| XYZ | 0.98 | 0.49 | 4.46 | - |
| YUV | 11.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 61 | 0.89 | 0.92 | 0 | 0.76 | 242.14 | 0.85 | 0.13 |
| Hex | 7 | 5 | 3D | 59 | 5C | 0 | 4C | F2 | 55 | D |
| Octal | 7 | 5 | 75 | 131 | 134 | 0 | 114 | 362 | 125 | 15 |
| Binary | 111 | 101 | 111101 | 1011001 | 1011100 | 0 | 1001100 | 11110010 | 1010101 | 1101 |
Color Harmonies of #07053D
Complementary color
Monochromatic Colors of #07053D
Black with #07053D
Text Example
Text Example
White with #07053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07053D; }
p { color: rgb(7,5,61); }
H1.HeaderClassName
{
color: #07053D;
}
.AnyTagClassName
{
color: #07053D;
}
</style>
background-color css
<style>
a { background-color: #07053D; }
a { background-color: rgb(7,5,61); }
div.DivClassName
{
background-color: #07053D;
}
.BgClassName
{
background-color: #07053D;
}
</style>
border-color css
<style>
span { border-color: #07053D; }
span { border-color: rgb(7,5,61); }
td.TdClassName
{
border-color: #07053D;
}
.TagClassName
{
border-color: #07053D;
}
</style>