Shades of Midnight Express #071533
Tints of Midnight Express #071533
RGB
CMYK
RGB Variations
Color information
#071533 (or 0x071533) is known color: Midnight Express. HEX triplet: 07, 15 and 33. RGB value is (7,21,51). Sum of RGB (Red+Green+Blue) = 7+21+51=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 51 (20.31% from 255 or 64.56% from 79); Max value from RGB is 51 - color contains mainly: blue. Hex color #071533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071533 is #F8EACC. Grayscale: #141414. Windows color (decimal): -16313037 or 3347719. OLE color: 3347719.
HSL color Cylindrical-coordinate representation of color #071533: hue angle of 220.91º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071533 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 21 | 51 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.8 |
| HSL | 220.91º | 0.76% | 0.11% | - |
| HSV(B) | 220.91º | 0.86% | 0.2% | - |
| XYZ | 0.95 | 0.82 | 3.24 | - |
| YUV | 20.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 51 | 0.86 | 0.59 | 0 | 0.8 | 220.91 | 0.76 | 0.11 |
| Hex | 7 | 15 | 33 | 56 | 3B | 0 | 50 | DD | 4C | B |
| Octal | 7 | 25 | 63 | 126 | 73 | 0 | 120 | 335 | 114 | 13 |
| Binary | 111 | 10101 | 110011 | 1010110 | 111011 | 0 | 1010000 | 11011101 | 1001100 | 1011 |
Color Harmonies of #071533
Complementary color
Monochromatic Colors of #071533
Black with #071533
Text Example
Text Example
White with #071533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071533; }
p { color: rgb(7,21,51); }
H1.HeaderClassName
{
color: #071533;
}
.AnyTagClassName
{
color: #071533;
}
</style>
background-color css
<style>
a { background-color: #071533; }
a { background-color: rgb(7,21,51); }
div.DivClassName
{
background-color: #071533;
}
.BgClassName
{
background-color: #071533;
}
</style>
border-color css
<style>
span { border-color: #071533; }
span { border-color: rgb(7,21,51); }
td.TdClassName
{
border-color: #071533;
}
.TagClassName
{
border-color: #071533;
}
</style>