Shades of Lucky Point #192251
Tints of Lucky Point #192251
RGB
CMYK
RGB Variations
Color information
#192251 (or 0x192251) is known color: Lucky Point. HEX triplet: 19, 22 and 51. RGB value is (25,34,81). Sum of RGB (Red+Green+Blue) = 25+34+81=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #192251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192251 is #E6DDAE. Grayscale: #242424. Windows color (decimal): -15130031 or 5317145. OLE color: 5317145.
HSL color Cylindrical-coordinate representation of color #192251: hue angle of 230.36º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #192251 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 34 | 81 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.68 |
| HSL | 230.36º | 0.53% | 0.21% | - |
| HSV(B) | 230.36º | 0.69% | 0.32% | - |
| XYZ | 2.46 | 1.94 | 8.03 | - |
| YUV | 36.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 81 | 0.69 | 0.58 | 0 | 0.68 | 230.36 | 0.53 | 0.21 |
| Hex | 19 | 22 | 51 | 45 | 3A | 0 | 44 | E6 | 35 | 15 |
| Octal | 31 | 42 | 121 | 105 | 72 | 0 | 104 | 346 | 65 | 25 |
| Binary | 11001 | 100010 | 1010001 | 1000101 | 111010 | 0 | 1000100 | 11100110 | 110101 | 10101 |
Color Harmonies of #192251
Complementary color
Monochromatic Colors of #192251
Black with #192251
Text Example
Text Example
White with #192251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192251; }
p { color: rgb(25,34,81); }
H1.HeaderClassName
{
color: #192251;
}
.AnyTagClassName
{
color: #192251;
}
</style>
background-color css
<style>
a { background-color: #192251; }
a { background-color: rgb(25,34,81); }
div.DivClassName
{
background-color: #192251;
}
.BgClassName
{
background-color: #192251;
}
</style>
border-color css
<style>
span { border-color: #192251; }
span { border-color: rgb(25,34,81); }
td.TdClassName
{
border-color: #192251;
}
.TagClassName
{
border-color: #192251;
}
</style>