Shades of Lucky Point #192153
Tints of Lucky Point #192153
RGB
CMYK
RGB Variations
Color information
#192153 (or 0x192153) is known color: Lucky Point. HEX triplet: 19, 21 and 53. RGB value is (25,33,83). Sum of RGB (Red+Green+Blue) = 25+33+83=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #192153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192153 is #E6DEAC. Grayscale: #242424. Windows color (decimal): -15130285 or 5447961. OLE color: 5447961.
HSL color Cylindrical-coordinate representation of color #192153: hue angle of 231.72º 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 #192153 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 33 | 83 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.67 |
| HSL | 231.72º | 0.54% | 0.21% | - |
| HSV(B) | 231.72º | 0.7% | 0.33% | - |
| XYZ | 2.51 | 1.92 | 8.42 | - |
| YUV | 36.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 83 | 0.70 | 0.60 | 0 | 0.67 | 231.72 | 0.54 | 0.21 |
| Hex | 19 | 21 | 53 | 46 | 3C | 0 | 43 | E8 | 36 | 15 |
| Octal | 31 | 41 | 123 | 106 | 74 | 0 | 103 | 350 | 66 | 25 |
| Binary | 11001 | 100001 | 1010011 | 1000110 | 111100 | 0 | 1000011 | 11101000 | 110110 | 10101 |
Color Harmonies of #192153
Complementary color
Monochromatic Colors of #192153
Black with #192153
Text Example
Text Example
White with #192153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192153; }
p { color: rgb(25,33,83); }
H1.HeaderClassName
{
color: #192153;
}
.AnyTagClassName
{
color: #192153;
}
</style>
background-color css
<style>
a { background-color: #192153; }
a { background-color: rgb(25,33,83); }
div.DivClassName
{
background-color: #192153;
}
.BgClassName
{
background-color: #192153;
}
</style>
border-color css
<style>
span { border-color: #192153; }
span { border-color: rgb(25,33,83); }
td.TdClassName
{
border-color: #192153;
}
.TagClassName
{
border-color: #192153;
}
</style>