Shades of Midnight Express #070641
Tints of Midnight Express #070641
RGB
CMYK
RGB Variations
Color information
#070641 (or 0x070641) is known color: Midnight Express. HEX triplet: 07, 06 and 41. RGB value is (7,6,65). Sum of RGB (Red+Green+Blue) = 7+6+65=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 65 (25.78% from 255 or 83.33% from 78); Max value from RGB is 65 - color contains mainly: blue. Hex color #070641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070641 is #F8F9BE. Grayscale: #0C0C0C. Windows color (decimal): -16316863 or 4261383. OLE color: 4261383.
HSL color Cylindrical-coordinate representation of color #070641: hue angle of 241.02º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070641 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 6 | 65 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.75 |
| HSL | 241.02º | 0.83% | 0.14% | - |
| HSV(B) | 241.02º | 0.91% | 0.25% | - |
| XYZ | 1.11 | 0.56 | 5.05 | - |
| YUV | 13.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 65 | 0.89 | 0.91 | 0 | 0.75 | 241.02 | 0.83 | 0.14 |
| Hex | 7 | 6 | 41 | 59 | 5B | 0 | 4B | F1 | 53 | E |
| Octal | 7 | 6 | 101 | 131 | 133 | 0 | 113 | 361 | 123 | 16 |
| Binary | 111 | 110 | 1000001 | 1011001 | 1011011 | 0 | 1001011 | 11110001 | 1010011 | 1110 |
Color Harmonies of #070641
Complementary color
Monochromatic Colors of #070641
Black with #070641
Text Example
Text Example
White with #070641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070641; }
p { color: rgb(7,6,65); }
H1.HeaderClassName
{
color: #070641;
}
.AnyTagClassName
{
color: #070641;
}
</style>
background-color css
<style>
a { background-color: #070641; }
a { background-color: rgb(7,6,65); }
div.DivClassName
{
background-color: #070641;
}
.BgClassName
{
background-color: #070641;
}
</style>
border-color css
<style>
span { border-color: #070641; }
span { border-color: rgb(7,6,65); }
td.TdClassName
{
border-color: #070641;
}
.TagClassName
{
border-color: #070641;
}
</style>