Shades of Lucky Point #1A2B59
Tints of Lucky Point #1A2B59
RGB
CMYK
RGB Variations
Color information
#1A2B59 (or 0x1A2B59) is known color: Lucky Point. HEX triplet: 1A, 2B and 59. RGB value is (26,43,89). Sum of RGB (Red+Green+Blue) = 26+43+89=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A2B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2B59 is #E5D4A6. Grayscale: #2A2A2A. Windows color (decimal): -15062183 or 5843738. OLE color: 5843738.
HSL color Cylindrical-coordinate representation of color #1A2B59: hue angle of 223.81º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A2B59 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 43 | 89 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.65 |
| HSL | 223.81º | 0.55% | 0.23% | - |
| HSV(B) | 223.81º | 0.71% | 0.35% | - |
| XYZ | 3.09 | 2.67 | 9.8 | - |
| YUV | 43.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 89 | 0.71 | 0.52 | 0 | 0.65 | 223.81 | 0.55 | 0.23 |
| Hex | 1A | 2B | 59 | 47 | 34 | 0 | 41 | E0 | 37 | 17 |
| Octal | 32 | 53 | 131 | 107 | 64 | 0 | 101 | 340 | 67 | 27 |
| Binary | 11010 | 101011 | 1011001 | 1000111 | 110100 | 0 | 1000001 | 11100000 | 110111 | 10111 |
Color Harmonies of #1A2B59
Complementary color
Monochromatic Colors of #1A2B59
Black with #1A2B59
Text Example
Text Example
White with #1A2B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2B59; }
p { color: rgb(26,43,89); }
H1.HeaderClassName
{
color: #1A2B59;
}
.AnyTagClassName
{
color: #1A2B59;
}
</style>
background-color css
<style>
a { background-color: #1A2B59; }
a { background-color: rgb(26,43,89); }
div.DivClassName
{
background-color: #1A2B59;
}
.BgClassName
{
background-color: #1A2B59;
}
</style>
border-color css
<style>
span { border-color: #1A2B59; }
span { border-color: rgb(26,43,89); }
td.TdClassName
{
border-color: #1A2B59;
}
.TagClassName
{
border-color: #1A2B59;
}
</style>