Shades of Lucky Point #192556
Tints of Lucky Point #192556
RGB
CMYK
RGB Variations
Color information
#192556 (or 0x192556) is known color: Lucky Point. HEX triplet: 19, 25 and 56. RGB value is (25,37,86). Sum of RGB (Red+Green+Blue) = 25+37+86=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #192556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192556 is #E6DAA9. Grayscale: #262626. Windows color (decimal): -15129258 or 5645593. OLE color: 5645593.
HSL color Cylindrical-coordinate representation of color #192556: hue angle of 228.2º 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 #192556 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 37 | 86 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.66 |
| HSL | 228.2º | 0.55% | 0.22% | - |
| HSV(B) | 228.2º | 0.71% | 0.34% | - |
| XYZ | 2.74 | 2.2 | 9.08 | - |
| YUV | 39 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 86 | 0.71 | 0.57 | 0 | 0.66 | 228.2 | 0.55 | 0.22 |
| Hex | 19 | 25 | 56 | 47 | 39 | 0 | 42 | E4 | 37 | 16 |
| Octal | 31 | 45 | 126 | 107 | 71 | 0 | 102 | 344 | 67 | 26 |
| Binary | 11001 | 100101 | 1010110 | 1000111 | 111001 | 0 | 1000010 | 11100100 | 110111 | 10110 |
Color Harmonies of #192556
Complementary color
Monochromatic Colors of #192556
Black with #192556
Text Example
Text Example
White with #192556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192556; }
p { color: rgb(25,37,86); }
H1.HeaderClassName
{
color: #192556;
}
.AnyTagClassName
{
color: #192556;
}
</style>
background-color css
<style>
a { background-color: #192556; }
a { background-color: rgb(25,37,86); }
div.DivClassName
{
background-color: #192556;
}
.BgClassName
{
background-color: #192556;
}
</style>
border-color css
<style>
span { border-color: #192556; }
span { border-color: rgb(25,37,86); }
td.TdClassName
{
border-color: #192556;
}
.TagClassName
{
border-color: #192556;
}
</style>