Shades of Lucky Point #141C53
Tints of Lucky Point #141C53
RGB
CMYK
RGB Variations
Color information
#141C53 (or 0x141C53) is known color: Lucky Point. HEX triplet: 14, 1C and 53. RGB value is (20,28,83). Sum of RGB (Red+Green+Blue) = 20+28+83=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #141C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C53 is #EBE3AC. Grayscale: #1F1F1F. Windows color (decimal): -15459245 or 5446676. OLE color: 5446676.
HSL color Cylindrical-coordinate representation of color #141C53: hue angle of 232.38º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141C53 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 28 | 83 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.67 |
| HSL | 232.38º | 0.61% | 0.2% | - |
| HSV(B) | 232.38º | 0.76% | 0.33% | - |
| XYZ | 2.27 | 1.6 | 8.37 | - |
| YUV | 31.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 83 | 0.76 | 0.66 | 0 | 0.67 | 232.38 | 0.61 | 0.2 |
| Hex | 14 | 1C | 53 | 4C | 42 | 0 | 43 | E8 | 3D | 14 |
| Octal | 24 | 34 | 123 | 114 | 102 | 0 | 103 | 350 | 75 | 24 |
| Binary | 10100 | 11100 | 1010011 | 1001100 | 1000010 | 0 | 1000011 | 11101000 | 111101 | 10100 |
Color Harmonies of #141C53
Complementary color
Monochromatic Colors of #141C53
Black with #141C53
Text Example
Text Example
White with #141C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C53; }
p { color: rgb(20,28,83); }
H1.HeaderClassName
{
color: #141C53;
}
.AnyTagClassName
{
color: #141C53;
}
</style>
background-color css
<style>
a { background-color: #141C53; }
a { background-color: rgb(20,28,83); }
div.DivClassName
{
background-color: #141C53;
}
.BgClassName
{
background-color: #141C53;
}
</style>
border-color css
<style>
span { border-color: #141C53; }
span { border-color: rgb(20,28,83); }
td.TdClassName
{
border-color: #141C53;
}
.TagClassName
{
border-color: #141C53;
}
</style>