Shades of Lucky Point #192655
Tints of Lucky Point #192655
RGB
CMYK
RGB Variations
Color information
#192655 (or 0x192655) is known color: Lucky Point. HEX triplet: 19, 26 and 55. RGB value is (25,38,85). Sum of RGB (Red+Green+Blue) = 25+38+85=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #192655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192655 is #E6D9AA. Grayscale: #272727. Windows color (decimal): -15129003 or 5580313. OLE color: 5580313.
HSL color Cylindrical-coordinate representation of color #192655: hue angle of 227º 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 #192655 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 38 | 85 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.67 |
| HSL | 227º | 0.55% | 0.22% | - |
| HSV(B) | 227º | 0.71% | 0.33% | - |
| XYZ | 2.73 | 2.25 | 8.88 | - |
| YUV | 39.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 85 | 0.71 | 0.55 | 0 | 0.67 | 227 | 0.55 | 0.22 |
| Hex | 19 | 26 | 55 | 47 | 37 | 0 | 43 | E3 | 37 | 16 |
| Octal | 31 | 46 | 125 | 107 | 67 | 0 | 103 | 343 | 67 | 26 |
| Binary | 11001 | 100110 | 1010101 | 1000111 | 110111 | 0 | 1000011 | 11100011 | 110111 | 10110 |
Color Harmonies of #192655
Complementary color
Monochromatic Colors of #192655
Black with #192655
Text Example
Text Example
White with #192655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192655; }
p { color: rgb(25,38,85); }
H1.HeaderClassName
{
color: #192655;
}
.AnyTagClassName
{
color: #192655;
}
</style>
background-color css
<style>
a { background-color: #192655; }
a { background-color: rgb(25,38,85); }
div.DivClassName
{
background-color: #192655;
}
.BgClassName
{
background-color: #192655;
}
</style>
border-color css
<style>
span { border-color: #192655; }
span { border-color: rgb(25,38,85); }
td.TdClassName
{
border-color: #192655;
}
.TagClassName
{
border-color: #192655;
}
</style>