Shades of Lucky Point #191C50
Tints of Lucky Point #191C50
RGB
CMYK
RGB Variations
Color information
#191C50 (or 0x191C50) is known color: Lucky Point. HEX triplet: 19, 1C and 50. RGB value is (25,28,80). Sum of RGB (Red+Green+Blue) = 25+28+80=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #191C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191C50 is #E6E3AF. Grayscale: #202020. Windows color (decimal): -15131568 or 5250073. OLE color: 5250073.
HSL color Cylindrical-coordinate representation of color #191C50: hue angle of 236.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #191C50 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 28 | 80 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.69 |
| HSL | 236.73º | 0.52% | 0.21% | - |
| HSV(B) | 236.73º | 0.69% | 0.31% | - |
| XYZ | 2.26 | 1.62 | 7.78 | - |
| YUV | 33.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 80 | 0.69 | 0.65 | 0 | 0.69 | 236.73 | 0.52 | 0.21 |
| Hex | 19 | 1C | 50 | 45 | 41 | 0 | 45 | ED | 34 | 15 |
| Octal | 31 | 34 | 120 | 105 | 101 | 0 | 105 | 355 | 64 | 25 |
| Binary | 11001 | 11100 | 1010000 | 1000101 | 1000001 | 0 | 1000101 | 11101101 | 110100 | 10101 |
Color Harmonies of #191C50
Complementary color
Monochromatic Colors of #191C50
Black with #191C50
Text Example
Text Example
White with #191C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C50; }
p { color: rgb(25,28,80); }
H1.HeaderClassName
{
color: #191C50;
}
.AnyTagClassName
{
color: #191C50;
}
</style>
background-color css
<style>
a { background-color: #191C50; }
a { background-color: rgb(25,28,80); }
div.DivClassName
{
background-color: #191C50;
}
.BgClassName
{
background-color: #191C50;
}
</style>
border-color css
<style>
span { border-color: #191C50; }
span { border-color: rgb(25,28,80); }
td.TdClassName
{
border-color: #191C50;
}
.TagClassName
{
border-color: #191C50;
}
</style>