Shades of Lucky Point #192352
Tints of Lucky Point #192352
RGB
CMYK
RGB Variations
Color information
#192352 (or 0x192352) is known color: Lucky Point. HEX triplet: 19, 23 and 52. RGB value is (25,35,82). Sum of RGB (Red+Green+Blue) = 25+35+82=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #192352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192352 is #E6DCAD. Grayscale: #252525. Windows color (decimal): -15129774 or 5382937. OLE color: 5382937.
HSL color Cylindrical-coordinate representation of color #192352: hue angle of 229.47º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #192352 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 35 | 82 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.68 |
| HSL | 229.47º | 0.53% | 0.21% | - |
| HSV(B) | 229.47º | 0.7% | 0.32% | - |
| XYZ | 2.52 | 2.02 | 8.24 | - |
| YUV | 37.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 82 | 0.70 | 0.57 | 0 | 0.68 | 229.47 | 0.53 | 0.21 |
| Hex | 19 | 23 | 52 | 46 | 39 | 0 | 44 | E5 | 35 | 15 |
| Octal | 31 | 43 | 122 | 106 | 71 | 0 | 104 | 345 | 65 | 25 |
| Binary | 11001 | 100011 | 1010010 | 1000110 | 111001 | 0 | 1000100 | 11100101 | 110101 | 10101 |
Color Harmonies of #192352
Complementary color
Monochromatic Colors of #192352
Black with #192352
Text Example
Text Example
White with #192352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192352; }
p { color: rgb(25,35,82); }
H1.HeaderClassName
{
color: #192352;
}
.AnyTagClassName
{
color: #192352;
}
</style>
background-color css
<style>
a { background-color: #192352; }
a { background-color: rgb(25,35,82); }
div.DivClassName
{
background-color: #192352;
}
.BgClassName
{
background-color: #192352;
}
</style>
border-color css
<style>
span { border-color: #192352; }
span { border-color: rgb(25,35,82); }
td.TdClassName
{
border-color: #192352;
}
.TagClassName
{
border-color: #192352;
}
</style>