Shades of Lucky Point #192256
Tints of Lucky Point #192256
RGB
CMYK
RGB Variations
Color information
#192256 (or 0x192256) is known color: Lucky Point. HEX triplet: 19, 22 and 56. RGB value is (25,34,86). Sum of RGB (Red+Green+Blue) = 25+34+86=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #192256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192256 is #E6DDA9. Grayscale: #252525. Windows color (decimal): -15130026 or 5644825. OLE color: 5644825.
HSL color Cylindrical-coordinate representation of color #192256: hue angle of 231.15º 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 #192256 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 34 | 86 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.66 |
| HSL | 231.15º | 0.55% | 0.22% | - |
| HSV(B) | 231.15º | 0.71% | 0.34% | - |
| XYZ | 2.65 | 2.02 | 9.05 | - |
| YUV | 37.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 86 | 0.71 | 0.60 | 0 | 0.66 | 231.15 | 0.55 | 0.22 |
| Hex | 19 | 22 | 56 | 47 | 3C | 0 | 42 | E7 | 37 | 16 |
| Octal | 31 | 42 | 126 | 107 | 74 | 0 | 102 | 347 | 67 | 26 |
| Binary | 11001 | 100010 | 1010110 | 1000111 | 111100 | 0 | 1000010 | 11100111 | 110111 | 10110 |
Color Harmonies of #192256
Complementary color
Monochromatic Colors of #192256
Black with #192256
Text Example
Text Example
White with #192256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192256; }
p { color: rgb(25,34,86); }
H1.HeaderClassName
{
color: #192256;
}
.AnyTagClassName
{
color: #192256;
}
</style>
background-color css
<style>
a { background-color: #192256; }
a { background-color: rgb(25,34,86); }
div.DivClassName
{
background-color: #192256;
}
.BgClassName
{
background-color: #192256;
}
</style>
border-color css
<style>
span { border-color: #192256; }
span { border-color: rgb(25,34,86); }
td.TdClassName
{
border-color: #192256;
}
.TagClassName
{
border-color: #192256;
}
</style>