Shades of Lucky Point #141D52
Tints of Lucky Point #141D52
RGB
CMYK
RGB Variations
Color information
#141D52 (or 0x141D52) is known color: Lucky Point. HEX triplet: 14, 1D and 52. RGB value is (20,29,82). Sum of RGB (Red+Green+Blue) = 20+29+82=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #141D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D52 is #EBE2AD. Grayscale: #202020. Windows color (decimal): -15458990 or 5381396. OLE color: 5381396.
HSL color Cylindrical-coordinate representation of color #141D52: hue angle of 231.29º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141D52 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 29 | 82 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.68 |
| HSL | 231.29º | 0.61% | 0.2% | - |
| HSV(B) | 231.29º | 0.76% | 0.32% | - |
| XYZ | 2.25 | 1.64 | 8.18 | - |
| YUV | 32.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 82 | 0.76 | 0.65 | 0 | 0.68 | 231.29 | 0.61 | 0.2 |
| Hex | 14 | 1D | 52 | 4C | 41 | 0 | 44 | E7 | 3D | 14 |
| Octal | 24 | 35 | 122 | 114 | 101 | 0 | 104 | 347 | 75 | 24 |
| Binary | 10100 | 11101 | 1010010 | 1001100 | 1000001 | 0 | 1000100 | 11100111 | 111101 | 10100 |
Color Harmonies of #141D52
Complementary color
Monochromatic Colors of #141D52
Black with #141D52
Text Example
Text Example
White with #141D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D52; }
p { color: rgb(20,29,82); }
H1.HeaderClassName
{
color: #141D52;
}
.AnyTagClassName
{
color: #141D52;
}
</style>
background-color css
<style>
a { background-color: #141D52; }
a { background-color: rgb(20,29,82); }
div.DivClassName
{
background-color: #141D52;
}
.BgClassName
{
background-color: #141D52;
}
</style>
border-color css
<style>
span { border-color: #141D52; }
span { border-color: rgb(20,29,82); }
td.TdClassName
{
border-color: #141D52;
}
.TagClassName
{
border-color: #141D52;
}
</style>