Shades of Lucky Point #19204D
Tints of Lucky Point #19204D
RGB
CMYK
RGB Variations
Color information
#19204D (or 0x19204D) is known color: Lucky Point. HEX triplet: 19, 20 and 4D. RGB value is (25,32,77). Sum of RGB (Red+Green+Blue) = 25+32+77=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #19204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19204D is #E6DFB2. Grayscale: #222222. Windows color (decimal): -15130547 or 5054489. OLE color: 5054489.
HSL color Cylindrical-coordinate representation of color #19204D: hue angle of 231.92º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19204D is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 32 | 77 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.70 |
| HSL | 231.92º | 0.51% | 0.2% | - |
| HSV(B) | 231.92º | 0.68% | 0.3% | - |
| XYZ | 2.26 | 1.78 | 7.24 | - |
| YUV | 35.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 77 | 0.68 | 0.58 | 0 | 0.70 | 231.92 | 0.51 | 0.2 |
| Hex | 19 | 20 | 4D | 44 | 3A | 0 | 46 | E8 | 33 | 14 |
| Octal | 31 | 40 | 115 | 104 | 72 | 0 | 106 | 350 | 63 | 24 |
| Binary | 11001 | 100000 | 1001101 | 1000100 | 111010 | 0 | 1000110 | 11101000 | 110011 | 10100 |
Color Harmonies of #19204D
Complementary color
Monochromatic Colors of #19204D
Black with #19204D
Text Example
Text Example
White with #19204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19204D; }
p { color: rgb(25,32,77); }
H1.HeaderClassName
{
color: #19204D;
}
.AnyTagClassName
{
color: #19204D;
}
</style>
background-color css
<style>
a { background-color: #19204D; }
a { background-color: rgb(25,32,77); }
div.DivClassName
{
background-color: #19204D;
}
.BgClassName
{
background-color: #19204D;
}
</style>
border-color css
<style>
span { border-color: #19204D; }
span { border-color: rgb(25,32,77); }
td.TdClassName
{
border-color: #19204D;
}
.TagClassName
{
border-color: #19204D;
}
</style>