Shades of Lucky Point #192550
Tints of Lucky Point #192550
RGB
CMYK
RGB Variations
Color information
#192550 (or 0x192550) is known color: Lucky Point. HEX triplet: 19, 25 and 50. RGB value is (25,37,80). Sum of RGB (Red+Green+Blue) = 25+37+80=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #192550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192550 is #E6DAAF. Grayscale: #262626. Windows color (decimal): -15129264 or 5252377. OLE color: 5252377.
HSL color Cylindrical-coordinate representation of color #192550: hue angle of 226.91º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #192550 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 37 | 80 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.69 |
| HSL | 226.91º | 0.52% | 0.21% | - |
| HSV(B) | 226.91º | 0.69% | 0.31% | - |
| XYZ | 2.51 | 2.11 | 7.86 | - |
| YUV | 38.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 80 | 0.69 | 0.54 | 0 | 0.69 | 226.91 | 0.52 | 0.21 |
| Hex | 19 | 25 | 50 | 45 | 36 | 0 | 45 | E3 | 34 | 15 |
| Octal | 31 | 45 | 120 | 105 | 66 | 0 | 105 | 343 | 64 | 25 |
| Binary | 11001 | 100101 | 1010000 | 1000101 | 110110 | 0 | 1000101 | 11100011 | 110100 | 10101 |
Color Harmonies of #192550
Complementary color
Monochromatic Colors of #192550
Black with #192550
Text Example
Text Example
White with #192550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192550; }
p { color: rgb(25,37,80); }
H1.HeaderClassName
{
color: #192550;
}
.AnyTagClassName
{
color: #192550;
}
</style>
background-color css
<style>
a { background-color: #192550; }
a { background-color: rgb(25,37,80); }
div.DivClassName
{
background-color: #192550;
}
.BgClassName
{
background-color: #192550;
}
</style>
border-color css
<style>
span { border-color: #192550; }
span { border-color: rgb(25,37,80); }
td.TdClassName
{
border-color: #192550;
}
.TagClassName
{
border-color: #192550;
}
</style>