Shades of Lucky Point #141F50
Tints of Lucky Point #141F50
RGB
CMYK
RGB Variations
Color information
#141F50 (or 0x141F50) is known color: Lucky Point. HEX triplet: 14, 1F and 50. RGB value is (20,31,80). Sum of RGB (Red+Green+Blue) = 20+31+80=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #141F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F50 is #EBE0AF. Grayscale: #212121. Windows color (decimal): -15458480 or 5250836. OLE color: 5250836.
HSL color Cylindrical-coordinate representation of color #141F50: hue angle of 229º 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 #141F50 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 31 | 80 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.69 |
| HSL | 229º | 0.6% | 0.2% | - |
| HSV(B) | 229º | 0.75% | 0.31% | - |
| XYZ | 2.23 | 1.71 | 7.8 | - |
| YUV | 33.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 80 | 0.75 | 0.61 | 0 | 0.69 | 229 | 0.6 | 0.2 |
| Hex | 14 | 1F | 50 | 4B | 3D | 0 | 45 | E5 | 3C | 14 |
| Octal | 24 | 37 | 120 | 113 | 75 | 0 | 105 | 345 | 74 | 24 |
| Binary | 10100 | 11111 | 1010000 | 1001011 | 111101 | 0 | 1000101 | 11100101 | 111100 | 10100 |
Color Harmonies of #141F50
Complementary color
Monochromatic Colors of #141F50
Black with #141F50
Text Example
Text Example
White with #141F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F50; }
p { color: rgb(20,31,80); }
H1.HeaderClassName
{
color: #141F50;
}
.AnyTagClassName
{
color: #141F50;
}
</style>
background-color css
<style>
a { background-color: #141F50; }
a { background-color: rgb(20,31,80); }
div.DivClassName
{
background-color: #141F50;
}
.BgClassName
{
background-color: #141F50;
}
</style>
border-color css
<style>
span { border-color: #141F50; }
span { border-color: rgb(20,31,80); }
td.TdClassName
{
border-color: #141F50;
}
.TagClassName
{
border-color: #141F50;
}
</style>