Shades of Lucky Point #191D53
Tints of Lucky Point #191D53
RGB
CMYK
RGB Variations
Color information
#191D53 (or 0x191D53) is known color: Lucky Point. HEX triplet: 19, 1D and 53. RGB value is (25,29,83). Sum of RGB (Red+Green+Blue) = 25+29+83=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #191D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191D53 is #E6E2AC. Grayscale: #212121. Windows color (decimal): -15131309 or 5446937. OLE color: 5446937.
HSL color Cylindrical-coordinate representation of color #191D53: hue angle of 235.86º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #191D53 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 29 | 83 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.67 |
| HSL | 235.86º | 0.54% | 0.21% | - |
| HSV(B) | 235.86º | 0.7% | 0.33% | - |
| XYZ | 2.4 | 1.71 | 8.39 | - |
| YUV | 33.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 83 | 0.70 | 0.65 | 0 | 0.67 | 235.86 | 0.54 | 0.21 |
| Hex | 19 | 1D | 53 | 46 | 41 | 0 | 43 | EC | 36 | 15 |
| Octal | 31 | 35 | 123 | 106 | 101 | 0 | 103 | 354 | 66 | 25 |
| Binary | 11001 | 11101 | 1010011 | 1000110 | 1000001 | 0 | 1000011 | 11101100 | 110110 | 10101 |
Color Harmonies of #191D53
Complementary color
Monochromatic Colors of #191D53
Black with #191D53
Text Example
Text Example
White with #191D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D53; }
p { color: rgb(25,29,83); }
H1.HeaderClassName
{
color: #191D53;
}
.AnyTagClassName
{
color: #191D53;
}
</style>
background-color css
<style>
a { background-color: #191D53; }
a { background-color: rgb(25,29,83); }
div.DivClassName
{
background-color: #191D53;
}
.BgClassName
{
background-color: #191D53;
}
</style>
border-color css
<style>
span { border-color: #191D53; }
span { border-color: rgb(25,29,83); }
td.TdClassName
{
border-color: #191D53;
}
.TagClassName
{
border-color: #191D53;
}
</style>