Shades of Lucky Point #19235C
Tints of Lucky Point #19235C
RGB
CMYK
RGB Variations
Color information
#19235C (or 0x19235C) is known color: Lucky Point. HEX triplet: 19, 23 and 5C. RGB value is (25,35,92). Sum of RGB (Red+Green+Blue) = 25+35+92=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #19235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19235C is #E6DCA3. Grayscale: #262626. Windows color (decimal): -15129764 or 6038297. OLE color: 6038297.
HSL color Cylindrical-coordinate representation of color #19235C: hue angle of 231.04º 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 #19235C is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 35 | 92 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.64 |
| HSL | 231.04º | 0.57% | 0.23% | - |
| HSV(B) | 231.04º | 0.73% | 0.36% | - |
| XYZ | 2.93 | 2.18 | 10.39 | - |
| YUV | 38.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 92 | 0.73 | 0.62 | 0 | 0.64 | 231.04 | 0.57 | 0.23 |
| Hex | 19 | 23 | 5C | 49 | 3E | 0 | 40 | E7 | 39 | 17 |
| Octal | 31 | 43 | 134 | 111 | 76 | 0 | 100 | 347 | 71 | 27 |
| Binary | 11001 | 100011 | 1011100 | 1001001 | 111110 | 0 | 1000000 | 11100111 | 111001 | 10111 |
Color Harmonies of #19235C
Complementary color
Monochromatic Colors of #19235C
Black with #19235C
Text Example
Text Example
White with #19235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19235C; }
p { color: rgb(25,35,92); }
H1.HeaderClassName
{
color: #19235C;
}
.AnyTagClassName
{
color: #19235C;
}
</style>
background-color css
<style>
a { background-color: #19235C; }
a { background-color: rgb(25,35,92); }
div.DivClassName
{
background-color: #19235C;
}
.BgClassName
{
background-color: #19235C;
}
</style>
border-color css
<style>
span { border-color: #19235C; }
span { border-color: rgb(25,35,92); }
td.TdClassName
{
border-color: #19235C;
}
.TagClassName
{
border-color: #19235C;
}
</style>