Shades of Lucky Point #1A1E50
Tints of Lucky Point #1A1E50
RGB
CMYK
RGB Variations
Color information
#1A1E50 (or 0x1A1E50) is known color: Lucky Point. HEX triplet: 1A, 1E and 50. RGB value is (26,30,80). Sum of RGB (Red+Green+Blue) = 26+30+80=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A1E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1E50 is #E5E1AF. Grayscale: #222222. Windows color (decimal): -15065520 or 5250586. OLE color: 5250586.
HSL color Cylindrical-coordinate representation of color #1A1E50: hue angle of 235.56º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A1E50 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 30 | 80 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.69 |
| HSL | 235.56º | 0.51% | 0.21% | - |
| HSV(B) | 235.56º | 0.68% | 0.31% | - |
| XYZ | 2.34 | 1.73 | 7.8 | - |
| YUV | 34.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 80 | 0.67 | 0.62 | 0 | 0.69 | 235.56 | 0.51 | 0.21 |
| Hex | 1A | 1E | 50 | 43 | 3E | 0 | 45 | EC | 33 | 15 |
| Octal | 32 | 36 | 120 | 103 | 76 | 0 | 105 | 354 | 63 | 25 |
| Binary | 11010 | 11110 | 1010000 | 1000011 | 111110 | 0 | 1000101 | 11101100 | 110011 | 10101 |
Color Harmonies of #1A1E50
Complementary color
Monochromatic Colors of #1A1E50
Black with #1A1E50
Text Example
Text Example
White with #1A1E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E50; }
p { color: rgb(26,30,80); }
H1.HeaderClassName
{
color: #1A1E50;
}
.AnyTagClassName
{
color: #1A1E50;
}
</style>
background-color css
<style>
a { background-color: #1A1E50; }
a { background-color: rgb(26,30,80); }
div.DivClassName
{
background-color: #1A1E50;
}
.BgClassName
{
background-color: #1A1E50;
}
</style>
border-color css
<style>
span { border-color: #1A1E50; }
span { border-color: rgb(26,30,80); }
td.TdClassName
{
border-color: #1A1E50;
}
.TagClassName
{
border-color: #1A1E50;
}
</style>