Shades of Lucky Point #192957
Tints of Lucky Point #192957
RGB
CMYK
RGB Variations
Color information
#192957 (or 0x192957) is known color: Lucky Point. HEX triplet: 19, 29 and 57. RGB value is (25,41,87). Sum of RGB (Red+Green+Blue) = 25+41+87=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #192957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192957 is #E6D6A8. Grayscale: #292929. Windows color (decimal): -15128233 or 5712153. OLE color: 5712153.
HSL color Cylindrical-coordinate representation of color #192957: hue angle of 224.52º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #192957 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 41 | 87 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.66 |
| HSL | 224.52º | 0.55% | 0.22% | - |
| HSV(B) | 224.52º | 0.71% | 0.34% | - |
| XYZ | 2.91 | 2.48 | 9.34 | - |
| YUV | 41.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 87 | 0.71 | 0.53 | 0 | 0.66 | 224.52 | 0.55 | 0.22 |
| Hex | 19 | 29 | 57 | 47 | 35 | 0 | 42 | E1 | 37 | 16 |
| Octal | 31 | 51 | 127 | 107 | 65 | 0 | 102 | 341 | 67 | 26 |
| Binary | 11001 | 101001 | 1010111 | 1000111 | 110101 | 0 | 1000010 | 11100001 | 110111 | 10110 |
Color Harmonies of #192957
Complementary color
Monochromatic Colors of #192957
Black with #192957
Text Example
Text Example
White with #192957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192957; }
p { color: rgb(25,41,87); }
H1.HeaderClassName
{
color: #192957;
}
.AnyTagClassName
{
color: #192957;
}
</style>
background-color css
<style>
a { background-color: #192957; }
a { background-color: rgb(25,41,87); }
div.DivClassName
{
background-color: #192957;
}
.BgClassName
{
background-color: #192957;
}
</style>
border-color css
<style>
span { border-color: #192957; }
span { border-color: rgb(25,41,87); }
td.TdClassName
{
border-color: #192957;
}
.TagClassName
{
border-color: #192957;
}
</style>