Shades of Lucky Point #191E4D
Tints of Lucky Point #191E4D
RGB
CMYK
RGB Variations
Color information
#191E4D (or 0x191E4D) is known color: Lucky Point. HEX triplet: 19, 1E and 4D. RGB value is (25,30,77). Sum of RGB (Red+Green+Blue) = 25+30+77=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #191E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191E4D is #E6E1B2. Grayscale: #212121. Windows color (decimal): -15131059 or 5053977. OLE color: 5053977.
HSL color Cylindrical-coordinate representation of color #191E4D: hue angle of 234.23º 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 #191E4D is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 30 | 77 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.70 |
| HSL | 234.23º | 0.51% | 0.2% | - |
| HSV(B) | 234.23º | 0.68% | 0.3% | - |
| XYZ | 2.2 | 1.67 | 7.23 | - |
| YUV | 33.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 77 | 0.68 | 0.61 | 0 | 0.70 | 234.23 | 0.51 | 0.2 |
| Hex | 19 | 1E | 4D | 44 | 3D | 0 | 46 | EA | 33 | 14 |
| Octal | 31 | 36 | 115 | 104 | 75 | 0 | 106 | 352 | 63 | 24 |
| Binary | 11001 | 11110 | 1001101 | 1000100 | 111101 | 0 | 1000110 | 11101010 | 110011 | 10100 |
Color Harmonies of #191E4D
Complementary color
Monochromatic Colors of #191E4D
Black with #191E4D
Text Example
Text Example
White with #191E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E4D; }
p { color: rgb(25,30,77); }
H1.HeaderClassName
{
color: #191E4D;
}
.AnyTagClassName
{
color: #191E4D;
}
</style>
background-color css
<style>
a { background-color: #191E4D; }
a { background-color: rgb(25,30,77); }
div.DivClassName
{
background-color: #191E4D;
}
.BgClassName
{
background-color: #191E4D;
}
</style>
border-color css
<style>
span { border-color: #191E4D; }
span { border-color: rgb(25,30,77); }
td.TdClassName
{
border-color: #191E4D;
}
.TagClassName
{
border-color: #191E4D;
}
</style>