Shades of Midnight Express #071544
Tints of Midnight Express #071544
RGB
CMYK
RGB Variations
Color information
#071544 (or 0x071544) is known color: Midnight Express. HEX triplet: 07, 15 and 44. RGB value is (7,21,68). Sum of RGB (Red+Green+Blue) = 7+21+68=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 68 (26.95% from 255 or 70.83% from 96); Max value from RGB is 68 - color contains mainly: blue. Hex color #071544 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071544 is #F8EABB. Grayscale: #151515. Windows color (decimal): -16313020 or 4461831. OLE color: 4461831.
HSL color Cylindrical-coordinate representation of color #071544: hue angle of 226.23º degrees, saturation: 0.81, 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 #071544 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 21 | 68 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.73 |
| HSL | 226.23º | 0.81% | 0.15% | - |
| HSV(B) | 226.23º | 0.9% | 0.27% | - |
| XYZ | 1.4 | 1 | 5.59 | - |
| YUV | 22.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 68 | 0.90 | 0.69 | 0 | 0.73 | 226.23 | 0.81 | 0.15 |
| Hex | 7 | 15 | 44 | 5A | 45 | 0 | 49 | E2 | 51 | F |
| Octal | 7 | 25 | 104 | 132 | 105 | 0 | 111 | 342 | 121 | 17 |
| Binary | 111 | 10101 | 1000100 | 1011010 | 1000101 | 0 | 1001001 | 11100010 | 1010001 | 1111 |
Color Harmonies of #071544
Complementary color
Monochromatic Colors of #071544
Black with #071544
Text Example
Text Example
White with #071544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071544; }
p { color: rgb(7,21,68); }
H1.HeaderClassName
{
color: #071544;
}
.AnyTagClassName
{
color: #071544;
}
</style>
background-color css
<style>
a { background-color: #071544; }
a { background-color: rgb(7,21,68); }
div.DivClassName
{
background-color: #071544;
}
.BgClassName
{
background-color: #071544;
}
</style>
border-color css
<style>
span { border-color: #071544; }
span { border-color: rgb(7,21,68); }
td.TdClassName
{
border-color: #071544;
}
.TagClassName
{
border-color: #071544;
}
</style>