Shades of Lucky Point #19244D
Tints of Lucky Point #19244D
RGB
CMYK
RGB Variations
Color information
#19244D (or 0x19244D) is known color: Lucky Point. HEX triplet: 19, 24 and 4D. RGB value is (25,36,77). Sum of RGB (Red+Green+Blue) = 25+36+77=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #19244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19244D is #E6DBB2. Grayscale: #252525. Windows color (decimal): -15129523 or 5055513. OLE color: 5055513.
HSL color Cylindrical-coordinate representation of color #19244D: hue angle of 227.31º 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 #19244D is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 36 | 77 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.70 |
| HSL | 227.31º | 0.51% | 0.2% | - |
| HSV(B) | 227.31º | 0.68% | 0.3% | - |
| XYZ | 2.37 | 2 | 7.28 | - |
| YUV | 37.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 77 | 0.68 | 0.53 | 0 | 0.70 | 227.31 | 0.51 | 0.2 |
| Hex | 19 | 24 | 4D | 44 | 35 | 0 | 46 | E3 | 33 | 14 |
| Octal | 31 | 44 | 115 | 104 | 65 | 0 | 106 | 343 | 63 | 24 |
| Binary | 11001 | 100100 | 1001101 | 1000100 | 110101 | 0 | 1000110 | 11100011 | 110011 | 10100 |
Color Harmonies of #19244D
Complementary color
Monochromatic Colors of #19244D
Black with #19244D
Text Example
Text Example
White with #19244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19244D; }
p { color: rgb(25,36,77); }
H1.HeaderClassName
{
color: #19244D;
}
.AnyTagClassName
{
color: #19244D;
}
</style>
background-color css
<style>
a { background-color: #19244D; }
a { background-color: rgb(25,36,77); }
div.DivClassName
{
background-color: #19244D;
}
.BgClassName
{
background-color: #19244D;
}
</style>
border-color css
<style>
span { border-color: #19244D; }
span { border-color: rgb(25,36,77); }
td.TdClassName
{
border-color: #19244D;
}
.TagClassName
{
border-color: #19244D;
}
</style>