Shades of Lucky Point #19214D
Tints of Lucky Point #19214D
RGB
CMYK
RGB Variations
Color information
#19214D (or 0x19214D) is known color: Lucky Point. HEX triplet: 19, 21 and 4D. RGB value is (25,33,77). Sum of RGB (Red+Green+Blue) = 25+33+77=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #19214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19214D is #E6DEB2. Grayscale: #232323. Windows color (decimal): -15130291 or 5054745. OLE color: 5054745.
HSL color Cylindrical-coordinate representation of color #19214D: hue angle of 230.77º 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 #19214D is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 33 | 77 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.70 |
| HSL | 230.77º | 0.51% | 0.2% | - |
| HSV(B) | 230.77º | 0.68% | 0.3% | - |
| XYZ | 2.28 | 1.83 | 7.25 | - |
| YUV | 35.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 77 | 0.68 | 0.57 | 0 | 0.70 | 230.77 | 0.51 | 0.2 |
| Hex | 19 | 21 | 4D | 44 | 39 | 0 | 46 | E7 | 33 | 14 |
| Octal | 31 | 41 | 115 | 104 | 71 | 0 | 106 | 347 | 63 | 24 |
| Binary | 11001 | 100001 | 1001101 | 1000100 | 111001 | 0 | 1000110 | 11100111 | 110011 | 10100 |
Color Harmonies of #19214D
Complementary color
Monochromatic Colors of #19214D
Black with #19214D
Text Example
Text Example
White with #19214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19214D; }
p { color: rgb(25,33,77); }
H1.HeaderClassName
{
color: #19214D;
}
.AnyTagClassName
{
color: #19214D;
}
</style>
background-color css
<style>
a { background-color: #19214D; }
a { background-color: rgb(25,33,77); }
div.DivClassName
{
background-color: #19214D;
}
.BgClassName
{
background-color: #19214D;
}
</style>
border-color css
<style>
span { border-color: #19214D; }
span { border-color: rgb(25,33,77); }
td.TdClassName
{
border-color: #19214D;
}
.TagClassName
{
border-color: #19214D;
}
</style>