Shades of Lucky Point #141A53
Tints of Lucky Point #141A53
RGB
CMYK
RGB Variations
Color information
#141A53 (or 0x141A53) is known color: Lucky Point. HEX triplet: 14, 1A and 53. RGB value is (20,26,83). Sum of RGB (Red+Green+Blue) = 20+26+83=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #141A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A53 is #EBE5AC. Grayscale: #1E1E1E. Windows color (decimal): -15459757 or 5446164. OLE color: 5446164.
HSL color Cylindrical-coordinate representation of color #141A53: hue angle of 234.29º 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 #141A53 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 26 | 83 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.67 |
| HSL | 234.29º | 0.61% | 0.2% | - |
| HSV(B) | 234.29º | 0.76% | 0.33% | - |
| XYZ | 2.22 | 1.51 | 8.36 | - |
| YUV | 30.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 83 | 0.76 | 0.69 | 0 | 0.67 | 234.29 | 0.61 | 0.2 |
| Hex | 14 | 1A | 53 | 4C | 45 | 0 | 43 | EA | 3D | 14 |
| Octal | 24 | 32 | 123 | 114 | 105 | 0 | 103 | 352 | 75 | 24 |
| Binary | 10100 | 11010 | 1010011 | 1001100 | 1000101 | 0 | 1000011 | 11101010 | 111101 | 10100 |
Color Harmonies of #141A53
Complementary color
Monochromatic Colors of #141A53
Black with #141A53
Text Example
Text Example
White with #141A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A53; }
p { color: rgb(20,26,83); }
H1.HeaderClassName
{
color: #141A53;
}
.AnyTagClassName
{
color: #141A53;
}
</style>
background-color css
<style>
a { background-color: #141A53; }
a { background-color: rgb(20,26,83); }
div.DivClassName
{
background-color: #141A53;
}
.BgClassName
{
background-color: #141A53;
}
</style>
border-color css
<style>
span { border-color: #141A53; }
span { border-color: rgb(20,26,83); }
td.TdClassName
{
border-color: #141A53;
}
.TagClassName
{
border-color: #141A53;
}
</style>