Shades of Lucky Point #192558
Tints of Lucky Point #192558
RGB
CMYK
RGB Variations
Color information
#192558 (or 0x192558) is known color: Lucky Point. HEX triplet: 19, 25 and 58. RGB value is (25,37,88). Sum of RGB (Red+Green+Blue) = 25+37+88=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #192558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192558 is #E6DAA7. Grayscale: #272727. Windows color (decimal): -15129256 or 5776665. OLE color: 5776665.
HSL color Cylindrical-coordinate representation of color #192558: hue angle of 228.57º 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 #192558 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 37 | 88 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.65 |
| HSL | 228.57º | 0.56% | 0.22% | - |
| HSV(B) | 228.57º | 0.72% | 0.35% | - |
| XYZ | 2.82 | 2.23 | 9.51 | - |
| YUV | 39.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 88 | 0.72 | 0.58 | 0 | 0.65 | 228.57 | 0.56 | 0.22 |
| Hex | 19 | 25 | 58 | 48 | 3A | 0 | 41 | E5 | 38 | 16 |
| Octal | 31 | 45 | 130 | 110 | 72 | 0 | 101 | 345 | 70 | 26 |
| Binary | 11001 | 100101 | 1011000 | 1001000 | 111010 | 0 | 1000001 | 11100101 | 111000 | 10110 |
Color Harmonies of #192558
Complementary color
Monochromatic Colors of #192558
Black with #192558
Text Example
Text Example
White with #192558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192558; }
p { color: rgb(25,37,88); }
H1.HeaderClassName
{
color: #192558;
}
.AnyTagClassName
{
color: #192558;
}
</style>
background-color css
<style>
a { background-color: #192558; }
a { background-color: rgb(25,37,88); }
div.DivClassName
{
background-color: #192558;
}
.BgClassName
{
background-color: #192558;
}
</style>
border-color css
<style>
span { border-color: #192558; }
span { border-color: rgb(25,37,88); }
td.TdClassName
{
border-color: #192558;
}
.TagClassName
{
border-color: #192558;
}
</style>