Shades of Lucky Point #19224D
Tints of Lucky Point #19224D
RGB
CMYK
RGB Variations
Color information
#19224D (or 0x19224D) is known color: Lucky Point. HEX triplet: 19, 22 and 4D. RGB value is (25,34,77). Sum of RGB (Red+Green+Blue) = 25+34+77=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #19224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19224D is #E6DDB2. Grayscale: #242424. Windows color (decimal): -15130035 or 5055001. OLE color: 5055001.
HSL color Cylindrical-coordinate representation of color #19224D: hue angle of 229.62º 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 #19224D is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 34 | 77 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.70 |
| HSL | 229.62º | 0.51% | 0.2% | - |
| HSV(B) | 229.62º | 0.68% | 0.3% | - |
| XYZ | 2.31 | 1.89 | 7.26 | - |
| YUV | 36.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 77 | 0.68 | 0.56 | 0 | 0.70 | 229.62 | 0.51 | 0.2 |
| Hex | 19 | 22 | 4D | 44 | 38 | 0 | 46 | E6 | 33 | 14 |
| Octal | 31 | 42 | 115 | 104 | 70 | 0 | 106 | 346 | 63 | 24 |
| Binary | 11001 | 100010 | 1001101 | 1000100 | 111000 | 0 | 1000110 | 11100110 | 110011 | 10100 |
Color Harmonies of #19224D
Complementary color
Monochromatic Colors of #19224D
Black with #19224D
Text Example
Text Example
White with #19224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19224D; }
p { color: rgb(25,34,77); }
H1.HeaderClassName
{
color: #19224D;
}
.AnyTagClassName
{
color: #19224D;
}
</style>
background-color css
<style>
a { background-color: #19224D; }
a { background-color: rgb(25,34,77); }
div.DivClassName
{
background-color: #19224D;
}
.BgClassName
{
background-color: #19224D;
}
</style>
border-color css
<style>
span { border-color: #19224D; }
span { border-color: rgb(25,34,77); }
td.TdClassName
{
border-color: #19224D;
}
.TagClassName
{
border-color: #19224D;
}
</style>