Shades of Lucky Point #192A58
Tints of Lucky Point #192A58
RGB
CMYK
RGB Variations
Color information
#192A58 (or 0x192A58) is known color: Lucky Point. HEX triplet: 19, 2A and 58. RGB value is (25,42,88). Sum of RGB (Red+Green+Blue) = 25+42+88=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #192A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A58 is #E6D5A7. Grayscale: #292929. Windows color (decimal): -15127976 or 5777945. OLE color: 5777945.
HSL color Cylindrical-coordinate representation of color #192A58: hue angle of 223.81º 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 #192A58 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 42 | 88 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.65 |
| HSL | 223.81º | 0.56% | 0.22% | - |
| HSV(B) | 223.81º | 0.72% | 0.35% | - |
| XYZ | 2.99 | 2.57 | 9.57 | - |
| YUV | 42.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 88 | 0.72 | 0.52 | 0 | 0.65 | 223.81 | 0.56 | 0.22 |
| Hex | 19 | 2A | 58 | 48 | 34 | 0 | 41 | E0 | 38 | 16 |
| Octal | 31 | 52 | 130 | 110 | 64 | 0 | 101 | 340 | 70 | 26 |
| Binary | 11001 | 101010 | 1011000 | 1001000 | 110100 | 0 | 1000001 | 11100000 | 111000 | 10110 |
Color Harmonies of #192A58
Complementary color
Monochromatic Colors of #192A58
Black with #192A58
Text Example
Text Example
White with #192A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A58; }
p { color: rgb(25,42,88); }
H1.HeaderClassName
{
color: #192A58;
}
.AnyTagClassName
{
color: #192A58;
}
</style>
background-color css
<style>
a { background-color: #192A58; }
a { background-color: rgb(25,42,88); }
div.DivClassName
{
background-color: #192A58;
}
.BgClassName
{
background-color: #192A58;
}
</style>
border-color css
<style>
span { border-color: #192A58; }
span { border-color: rgb(25,42,88); }
td.TdClassName
{
border-color: #192A58;
}
.TagClassName
{
border-color: #192A58;
}
</style>