Shades of Lucky Point #192559
Tints of Lucky Point #192559
RGB
CMYK
RGB Variations
Color information
#192559 (or 0x192559) is known color: Lucky Point. HEX triplet: 19, 25 and 59. RGB value is (25,37,89). Sum of RGB (Red+Green+Blue) = 25+37+89=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #192559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192559 is #E6DAA6. Grayscale: #272727. Windows color (decimal): -15129255 or 5842201. OLE color: 5842201.
HSL color Cylindrical-coordinate representation of color #192559: hue angle of 228.75º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192559 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 37 | 89 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.65 |
| HSL | 228.75º | 0.56% | 0.22% | - |
| HSV(B) | 228.75º | 0.72% | 0.35% | - |
| XYZ | 2.87 | 2.25 | 9.73 | - |
| YUV | 39.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 89 | 0.72 | 0.58 | 0 | 0.65 | 228.75 | 0.56 | 0.22 |
| Hex | 19 | 25 | 59 | 48 | 3A | 0 | 41 | E5 | 38 | 16 |
| Octal | 31 | 45 | 131 | 110 | 72 | 0 | 101 | 345 | 70 | 26 |
| Binary | 11001 | 100101 | 1011001 | 1001000 | 111010 | 0 | 1000001 | 11100101 | 111000 | 10110 |
Color Harmonies of #192559
Complementary color
Monochromatic Colors of #192559
Black with #192559
Text Example
Text Example
White with #192559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192559; }
p { color: rgb(25,37,89); }
H1.HeaderClassName
{
color: #192559;
}
.AnyTagClassName
{
color: #192559;
}
</style>
background-color css
<style>
a { background-color: #192559; }
a { background-color: rgb(25,37,89); }
div.DivClassName
{
background-color: #192559;
}
.BgClassName
{
background-color: #192559;
}
</style>
border-color css
<style>
span { border-color: #192559; }
span { border-color: rgb(25,37,89); }
td.TdClassName
{
border-color: #192559;
}
.TagClassName
{
border-color: #192559;
}
</style>