Shades of Lucky Point #192751
Tints of Lucky Point #192751
RGB
CMYK
RGB Variations
Color information
#192751 (or 0x192751) is known color: Lucky Point. HEX triplet: 19, 27 and 51. RGB value is (25,39,81). Sum of RGB (Red+Green+Blue) = 25+39+81=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #192751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192751 is #E6D8AE. Grayscale: #272727. Windows color (decimal): -15128751 or 5318425. OLE color: 5318425.
HSL color Cylindrical-coordinate representation of color #192751: hue angle of 225º 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 #192751 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 39 | 81 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.68 |
| HSL | 225º | 0.53% | 0.21% | - |
| HSV(B) | 225º | 0.69% | 0.32% | - |
| XYZ | 2.61 | 2.25 | 8.08 | - |
| YUV | 39.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 81 | 0.69 | 0.52 | 0 | 0.68 | 225 | 0.53 | 0.21 |
| Hex | 19 | 27 | 51 | 45 | 34 | 0 | 44 | E1 | 35 | 15 |
| Octal | 31 | 47 | 121 | 105 | 64 | 0 | 104 | 341 | 65 | 25 |
| Binary | 11001 | 100111 | 1010001 | 1000101 | 110100 | 0 | 1000100 | 11100001 | 110101 | 10101 |
Color Harmonies of #192751
Complementary color
Monochromatic Colors of #192751
Black with #192751
Text Example
Text Example
White with #192751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192751; }
p { color: rgb(25,39,81); }
H1.HeaderClassName
{
color: #192751;
}
.AnyTagClassName
{
color: #192751;
}
</style>
background-color css
<style>
a { background-color: #192751; }
a { background-color: rgb(25,39,81); }
div.DivClassName
{
background-color: #192751;
}
.BgClassName
{
background-color: #192751;
}
</style>
border-color css
<style>
span { border-color: #192751; }
span { border-color: rgb(25,39,81); }
td.TdClassName
{
border-color: #192751;
}
.TagClassName
{
border-color: #192751;
}
</style>