Shades of Midnight Express #07053C
Tints of Midnight Express #07053C
RGB
CMYK
RGB Variations
Color information
#07053C (or 0x07053C) is known color: Midnight Express. HEX triplet: 07, 05 and 3C. RGB value is (7,5,60). Sum of RGB (Red+Green+Blue) = 7+5+60=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 60 (23.83% from 255 or 83.33% from 72); Max value from RGB is 60 - color contains mainly: blue. Hex color #07053C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07053C is #F8FAC3. Grayscale: #0B0B0B. Windows color (decimal): -16317124 or 3933447. OLE color: 3933447.
HSL color Cylindrical-coordinate representation of color #07053C: hue angle of 242.18º 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 #07053C is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 5 | 60 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.76 |
| HSL | 242.18º | 0.85% | 0.13% | - |
| HSV(B) | 242.18º | 0.92% | 0.24% | - |
| XYZ | 0.96 | 0.48 | 4.32 | - |
| YUV | 11.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 60 | 0.88 | 0.92 | 0 | 0.76 | 242.18 | 0.85 | 0.13 |
| Hex | 7 | 5 | 3C | 58 | 5C | 0 | 4C | F2 | 55 | D |
| Octal | 7 | 5 | 74 | 130 | 134 | 0 | 114 | 362 | 125 | 15 |
| Binary | 111 | 101 | 111100 | 1011000 | 1011100 | 0 | 1001100 | 11110010 | 1010101 | 1101 |
Color Harmonies of #07053C
Complementary color
Monochromatic Colors of #07053C
Black with #07053C
Text Example
Text Example
White with #07053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07053C; }
p { color: rgb(7,5,60); }
H1.HeaderClassName
{
color: #07053C;
}
.AnyTagClassName
{
color: #07053C;
}
</style>
background-color css
<style>
a { background-color: #07053C; }
a { background-color: rgb(7,5,60); }
div.DivClassName
{
background-color: #07053C;
}
.BgClassName
{
background-color: #07053C;
}
</style>
border-color css
<style>
span { border-color: #07053C; }
span { border-color: rgb(7,5,60); }
td.TdClassName
{
border-color: #07053C;
}
.TagClassName
{
border-color: #07053C;
}
</style>