Shades of Lucky Point #141D50
Tints of Lucky Point #141D50
RGB
CMYK
RGB Variations
Color information
#141D50 (or 0x141D50) is known color: Lucky Point. HEX triplet: 14, 1D and 50. RGB value is (20,29,80). Sum of RGB (Red+Green+Blue) = 20+29+80=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #141D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D50 is #EBE2AF. Grayscale: #1F1F1F. Windows color (decimal): -15458992 or 5250324. OLE color: 5250324.
HSL color Cylindrical-coordinate representation of color #141D50: hue angle of 231º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141D50 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 29 | 80 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.69 |
| HSL | 231º | 0.6% | 0.2% | - |
| HSV(B) | 231º | 0.75% | 0.31% | - |
| XYZ | 2.18 | 1.61 | 7.78 | - |
| YUV | 32.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 80 | 0.75 | 0.64 | 0 | 0.69 | 231 | 0.6 | 0.2 |
| Hex | 14 | 1D | 50 | 4B | 40 | 0 | 45 | E7 | 3C | 14 |
| Octal | 24 | 35 | 120 | 113 | 100 | 0 | 105 | 347 | 74 | 24 |
| Binary | 10100 | 11101 | 1010000 | 1001011 | 1000000 | 0 | 1000101 | 11100111 | 111100 | 10100 |
Color Harmonies of #141D50
Complementary color
Monochromatic Colors of #141D50
Black with #141D50
Text Example
Text Example
White with #141D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D50; }
p { color: rgb(20,29,80); }
H1.HeaderClassName
{
color: #141D50;
}
.AnyTagClassName
{
color: #141D50;
}
</style>
background-color css
<style>
a { background-color: #141D50; }
a { background-color: rgb(20,29,80); }
div.DivClassName
{
background-color: #141D50;
}
.BgClassName
{
background-color: #141D50;
}
</style>
border-color css
<style>
span { border-color: #141D50; }
span { border-color: rgb(20,29,80); }
td.TdClassName
{
border-color: #141D50;
}
.TagClassName
{
border-color: #141D50;
}
</style>