Shades of Lucky Point #142150
Tints of Lucky Point #142150
RGB
CMYK
RGB Variations
Color information
#142150 (or 0x142150) is known color: Lucky Point. HEX triplet: 14, 21 and 50. RGB value is (20,33,80). Sum of RGB (Red+Green+Blue) = 20+33+80=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #142150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142150 is #EBDEAF. Grayscale: #222222. Windows color (decimal): -15457968 or 5251348. OLE color: 5251348.
HSL color Cylindrical-coordinate representation of color #142150: hue angle of 227º 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 #142150 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 33 | 80 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.69 |
| HSL | 227º | 0.6% | 0.2% | - |
| HSV(B) | 227º | 0.75% | 0.31% | - |
| XYZ | 2.28 | 1.82 | 7.82 | - |
| YUV | 34.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 80 | 0.75 | 0.59 | 0 | 0.69 | 227 | 0.6 | 0.2 |
| Hex | 14 | 21 | 50 | 4B | 3B | 0 | 45 | E3 | 3C | 14 |
| Octal | 24 | 41 | 120 | 113 | 73 | 0 | 105 | 343 | 74 | 24 |
| Binary | 10100 | 100001 | 1010000 | 1001011 | 111011 | 0 | 1000101 | 11100011 | 111100 | 10100 |
Color Harmonies of #142150
Complementary color
Monochromatic Colors of #142150
Black with #142150
Text Example
Text Example
White with #142150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142150; }
p { color: rgb(20,33,80); }
H1.HeaderClassName
{
color: #142150;
}
.AnyTagClassName
{
color: #142150;
}
</style>
background-color css
<style>
a { background-color: #142150; }
a { background-color: rgb(20,33,80); }
div.DivClassName
{
background-color: #142150;
}
.BgClassName
{
background-color: #142150;
}
</style>
border-color css
<style>
span { border-color: #142150; }
span { border-color: rgb(20,33,80); }
td.TdClassName
{
border-color: #142150;
}
.TagClassName
{
border-color: #142150;
}
</style>