Shades of Lucky Point #192855
Tints of Lucky Point #192855
RGB
CMYK
RGB Variations
Color information
#192855 (or 0x192855) is known color: Lucky Point. HEX triplet: 19, 28 and 55. RGB value is (25,40,85). Sum of RGB (Red+Green+Blue) = 25+40+85=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #192855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192855 is #E6D7AA. Grayscale: #282828. Windows color (decimal): -15128491 or 5580825. OLE color: 5580825.
HSL color Cylindrical-coordinate representation of color #192855: hue angle of 225º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #192855 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 40 | 85 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.67 |
| HSL | 225º | 0.55% | 0.22% | - |
| HSV(B) | 225º | 0.71% | 0.33% | - |
| XYZ | 2.8 | 2.38 | 8.91 | - |
| YUV | 40.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 85 | 0.71 | 0.53 | 0 | 0.67 | 225 | 0.55 | 0.22 |
| Hex | 19 | 28 | 55 | 47 | 35 | 0 | 43 | E1 | 37 | 16 |
| Octal | 31 | 50 | 125 | 107 | 65 | 0 | 103 | 341 | 67 | 26 |
| Binary | 11001 | 101000 | 1010101 | 1000111 | 110101 | 0 | 1000011 | 11100001 | 110111 | 10110 |
Color Harmonies of #192855
Complementary color
Monochromatic Colors of #192855
Black with #192855
Text Example
Text Example
White with #192855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192855; }
p { color: rgb(25,40,85); }
H1.HeaderClassName
{
color: #192855;
}
.AnyTagClassName
{
color: #192855;
}
</style>
background-color css
<style>
a { background-color: #192855; }
a { background-color: rgb(25,40,85); }
div.DivClassName
{
background-color: #192855;
}
.BgClassName
{
background-color: #192855;
}
</style>
border-color css
<style>
span { border-color: #192855; }
span { border-color: rgb(25,40,85); }
td.TdClassName
{
border-color: #192855;
}
.TagClassName
{
border-color: #192855;
}
</style>