Shades of Lucky Point #192258
Tints of Lucky Point #192258
RGB
CMYK
RGB Variations
Color information
#192258 (or 0x192258) is known color: Lucky Point. HEX triplet: 19, 22 and 58. RGB value is (25,34,88). Sum of RGB (Red+Green+Blue) = 25+34+88=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #192258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192258 is #E6DDA7. Grayscale: #252525. Windows color (decimal): -15130024 or 5775897. OLE color: 5775897.
HSL color Cylindrical-coordinate representation of color #192258: hue angle of 231.43º 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 #192258 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 34 | 88 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.65 |
| HSL | 231.43º | 0.56% | 0.22% | - |
| HSV(B) | 231.43º | 0.72% | 0.35% | - |
| XYZ | 2.73 | 2.06 | 9.49 | - |
| YUV | 37.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 88 | 0.72 | 0.61 | 0 | 0.65 | 231.43 | 0.56 | 0.22 |
| Hex | 19 | 22 | 58 | 48 | 3D | 0 | 41 | E7 | 38 | 16 |
| Octal | 31 | 42 | 130 | 110 | 75 | 0 | 101 | 347 | 70 | 26 |
| Binary | 11001 | 100010 | 1011000 | 1001000 | 111101 | 0 | 1000001 | 11100111 | 111000 | 10110 |
Color Harmonies of #192258
Complementary color
Monochromatic Colors of #192258
Black with #192258
Text Example
Text Example
White with #192258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192258; }
p { color: rgb(25,34,88); }
H1.HeaderClassName
{
color: #192258;
}
.AnyTagClassName
{
color: #192258;
}
</style>
background-color css
<style>
a { background-color: #192258; }
a { background-color: rgb(25,34,88); }
div.DivClassName
{
background-color: #192258;
}
.BgClassName
{
background-color: #192258;
}
</style>
border-color css
<style>
span { border-color: #192258; }
span { border-color: rgb(25,34,88); }
td.TdClassName
{
border-color: #192258;
}
.TagClassName
{
border-color: #192258;
}
</style>