Shades of Lucky Point #19224F
Tints of Lucky Point #19224F
RGB
CMYK
RGB Variations
Color information
#19224F (or 0x19224F) is known color: Lucky Point. HEX triplet: 19, 22 and 4F. RGB value is (25,34,79). Sum of RGB (Red+Green+Blue) = 25+34+79=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #19224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19224F is #E6DDB0. Grayscale: #242424. Windows color (decimal): -15130033 or 5186073. OLE color: 5186073.
HSL color Cylindrical-coordinate representation of color #19224F: hue angle of 230º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19224F is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 34 | 79 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.69 |
| HSL | 230º | 0.52% | 0.2% | - |
| HSV(B) | 230º | 0.68% | 0.31% | - |
| XYZ | 2.38 | 1.92 | 7.64 | - |
| YUV | 36.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 79 | 0.68 | 0.57 | 0 | 0.69 | 230 | 0.52 | 0.2 |
| Hex | 19 | 22 | 4F | 44 | 39 | 0 | 45 | E6 | 34 | 14 |
| Octal | 31 | 42 | 117 | 104 | 71 | 0 | 105 | 346 | 64 | 24 |
| Binary | 11001 | 100010 | 1001111 | 1000100 | 111001 | 0 | 1000101 | 11100110 | 110100 | 10100 |
Color Harmonies of #19224F
Complementary color
Monochromatic Colors of #19224F
Black with #19224F
Text Example
Text Example
White with #19224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19224F; }
p { color: rgb(25,34,79); }
H1.HeaderClassName
{
color: #19224F;
}
.AnyTagClassName
{
color: #19224F;
}
</style>
background-color css
<style>
a { background-color: #19224F; }
a { background-color: rgb(25,34,79); }
div.DivClassName
{
background-color: #19224F;
}
.BgClassName
{
background-color: #19224F;
}
</style>
border-color css
<style>
span { border-color: #19224F; }
span { border-color: rgb(25,34,79); }
td.TdClassName
{
border-color: #19224F;
}
.TagClassName
{
border-color: #19224F;
}
</style>