Shades of Lucky Point #192458
Tints of Lucky Point #192458
RGB
CMYK
RGB Variations
Color information
#192458 (or 0x192458) is known color: Lucky Point. HEX triplet: 19, 24 and 58. RGB value is (25,36,88). Sum of RGB (Red+Green+Blue) = 25+36+88=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #192458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192458 is #E6DBA7. Grayscale: #262626. Windows color (decimal): -15129512 or 5776409. OLE color: 5776409.
HSL color Cylindrical-coordinate representation of color #192458: hue angle of 229.52º 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 #192458 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 36 | 88 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.65 |
| HSL | 229.52º | 0.56% | 0.22% | - |
| HSV(B) | 229.52º | 0.72% | 0.35% | - |
| XYZ | 2.79 | 2.17 | 9.5 | - |
| YUV | 38.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 88 | 0.72 | 0.59 | 0 | 0.65 | 229.52 | 0.56 | 0.22 |
| Hex | 19 | 24 | 58 | 48 | 3B | 0 | 41 | E6 | 38 | 16 |
| Octal | 31 | 44 | 130 | 110 | 73 | 0 | 101 | 346 | 70 | 26 |
| Binary | 11001 | 100100 | 1011000 | 1001000 | 111011 | 0 | 1000001 | 11100110 | 111000 | 10110 |
Color Harmonies of #192458
Complementary color
Monochromatic Colors of #192458
Black with #192458
Text Example
Text Example
White with #192458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192458; }
p { color: rgb(25,36,88); }
H1.HeaderClassName
{
color: #192458;
}
.AnyTagClassName
{
color: #192458;
}
</style>
background-color css
<style>
a { background-color: #192458; }
a { background-color: rgb(25,36,88); }
div.DivClassName
{
background-color: #192458;
}
.BgClassName
{
background-color: #192458;
}
</style>
border-color css
<style>
span { border-color: #192458; }
span { border-color: rgb(25,36,88); }
td.TdClassName
{
border-color: #192458;
}
.TagClassName
{
border-color: #192458;
}
</style>