Shades of Lucky Point #191C4E
Tints of Lucky Point #191C4E
RGB
CMYK
RGB Variations
Color information
#191C4E (or 0x191C4E) is known color: Lucky Point. HEX triplet: 19, 1C and 4E. RGB value is (25,28,78). Sum of RGB (Red+Green+Blue) = 25+28+78=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #191C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191C4E is #E6E3B1. Grayscale: #202020. Windows color (decimal): -15131570 or 5119001. OLE color: 5119001.
HSL color Cylindrical-coordinate representation of color #191C4E: hue angle of 236.6º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #191C4E is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 28 | 78 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.69 |
| HSL | 236.6º | 0.51% | 0.2% | - |
| HSV(B) | 236.6º | 0.68% | 0.31% | - |
| XYZ | 2.19 | 1.59 | 7.4 | - |
| YUV | 32.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 78 | 0.68 | 0.64 | 0 | 0.69 | 236.6 | 0.51 | 0.2 |
| Hex | 19 | 1C | 4E | 44 | 40 | 0 | 45 | ED | 33 | 14 |
| Octal | 31 | 34 | 116 | 104 | 100 | 0 | 105 | 355 | 63 | 24 |
| Binary | 11001 | 11100 | 1001110 | 1000100 | 1000000 | 0 | 1000101 | 11101101 | 110011 | 10100 |
Color Harmonies of #191C4E
Complementary color
Monochromatic Colors of #191C4E
Black with #191C4E
Text Example
Text Example
White with #191C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C4E; }
p { color: rgb(25,28,78); }
H1.HeaderClassName
{
color: #191C4E;
}
.AnyTagClassName
{
color: #191C4E;
}
</style>
background-color css
<style>
a { background-color: #191C4E; }
a { background-color: rgb(25,28,78); }
div.DivClassName
{
background-color: #191C4E;
}
.BgClassName
{
background-color: #191C4E;
}
</style>
border-color css
<style>
span { border-color: #191C4E; }
span { border-color: rgb(25,28,78); }
td.TdClassName
{
border-color: #191C4E;
}
.TagClassName
{
border-color: #191C4E;
}
</style>