Shades of Lucky Point #19245B
Tints of Lucky Point #19245B
RGB
CMYK
RGB Variations
Color information
#19245B (or 0x19245B) is known color: Lucky Point. HEX triplet: 19, 24 and 5B. RGB value is (25,36,91). Sum of RGB (Red+Green+Blue) = 25+36+91=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #19245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19245B is #E6DBA4. Grayscale: #262626. Windows color (decimal): -15129509 or 5973017. OLE color: 5973017.
HSL color Cylindrical-coordinate representation of color #19245B: hue angle of 230º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19245B is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 36 | 91 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.64 |
| HSL | 230º | 0.57% | 0.23% | - |
| HSV(B) | 230º | 0.73% | 0.36% | - |
| XYZ | 2.92 | 2.22 | 10.17 | - |
| YUV | 38.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 91 | 0.73 | 0.60 | 0 | 0.64 | 230 | 0.57 | 0.23 |
| Hex | 19 | 24 | 5B | 49 | 3C | 0 | 40 | E6 | 39 | 17 |
| Octal | 31 | 44 | 133 | 111 | 74 | 0 | 100 | 346 | 71 | 27 |
| Binary | 11001 | 100100 | 1011011 | 1001001 | 111100 | 0 | 1000000 | 11100110 | 111001 | 10111 |
Color Harmonies of #19245B
Complementary color
Monochromatic Colors of #19245B
Black with #19245B
Text Example
Text Example
White with #19245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19245B; }
p { color: rgb(25,36,91); }
H1.HeaderClassName
{
color: #19245B;
}
.AnyTagClassName
{
color: #19245B;
}
</style>
background-color css
<style>
a { background-color: #19245B; }
a { background-color: rgb(25,36,91); }
div.DivClassName
{
background-color: #19245B;
}
.BgClassName
{
background-color: #19245B;
}
</style>
border-color css
<style>
span { border-color: #19245B; }
span { border-color: rgb(25,36,91); }
td.TdClassName
{
border-color: #19245B;
}
.TagClassName
{
border-color: #19245B;
}
</style>