Shades of Midnight Express #071448
Tints of Midnight Express #071448
RGB
CMYK
RGB Variations
Color information
#071448 (or 0x071448) is known color: Midnight Express. HEX triplet: 07, 14 and 48. RGB value is (7,20,72). Sum of RGB (Red+Green+Blue) = 7+20+72=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #071448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071448 is #F8EBB7. Grayscale: #151515. Windows color (decimal): -16313272 or 4723719. OLE color: 4723719.
HSL color Cylindrical-coordinate representation of color #071448: hue angle of 228º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071448 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 20 | 72 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.72 |
| HSL | 228º | 0.82% | 0.15% | - |
| HSV(B) | 228º | 0.9% | 0.28% | - |
| XYZ | 1.51 | 1.01 | 6.25 | - |
| YUV | 22.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 72 | 0.90 | 0.72 | 0 | 0.72 | 228 | 0.82 | 0.15 |
| Hex | 7 | 14 | 48 | 5A | 48 | 0 | 48 | E4 | 52 | F |
| Octal | 7 | 24 | 110 | 132 | 110 | 0 | 110 | 344 | 122 | 17 |
| Binary | 111 | 10100 | 1001000 | 1011010 | 1001000 | 0 | 1001000 | 11100100 | 1010010 | 1111 |
Color Harmonies of #071448
Complementary color
Monochromatic Colors of #071448
Black with #071448
Text Example
Text Example
White with #071448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071448; }
p { color: rgb(7,20,72); }
H1.HeaderClassName
{
color: #071448;
}
.AnyTagClassName
{
color: #071448;
}
</style>
background-color css
<style>
a { background-color: #071448; }
a { background-color: rgb(7,20,72); }
div.DivClassName
{
background-color: #071448;
}
.BgClassName
{
background-color: #071448;
}
</style>
border-color css
<style>
span { border-color: #071448; }
span { border-color: rgb(7,20,72); }
td.TdClassName
{
border-color: #071448;
}
.TagClassName
{
border-color: #071448;
}
</style>