Shades of Midnight Express #19204A
Tints of Midnight Express #19204A
RGB
CMYK
RGB Variations
Color information
#19204A (or 0x19204A) is known color: Midnight Express. HEX triplet: 19, 20 and 4A. RGB value is (25,32,74). Sum of RGB (Red+Green+Blue) = 25+32+74=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #19204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19204A is #E6DFB5. Grayscale: #222222. Windows color (decimal): -15130550 or 4857881. OLE color: 4857881.
HSL color Cylindrical-coordinate representation of color #19204A: hue angle of 231.43º 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 #19204A is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 32 | 74 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.71 |
| HSL | 231.43º | 0.49% | 0.19% | - |
| HSV(B) | 231.43º | 0.66% | 0.29% | - |
| XYZ | 2.15 | 1.73 | 6.7 | - |
| YUV | 34.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 74 | 0.66 | 0.57 | 0 | 0.71 | 231.43 | 0.49 | 0.19 |
| Hex | 19 | 20 | 4A | 42 | 39 | 0 | 47 | E7 | 31 | 13 |
| Octal | 31 | 40 | 112 | 102 | 71 | 0 | 107 | 347 | 61 | 23 |
| Binary | 11001 | 100000 | 1001010 | 1000010 | 111001 | 0 | 1000111 | 11100111 | 110001 | 10011 |
Color Harmonies of #19204A
Complementary color
Monochromatic Colors of #19204A
Black with #19204A
Text Example
Text Example
White with #19204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19204A; }
p { color: rgb(25,32,74); }
H1.HeaderClassName
{
color: #19204A;
}
.AnyTagClassName
{
color: #19204A;
}
</style>
background-color css
<style>
a { background-color: #19204A; }
a { background-color: rgb(25,32,74); }
div.DivClassName
{
background-color: #19204A;
}
.BgClassName
{
background-color: #19204A;
}
</style>
border-color css
<style>
span { border-color: #19204A; }
span { border-color: rgb(25,32,74); }
td.TdClassName
{
border-color: #19204A;
}
.TagClassName
{
border-color: #19204A;
}
</style>