Shades of Midnight Express #070441
Tints of Midnight Express #070441
RGB
CMYK
RGB Variations
Color information
#070441 (or 0x070441) is known color: Midnight Express. HEX triplet: 07, 04 and 41. RGB value is (7,4,65). Sum of RGB (Red+Green+Blue) = 7+4+65=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 65 (25.78% from 255 or 85.53% from 76); Max value from RGB is 65 - color contains mainly: blue. Hex color #070441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070441 is #F8FBBE. Grayscale: #0B0B0B. Windows color (decimal): -16317375 or 4260871. OLE color: 4260871.
HSL color Cylindrical-coordinate representation of color #070441: hue angle of 242.95º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070441 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 4 | 65 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.75 |
| HSL | 242.95º | 0.88% | 0.14% | - |
| HSV(B) | 242.95º | 0.94% | 0.25% | - |
| XYZ | 1.09 | 0.51 | 5.04 | - |
| YUV | 11.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 4 | 65 | 0.89 | 0.94 | 0 | 0.75 | 242.95 | 0.88 | 0.14 |
| Hex | 7 | 4 | 41 | 59 | 5E | 0 | 4B | F3 | 58 | E |
| Octal | 7 | 4 | 101 | 131 | 136 | 0 | 113 | 363 | 130 | 16 |
| Binary | 111 | 100 | 1000001 | 1011001 | 1011110 | 0 | 1001011 | 11110011 | 1011000 | 1110 |
Color Harmonies of #070441
Complementary color
Monochromatic Colors of #070441
Black with #070441
Text Example
Text Example
White with #070441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070441; }
p { color: rgb(7,4,65); }
H1.HeaderClassName
{
color: #070441;
}
.AnyTagClassName
{
color: #070441;
}
</style>
background-color css
<style>
a { background-color: #070441; }
a { background-color: rgb(7,4,65); }
div.DivClassName
{
background-color: #070441;
}
.BgClassName
{
background-color: #070441;
}
</style>
border-color css
<style>
span { border-color: #070441; }
span { border-color: rgb(7,4,65); }
td.TdClassName
{
border-color: #070441;
}
.TagClassName
{
border-color: #070441;
}
</style>