Shades of Midnight Express #071946
Tints of Midnight Express #071946
RGB
CMYK
RGB Variations
Color information
#071946 (or 0x071946) is known color: Midnight Express. HEX triplet: 07, 19 and 46. RGB value is (7,25,70). Sum of RGB (Red+Green+Blue) = 7+25+70=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #071946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071946 is #F8E6B9. Grayscale: #181818. Windows color (decimal): -16311994 or 4593927. OLE color: 4593927.
HSL color Cylindrical-coordinate representation of color #071946: hue angle of 222.86º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071946 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 25 | 70 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.73 |
| HSL | 222.86º | 0.82% | 0.15% | - |
| HSV(B) | 222.86º | 0.9% | 0.27% | - |
| XYZ | 1.54 | 1.18 | 5.94 | - |
| YUV | 24.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 70 | 0.90 | 0.64 | 0 | 0.73 | 222.86 | 0.82 | 0.15 |
| Hex | 7 | 19 | 46 | 5A | 40 | 0 | 49 | DF | 52 | F |
| Octal | 7 | 31 | 106 | 132 | 100 | 0 | 111 | 337 | 122 | 17 |
| Binary | 111 | 11001 | 1000110 | 1011010 | 1000000 | 0 | 1001001 | 11011111 | 1010010 | 1111 |
Color Harmonies of #071946
Complementary color
Monochromatic Colors of #071946
Black with #071946
Text Example
Text Example
White with #071946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071946; }
p { color: rgb(7,25,70); }
H1.HeaderClassName
{
color: #071946;
}
.AnyTagClassName
{
color: #071946;
}
</style>
background-color css
<style>
a { background-color: #071946; }
a { background-color: rgb(7,25,70); }
div.DivClassName
{
background-color: #071946;
}
.BgClassName
{
background-color: #071946;
}
</style>
border-color css
<style>
span { border-color: #071946; }
span { border-color: rgb(7,25,70); }
td.TdClassName
{
border-color: #071946;
}
.TagClassName
{
border-color: #071946;
}
</style>