Shades of Lucky Point #192055
Tints of Lucky Point #192055
RGB
CMYK
RGB Variations
Color information
#192055 (or 0x192055) is known color: Lucky Point. HEX triplet: 19, 20 and 55. RGB value is (25,32,85). Sum of RGB (Red+Green+Blue) = 25+32+85=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #192055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192055 is #E6DFAA. Grayscale: #232323. Windows color (decimal): -15130539 or 5578777. OLE color: 5578777.
HSL color Cylindrical-coordinate representation of color #192055: hue angle of 233º 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 #192055 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 32 | 85 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.67 |
| HSL | 233º | 0.55% | 0.22% | - |
| HSV(B) | 233º | 0.71% | 0.33% | - |
| XYZ | 2.56 | 1.9 | 8.83 | - |
| YUV | 35.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 85 | 0.71 | 0.62 | 0 | 0.67 | 233 | 0.55 | 0.22 |
| Hex | 19 | 20 | 55 | 47 | 3E | 0 | 43 | E9 | 37 | 16 |
| Octal | 31 | 40 | 125 | 107 | 76 | 0 | 103 | 351 | 67 | 26 |
| Binary | 11001 | 100000 | 1010101 | 1000111 | 111110 | 0 | 1000011 | 11101001 | 110111 | 10110 |
Color Harmonies of #192055
Complementary color
Monochromatic Colors of #192055
Black with #192055
Text Example
Text Example
White with #192055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192055; }
p { color: rgb(25,32,85); }
H1.HeaderClassName
{
color: #192055;
}
.AnyTagClassName
{
color: #192055;
}
</style>
background-color css
<style>
a { background-color: #192055; }
a { background-color: rgb(25,32,85); }
div.DivClassName
{
background-color: #192055;
}
.BgClassName
{
background-color: #192055;
}
</style>
border-color css
<style>
span { border-color: #192055; }
span { border-color: rgb(25,32,85); }
td.TdClassName
{
border-color: #192055;
}
.TagClassName
{
border-color: #192055;
}
</style>