Shades of Midnight Express #071B40
Tints of Midnight Express #071B40
RGB
CMYK
RGB Variations
Color information
#071B40 (or 0x071B40) is known color: Midnight Express. HEX triplet: 07, 1B and 40. RGB value is (7,27,64). Sum of RGB (Red+Green+Blue) = 7+27+64=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #071B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B40 is #F8E4BF. Grayscale: #191919. Windows color (decimal): -16311488 or 4201223. OLE color: 4201223.
HSL color Cylindrical-coordinate representation of color #071B40: hue angle of 218.95º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #071B40 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 27 | 64 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.75 |
| HSL | 218.95º | 0.8% | 0.14% | - |
| HSV(B) | 218.95º | 0.89% | 0.25% | - |
| XYZ | 1.4 | 1.2 | 5.01 | - |
| YUV | 25.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 64 | 0.89 | 0.58 | 0 | 0.75 | 218.95 | 0.8 | 0.14 |
| Hex | 7 | 1B | 40 | 59 | 3A | 0 | 4B | DB | 50 | E |
| Octal | 7 | 33 | 100 | 131 | 72 | 0 | 113 | 333 | 120 | 16 |
| Binary | 111 | 11011 | 1000000 | 1011001 | 111010 | 0 | 1001011 | 11011011 | 1010000 | 1110 |
Color Harmonies of #071B40
Complementary color
Monochromatic Colors of #071B40
Black with #071B40
Text Example
Text Example
White with #071B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B40; }
p { color: rgb(7,27,64); }
H1.HeaderClassName
{
color: #071B40;
}
.AnyTagClassName
{
color: #071B40;
}
</style>
background-color css
<style>
a { background-color: #071B40; }
a { background-color: rgb(7,27,64); }
div.DivClassName
{
background-color: #071B40;
}
.BgClassName
{
background-color: #071B40;
}
</style>
border-color css
<style>
span { border-color: #071B40; }
span { border-color: rgb(7,27,64); }
td.TdClassName
{
border-color: #071B40;
}
.TagClassName
{
border-color: #071B40;
}
</style>