Shades of Lucky Point #141C51
Tints of Lucky Point #141C51
RGB
CMYK
RGB Variations
Color information
#141C51 (or 0x141C51) is known color: Lucky Point. HEX triplet: 14, 1C and 51. RGB value is (20,28,81). Sum of RGB (Red+Green+Blue) = 20+28+81=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #141C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C51 is #EBE3AE. Grayscale: #1F1F1F. Windows color (decimal): -15459247 or 5315604. OLE color: 5315604.
HSL color Cylindrical-coordinate representation of color #141C51: hue angle of 232.13º 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 #141C51 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 28 | 81 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.68 |
| HSL | 232.13º | 0.6% | 0.2% | - |
| HSV(B) | 232.13º | 0.75% | 0.32% | - |
| XYZ | 2.19 | 1.57 | 7.97 | - |
| YUV | 31.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 81 | 0.75 | 0.65 | 0 | 0.68 | 232.13 | 0.6 | 0.2 |
| Hex | 14 | 1C | 51 | 4B | 41 | 0 | 44 | E8 | 3C | 14 |
| Octal | 24 | 34 | 121 | 113 | 101 | 0 | 104 | 350 | 74 | 24 |
| Binary | 10100 | 11100 | 1010001 | 1001011 | 1000001 | 0 | 1000100 | 11101000 | 111100 | 10100 |
Color Harmonies of #141C51
Complementary color
Monochromatic Colors of #141C51
Black with #141C51
Text Example
Text Example
White with #141C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C51; }
p { color: rgb(20,28,81); }
H1.HeaderClassName
{
color: #141C51;
}
.AnyTagClassName
{
color: #141C51;
}
</style>
background-color css
<style>
a { background-color: #141C51; }
a { background-color: rgb(20,28,81); }
div.DivClassName
{
background-color: #141C51;
}
.BgClassName
{
background-color: #141C51;
}
</style>
border-color css
<style>
span { border-color: #141C51; }
span { border-color: rgb(20,28,81); }
td.TdClassName
{
border-color: #141C51;
}
.TagClassName
{
border-color: #141C51;
}
</style>