Shades of Midnight Express #191E47
Tints of Midnight Express #191E47
RGB
CMYK
RGB Variations
Color information
#191E47 (or 0x191E47) is known color: Midnight Express. HEX triplet: 19, 1E and 47. RGB value is (25,30,71). Sum of RGB (Red+Green+Blue) = 25+30+71=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #191E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E47 is #E6E1B8. Grayscale: #212121. Windows color (decimal): -15131065 or 4660761. OLE color: 4660761.
HSL color Cylindrical-coordinate representation of color #191E47: hue angle of 233.48º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #191E47 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 30 | 71 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.72 |
| HSL | 233.48º | 0.48% | 0.19% | - |
| HSV(B) | 233.48º | 0.65% | 0.28% | - |
| XYZ | 2 | 1.59 | 6.16 | - |
| YUV | 33.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 71 | 0.65 | 0.58 | 0 | 0.72 | 233.48 | 0.48 | 0.19 |
| Hex | 19 | 1E | 47 | 41 | 3A | 0 | 48 | E9 | 30 | 13 |
| Octal | 31 | 36 | 107 | 101 | 72 | 0 | 110 | 351 | 60 | 23 |
| Binary | 11001 | 11110 | 1000111 | 1000001 | 111010 | 0 | 1001000 | 11101001 | 110000 | 10011 |
Color Harmonies of #191E47
Complementary color
Monochromatic Colors of #191E47
Black with #191E47
Text Example
Text Example
White with #191E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E47; }
p { color: rgb(25,30,71); }
H1.HeaderClassName
{
color: #191E47;
}
.AnyTagClassName
{
color: #191E47;
}
</style>
background-color css
<style>
a { background-color: #191E47; }
a { background-color: rgb(25,30,71); }
div.DivClassName
{
background-color: #191E47;
}
.BgClassName
{
background-color: #191E47;
}
</style>
border-color css
<style>
span { border-color: #191E47; }
span { border-color: rgb(25,30,71); }
td.TdClassName
{
border-color: #191E47;
}
.TagClassName
{
border-color: #191E47;
}
</style>