Shades of Lucky Point #141951
Tints of Lucky Point #141951
RGB
CMYK
RGB Variations
Color information
#141951 (or 0x141951) is known color: Lucky Point. HEX triplet: 14, 19 and 51. RGB value is (20,25,81). Sum of RGB (Red+Green+Blue) = 20+25+81=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #141951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141951 is #EBE6AE. Grayscale: #1D1D1D. Windows color (decimal): -15460015 or 5314836. OLE color: 5314836.
HSL color Cylindrical-coordinate representation of color #141951: hue angle of 235.08º 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 #141951 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 25 | 81 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.68 |
| HSL | 235.08º | 0.6% | 0.2% | - |
| HSV(B) | 235.08º | 0.75% | 0.32% | - |
| XYZ | 2.12 | 1.44 | 7.95 | - |
| YUV | 29.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 81 | 0.75 | 0.69 | 0 | 0.68 | 235.08 | 0.6 | 0.2 |
| Hex | 14 | 19 | 51 | 4B | 45 | 0 | 44 | EB | 3C | 14 |
| Octal | 24 | 31 | 121 | 113 | 105 | 0 | 104 | 353 | 74 | 24 |
| Binary | 10100 | 11001 | 1010001 | 1001011 | 1000101 | 0 | 1000100 | 11101011 | 111100 | 10100 |
Color Harmonies of #141951
Complementary color
Monochromatic Colors of #141951
Black with #141951
Text Example
Text Example
White with #141951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141951; }
p { color: rgb(20,25,81); }
H1.HeaderClassName
{
color: #141951;
}
.AnyTagClassName
{
color: #141951;
}
</style>
background-color css
<style>
a { background-color: #141951; }
a { background-color: rgb(20,25,81); }
div.DivClassName
{
background-color: #141951;
}
.BgClassName
{
background-color: #141951;
}
</style>
border-color css
<style>
span { border-color: #141951; }
span { border-color: rgb(20,25,81); }
td.TdClassName
{
border-color: #141951;
}
.TagClassName
{
border-color: #141951;
}
</style>