Shades of Lucky Point #192755
Tints of Lucky Point #192755
RGB
CMYK
RGB Variations
Color information
#192755 (or 0x192755) is known color: Lucky Point. HEX triplet: 19, 27 and 55. RGB value is (25,39,85). Sum of RGB (Red+Green+Blue) = 25+39+85=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #192755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192755 is #E6D8AA. Grayscale: #272727. Windows color (decimal): -15128747 or 5580569. OLE color: 5580569.
HSL color Cylindrical-coordinate representation of color #192755: hue angle of 226º 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 #192755 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 39 | 85 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.67 |
| HSL | 226º | 0.55% | 0.22% | - |
| HSV(B) | 226º | 0.71% | 0.33% | - |
| XYZ | 2.77 | 2.31 | 8.9 | - |
| YUV | 40.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 85 | 0.71 | 0.54 | 0 | 0.67 | 226 | 0.55 | 0.22 |
| Hex | 19 | 27 | 55 | 47 | 36 | 0 | 43 | E2 | 37 | 16 |
| Octal | 31 | 47 | 125 | 107 | 66 | 0 | 103 | 342 | 67 | 26 |
| Binary | 11001 | 100111 | 1010101 | 1000111 | 110110 | 0 | 1000011 | 11100010 | 110111 | 10110 |
Color Harmonies of #192755
Complementary color
Monochromatic Colors of #192755
Black with #192755
Text Example
Text Example
White with #192755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192755; }
p { color: rgb(25,39,85); }
H1.HeaderClassName
{
color: #192755;
}
.AnyTagClassName
{
color: #192755;
}
</style>
background-color css
<style>
a { background-color: #192755; }
a { background-color: rgb(25,39,85); }
div.DivClassName
{
background-color: #192755;
}
.BgClassName
{
background-color: #192755;
}
</style>
border-color css
<style>
span { border-color: #192755; }
span { border-color: rgb(25,39,85); }
td.TdClassName
{
border-color: #192755;
}
.TagClassName
{
border-color: #192755;
}
</style>