Shades of Lucky Point #141E53
Tints of Lucky Point #141E53
RGB
CMYK
RGB Variations
Color information
#141E53 (or 0x141E53) is known color: Lucky Point. HEX triplet: 14, 1E and 53. RGB value is (20,30,83). Sum of RGB (Red+Green+Blue) = 20+30+83=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #141E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E53 is #EBE1AC. Grayscale: #202020. Windows color (decimal): -15458733 or 5447188. OLE color: 5447188.
HSL color Cylindrical-coordinate representation of color #141E53: hue angle of 230.48º 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 #141E53 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 30 | 83 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.67 |
| HSL | 230.48º | 0.61% | 0.2% | - |
| HSV(B) | 230.48º | 0.76% | 0.33% | - |
| XYZ | 2.31 | 1.7 | 8.39 | - |
| YUV | 33.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 83 | 0.76 | 0.64 | 0 | 0.67 | 230.48 | 0.61 | 0.2 |
| Hex | 14 | 1E | 53 | 4C | 40 | 0 | 43 | E6 | 3D | 14 |
| Octal | 24 | 36 | 123 | 114 | 100 | 0 | 103 | 346 | 75 | 24 |
| Binary | 10100 | 11110 | 1010011 | 1001100 | 1000000 | 0 | 1000011 | 11100110 | 111101 | 10100 |
Color Harmonies of #141E53
Complementary color
Monochromatic Colors of #141E53
Black with #141E53
Text Example
Text Example
White with #141E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E53; }
p { color: rgb(20,30,83); }
H1.HeaderClassName
{
color: #141E53;
}
.AnyTagClassName
{
color: #141E53;
}
</style>
background-color css
<style>
a { background-color: #141E53; }
a { background-color: rgb(20,30,83); }
div.DivClassName
{
background-color: #141E53;
}
.BgClassName
{
background-color: #141E53;
}
</style>
border-color css
<style>
span { border-color: #141E53; }
span { border-color: rgb(20,30,83); }
td.TdClassName
{
border-color: #141E53;
}
.TagClassName
{
border-color: #141E53;
}
</style>