Shades of Lucky Point #192259
Tints of Lucky Point #192259
RGB
CMYK
RGB Variations
Color information
#192259 (or 0x192259) is known color: Lucky Point. HEX triplet: 19, 22 and 59. RGB value is (25,34,89). Sum of RGB (Red+Green+Blue) = 25+34+89=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #192259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192259 is #E6DDA6. Grayscale: #252525. Windows color (decimal): -15130023 or 5841433. OLE color: 5841433.
HSL color Cylindrical-coordinate representation of color #192259: hue angle of 231.56º 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 #192259 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 34 | 89 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.65 |
| HSL | 231.56º | 0.56% | 0.22% | - |
| HSV(B) | 231.56º | 0.72% | 0.35% | - |
| XYZ | 2.78 | 2.07 | 9.7 | - |
| YUV | 37.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 89 | 0.72 | 0.62 | 0 | 0.65 | 231.56 | 0.56 | 0.22 |
| Hex | 19 | 22 | 59 | 48 | 3E | 0 | 41 | E8 | 38 | 16 |
| Octal | 31 | 42 | 131 | 110 | 76 | 0 | 101 | 350 | 70 | 26 |
| Binary | 11001 | 100010 | 1011001 | 1001000 | 111110 | 0 | 1000001 | 11101000 | 111000 | 10110 |
Color Harmonies of #192259
Complementary color
Monochromatic Colors of #192259
Black with #192259
Text Example
Text Example
White with #192259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192259; }
p { color: rgb(25,34,89); }
H1.HeaderClassName
{
color: #192259;
}
.AnyTagClassName
{
color: #192259;
}
</style>
background-color css
<style>
a { background-color: #192259; }
a { background-color: rgb(25,34,89); }
div.DivClassName
{
background-color: #192259;
}
.BgClassName
{
background-color: #192259;
}
</style>
border-color css
<style>
span { border-color: #192259; }
span { border-color: rgb(25,34,89); }
td.TdClassName
{
border-color: #192259;
}
.TagClassName
{
border-color: #192259;
}
</style>