Shades of Lucky Point #141D51
Tints of Lucky Point #141D51
RGB
CMYK
RGB Variations
Color information
#141D51 (or 0x141D51) is known color: Lucky Point. HEX triplet: 14, 1D and 51. RGB value is (20,29,81). Sum of RGB (Red+Green+Blue) = 20+29+81=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #141D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D51 is #EBE2AE. Grayscale: #202020. Windows color (decimal): -15458991 or 5315860. OLE color: 5315860.
HSL color Cylindrical-coordinate representation of color #141D51: hue angle of 231.15º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141D51 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 29 | 81 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.68 |
| HSL | 231.15º | 0.6% | 0.2% | - |
| HSV(B) | 231.15º | 0.75% | 0.32% | - |
| XYZ | 2.21 | 1.62 | 7.98 | - |
| YUV | 32.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 81 | 0.75 | 0.64 | 0 | 0.68 | 231.15 | 0.6 | 0.2 |
| Hex | 14 | 1D | 51 | 4B | 40 | 0 | 44 | E7 | 3C | 14 |
| Octal | 24 | 35 | 121 | 113 | 100 | 0 | 104 | 347 | 74 | 24 |
| Binary | 10100 | 11101 | 1010001 | 1001011 | 1000000 | 0 | 1000100 | 11100111 | 111100 | 10100 |
Color Harmonies of #141D51
Complementary color
Monochromatic Colors of #141D51
Black with #141D51
Text Example
Text Example
White with #141D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D51; }
p { color: rgb(20,29,81); }
H1.HeaderClassName
{
color: #141D51;
}
.AnyTagClassName
{
color: #141D51;
}
</style>
background-color css
<style>
a { background-color: #141D51; }
a { background-color: rgb(20,29,81); }
div.DivClassName
{
background-color: #141D51;
}
.BgClassName
{
background-color: #141D51;
}
</style>
border-color css
<style>
span { border-color: #141D51; }
span { border-color: rgb(20,29,81); }
td.TdClassName
{
border-color: #141D51;
}
.TagClassName
{
border-color: #141D51;
}
</style>