Shades of Lucky Point #191C4D
Tints of Lucky Point #191C4D
RGB
CMYK
RGB Variations
Color information
#191C4D (or 0x191C4D) is known color: Lucky Point. HEX triplet: 19, 1C and 4D. RGB value is (25,28,77). Sum of RGB (Red+Green+Blue) = 25+28+77=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #191C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191C4D is #E6E3B2. Grayscale: #202020. Windows color (decimal): -15131571 or 5053465. OLE color: 5053465.
HSL color Cylindrical-coordinate representation of color #191C4D: hue angle of 236.54º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #191C4D is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 28 | 77 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.70 |
| HSL | 236.54º | 0.51% | 0.2% | - |
| HSV(B) | 236.54º | 0.68% | 0.3% | - |
| XYZ | 2.16 | 1.57 | 7.21 | - |
| YUV | 32.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 77 | 0.68 | 0.64 | 0 | 0.70 | 236.54 | 0.51 | 0.2 |
| Hex | 19 | 1C | 4D | 44 | 40 | 0 | 46 | ED | 33 | 14 |
| Octal | 31 | 34 | 115 | 104 | 100 | 0 | 106 | 355 | 63 | 24 |
| Binary | 11001 | 11100 | 1001101 | 1000100 | 1000000 | 0 | 1000110 | 11101101 | 110011 | 10100 |
Color Harmonies of #191C4D
Complementary color
Monochromatic Colors of #191C4D
Black with #191C4D
Text Example
Text Example
White with #191C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C4D; }
p { color: rgb(25,28,77); }
H1.HeaderClassName
{
color: #191C4D;
}
.AnyTagClassName
{
color: #191C4D;
}
</style>
background-color css
<style>
a { background-color: #191C4D; }
a { background-color: rgb(25,28,77); }
div.DivClassName
{
background-color: #191C4D;
}
.BgClassName
{
background-color: #191C4D;
}
</style>
border-color css
<style>
span { border-color: #191C4D; }
span { border-color: rgb(25,28,77); }
td.TdClassName
{
border-color: #191C4D;
}
.TagClassName
{
border-color: #191C4D;
}
</style>