Shades of Midnight Express #071436
Tints of Midnight Express #071436
RGB
CMYK
RGB Variations
Color information
#071436 (or 0x071436) is known color: Midnight Express. HEX triplet: 07, 14 and 36. RGB value is (7,20,54). Sum of RGB (Red+Green+Blue) = 7+20+54=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 54 (21.48% from 255 or 66.67% from 81); Max value from RGB is 54 - color contains mainly: blue. Hex color #071436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071436 is #F8EBC9. Grayscale: #131313. Windows color (decimal): -16313290 or 3544071. OLE color: 3544071.
HSL color Cylindrical-coordinate representation of color #071436: hue angle of 223.4º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #071436 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 20 | 54 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.79 |
| HSL | 223.4º | 0.77% | 0.12% | - |
| HSV(B) | 223.4º | 0.87% | 0.21% | - |
| XYZ | 1 | 0.81 | 3.59 | - |
| YUV | 19.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 54 | 0.87 | 0.63 | 0 | 0.79 | 223.4 | 0.77 | 0.12 |
| Hex | 7 | 14 | 36 | 57 | 3F | 0 | 4F | DF | 4D | C |
| Octal | 7 | 24 | 66 | 127 | 77 | 0 | 117 | 337 | 115 | 14 |
| Binary | 111 | 10100 | 110110 | 1010111 | 111111 | 0 | 1001111 | 11011111 | 1001101 | 1100 |
Color Harmonies of #071436
Complementary color
Monochromatic Colors of #071436
Black with #071436
Text Example
Text Example
White with #071436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071436; }
p { color: rgb(7,20,54); }
H1.HeaderClassName
{
color: #071436;
}
.AnyTagClassName
{
color: #071436;
}
</style>
background-color css
<style>
a { background-color: #071436; }
a { background-color: rgb(7,20,54); }
div.DivClassName
{
background-color: #071436;
}
.BgClassName
{
background-color: #071436;
}
</style>
border-color css
<style>
span { border-color: #071436; }
span { border-color: rgb(7,20,54); }
td.TdClassName
{
border-color: #071436;
}
.TagClassName
{
border-color: #071436;
}
</style>