Shades of Lucky Point #191E4C
Tints of Lucky Point #191E4C
RGB
CMYK
RGB Variations
Color information
#191E4C (or 0x191E4C) is known color: Lucky Point. HEX triplet: 19, 1E and 4C. RGB value is (25,30,76). Sum of RGB (Red+Green+Blue) = 25+30+76=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #191E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E4C is #E6E1B3. Grayscale: #212121. Windows color (decimal): -15131060 or 4988441. OLE color: 4988441.
HSL color Cylindrical-coordinate representation of color #191E4C: hue angle of 234.12º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #191E4C is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 30 | 76 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.70 |
| HSL | 234.12º | 0.5% | 0.2% | - |
| HSV(B) | 234.12º | 0.67% | 0.3% | - |
| XYZ | 2.17 | 1.66 | 7.04 | - |
| YUV | 33.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 76 | 0.67 | 0.61 | 0 | 0.70 | 234.12 | 0.5 | 0.2 |
| Hex | 19 | 1E | 4C | 43 | 3D | 0 | 46 | EA | 32 | 14 |
| Octal | 31 | 36 | 114 | 103 | 75 | 0 | 106 | 352 | 62 | 24 |
| Binary | 11001 | 11110 | 1001100 | 1000011 | 111101 | 0 | 1000110 | 11101010 | 110010 | 10100 |
Color Harmonies of #191E4C
Complementary color
Monochromatic Colors of #191E4C
Black with #191E4C
Text Example
Text Example
White with #191E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E4C; }
p { color: rgb(25,30,76); }
H1.HeaderClassName
{
color: #191E4C;
}
.AnyTagClassName
{
color: #191E4C;
}
</style>
background-color css
<style>
a { background-color: #191E4C; }
a { background-color: rgb(25,30,76); }
div.DivClassName
{
background-color: #191E4C;
}
.BgClassName
{
background-color: #191E4C;
}
</style>
border-color css
<style>
span { border-color: #191E4C; }
span { border-color: rgb(25,30,76); }
td.TdClassName
{
border-color: #191E4C;
}
.TagClassName
{
border-color: #191E4C;
}
</style>