Shades of Lucky Point #192156
Tints of Lucky Point #192156
RGB
CMYK
RGB Variations
Color information
#192156 (or 0x192156) is known color: Lucky Point. HEX triplet: 19, 21 and 56. RGB value is (25,33,86). Sum of RGB (Red+Green+Blue) = 25+33+86=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #192156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192156 is #E6DEA9. Grayscale: #242424. Windows color (decimal): -15130282 or 5644569. OLE color: 5644569.
HSL color Cylindrical-coordinate representation of color #192156: hue angle of 232.13º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #192156 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 33 | 86 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.66 |
| HSL | 232.13º | 0.55% | 0.22% | - |
| HSV(B) | 232.13º | 0.71% | 0.34% | - |
| XYZ | 2.62 | 1.97 | 9.05 | - |
| YUV | 36.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 86 | 0.71 | 0.62 | 0 | 0.66 | 232.13 | 0.55 | 0.22 |
| Hex | 19 | 21 | 56 | 47 | 3E | 0 | 42 | E8 | 37 | 16 |
| Octal | 31 | 41 | 126 | 107 | 76 | 0 | 102 | 350 | 67 | 26 |
| Binary | 11001 | 100001 | 1010110 | 1000111 | 111110 | 0 | 1000010 | 11101000 | 110111 | 10110 |
Color Harmonies of #192156
Complementary color
Monochromatic Colors of #192156
Black with #192156
Text Example
Text Example
White with #192156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192156; }
p { color: rgb(25,33,86); }
H1.HeaderClassName
{
color: #192156;
}
.AnyTagClassName
{
color: #192156;
}
</style>
background-color css
<style>
a { background-color: #192156; }
a { background-color: rgb(25,33,86); }
div.DivClassName
{
background-color: #192156;
}
.BgClassName
{
background-color: #192156;
}
</style>
border-color css
<style>
span { border-color: #192156; }
span { border-color: rgb(25,33,86); }
td.TdClassName
{
border-color: #192156;
}
.TagClassName
{
border-color: #192156;
}
</style>