Shades of Lucky Point #192253
Tints of Lucky Point #192253
RGB
CMYK
RGB Variations
Color information
#192253 (or 0x192253) is known color: Lucky Point. HEX triplet: 19, 22 and 53. RGB value is (25,34,83). Sum of RGB (Red+Green+Blue) = 25+34+83=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #192253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192253 is #E6DDAC. Grayscale: #242424. Windows color (decimal): -15130029 or 5448217. OLE color: 5448217.
HSL color Cylindrical-coordinate representation of color #192253: hue angle of 230.69º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #192253 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 34 | 83 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.67 |
| HSL | 230.69º | 0.54% | 0.21% | - |
| HSV(B) | 230.69º | 0.7% | 0.33% | - |
| XYZ | 2.53 | 1.98 | 8.43 | - |
| YUV | 36.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 83 | 0.70 | 0.59 | 0 | 0.67 | 230.69 | 0.54 | 0.21 |
| Hex | 19 | 22 | 53 | 46 | 3B | 0 | 43 | E7 | 36 | 15 |
| Octal | 31 | 42 | 123 | 106 | 73 | 0 | 103 | 347 | 66 | 25 |
| Binary | 11001 | 100010 | 1010011 | 1000110 | 111011 | 0 | 1000011 | 11100111 | 110110 | 10101 |
Color Harmonies of #192253
Complementary color
Monochromatic Colors of #192253
Black with #192253
Text Example
Text Example
White with #192253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192253; }
p { color: rgb(25,34,83); }
H1.HeaderClassName
{
color: #192253;
}
.AnyTagClassName
{
color: #192253;
}
</style>
background-color css
<style>
a { background-color: #192253; }
a { background-color: rgb(25,34,83); }
div.DivClassName
{
background-color: #192253;
}
.BgClassName
{
background-color: #192253;
}
</style>
border-color css
<style>
span { border-color: #192253; }
span { border-color: rgb(25,34,83); }
td.TdClassName
{
border-color: #192253;
}
.TagClassName
{
border-color: #192253;
}
</style>