Shades of Lucky Point #1A2057
Tints of Lucky Point #1A2057
RGB
CMYK
RGB Variations
Color information
#1A2057 (or 0x1A2057) is known color: Lucky Point. HEX triplet: 1A, 20 and 57. RGB value is (26,32,87). Sum of RGB (Red+Green+Blue) = 26+32+87=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2057 is #E5DFA8. Grayscale: #242424. Windows color (decimal): -15065001 or 5709850. OLE color: 5709850.
HSL color Cylindrical-coordinate representation of color #1A2057: hue angle of 234.1º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A2057 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 32 | 87 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.66 |
| HSL | 234.1º | 0.54% | 0.22% | - |
| HSV(B) | 234.1º | 0.7% | 0.34% | - |
| XYZ | 2.66 | 1.94 | 9.25 | - |
| YUV | 36.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 87 | 0.70 | 0.63 | 0 | 0.66 | 234.1 | 0.54 | 0.22 |
| Hex | 1A | 20 | 57 | 46 | 3F | 0 | 42 | EA | 36 | 16 |
| Octal | 32 | 40 | 127 | 106 | 77 | 0 | 102 | 352 | 66 | 26 |
| Binary | 11010 | 100000 | 1010111 | 1000110 | 111111 | 0 | 1000010 | 11101010 | 110110 | 10110 |
Color Harmonies of #1A2057
Complementary color
Monochromatic Colors of #1A2057
Black with #1A2057
Text Example
Text Example
White with #1A2057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2057; }
p { color: rgb(26,32,87); }
H1.HeaderClassName
{
color: #1A2057;
}
.AnyTagClassName
{
color: #1A2057;
}
</style>
background-color css
<style>
a { background-color: #1A2057; }
a { background-color: rgb(26,32,87); }
div.DivClassName
{
background-color: #1A2057;
}
.BgClassName
{
background-color: #1A2057;
}
</style>
border-color css
<style>
span { border-color: #1A2057; }
span { border-color: rgb(26,32,87); }
td.TdClassName
{
border-color: #1A2057;
}
.TagClassName
{
border-color: #1A2057;
}
</style>