Shades of Midnight Express #191D49
Tints of Midnight Express #191D49
RGB
CMYK
RGB Variations
Color information
#191D49 (or 0x191D49) is known color: Midnight Express. HEX triplet: 19, 1D and 49. RGB value is (25,29,73). Sum of RGB (Red+Green+Blue) = 25+29+73=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #191D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D49 is #E6E2B6. Grayscale: #202020. Windows color (decimal): -15131319 or 4791577. OLE color: 4791577.
HSL color Cylindrical-coordinate representation of color #191D49: hue angle of 235º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #191D49 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 29 | 73 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.71 |
| HSL | 235º | 0.49% | 0.19% | - |
| HSV(B) | 235º | 0.66% | 0.29% | - |
| XYZ | 2.04 | 1.57 | 6.5 | - |
| YUV | 32.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 73 | 0.66 | 0.60 | 0 | 0.71 | 235 | 0.49 | 0.19 |
| Hex | 19 | 1D | 49 | 42 | 3C | 0 | 47 | EB | 31 | 13 |
| Octal | 31 | 35 | 111 | 102 | 74 | 0 | 107 | 353 | 61 | 23 |
| Binary | 11001 | 11101 | 1001001 | 1000010 | 111100 | 0 | 1000111 | 11101011 | 110001 | 10011 |
Color Harmonies of #191D49
Complementary color
Monochromatic Colors of #191D49
Black with #191D49
Text Example
Text Example
White with #191D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D49; }
p { color: rgb(25,29,73); }
H1.HeaderClassName
{
color: #191D49;
}
.AnyTagClassName
{
color: #191D49;
}
</style>
background-color css
<style>
a { background-color: #191D49; }
a { background-color: rgb(25,29,73); }
div.DivClassName
{
background-color: #191D49;
}
.BgClassName
{
background-color: #191D49;
}
</style>
border-color css
<style>
span { border-color: #191D49; }
span { border-color: rgb(25,29,73); }
td.TdClassName
{
border-color: #191D49;
}
.TagClassName
{
border-color: #191D49;
}
</style>