Shades of Midnight Express #151E47
Tints of Midnight Express #151E47
RGB
CMYK
RGB Variations
Color information
#151E47 (or 0x151E47) is known color: Midnight Express. HEX triplet: 15, 1E and 47. RGB value is (21,30,71). Sum of RGB (Red+Green+Blue) = 21+30+71=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #151E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151E47 is #EAE1B8. Grayscale: #1F1F1F. Windows color (decimal): -15393209 or 4660757. OLE color: 4660757.
HSL color Cylindrical-coordinate representation of color #151E47: hue angle of 229.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #151E47 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 30 | 71 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.72 |
| HSL | 229.2º | 0.54% | 0.18% | - |
| HSV(B) | 229.2º | 0.7% | 0.28% | - |
| XYZ | 1.91 | 1.54 | 6.16 | - |
| YUV | 31.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 71 | 0.70 | 0.58 | 0 | 0.72 | 229.2 | 0.54 | 0.18 |
| Hex | 15 | 1E | 47 | 46 | 3A | 0 | 48 | E5 | 36 | 12 |
| Octal | 25 | 36 | 107 | 106 | 72 | 0 | 110 | 345 | 66 | 22 |
| Binary | 10101 | 11110 | 1000111 | 1000110 | 111010 | 0 | 1001000 | 11100101 | 110110 | 10010 |
Color Harmonies of #151E47
Complementary color
Monochromatic Colors of #151E47
Black with #151E47
Text Example
Text Example
White with #151E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E47; }
p { color: rgb(21,30,71); }
H1.HeaderClassName
{
color: #151E47;
}
.AnyTagClassName
{
color: #151E47;
}
</style>
background-color css
<style>
a { background-color: #151E47; }
a { background-color: rgb(21,30,71); }
div.DivClassName
{
background-color: #151E47;
}
.BgClassName
{
background-color: #151E47;
}
</style>
border-color css
<style>
span { border-color: #151E47; }
span { border-color: rgb(21,30,71); }
td.TdClassName
{
border-color: #151E47;
}
.TagClassName
{
border-color: #151E47;
}
</style>