Shades of Lucky Point #1A2259
Tints of Lucky Point #1A2259
RGB
CMYK
RGB Variations
Color information
#1A2259 (or 0x1A2259) is known color: Lucky Point. HEX triplet: 1A, 22 and 59. RGB value is (26,34,89). Sum of RGB (Red+Green+Blue) = 26+34+89=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A2259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2259 is #E5DDA6. Grayscale: #252525. Windows color (decimal): -15064487 or 5841434. OLE color: 5841434.
HSL color Cylindrical-coordinate representation of color #1A2259: hue angle of 232.38º 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 #1A2259 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 34 | 89 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.65 |
| HSL | 232.38º | 0.55% | 0.23% | - |
| HSV(B) | 232.38º | 0.71% | 0.35% | - |
| XYZ | 2.8 | 2.08 | 9.71 | - |
| YUV | 37.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 89 | 0.71 | 0.62 | 0 | 0.65 | 232.38 | 0.55 | 0.23 |
| Hex | 1A | 22 | 59 | 47 | 3E | 0 | 41 | E8 | 37 | 17 |
| Octal | 32 | 42 | 131 | 107 | 76 | 0 | 101 | 350 | 67 | 27 |
| Binary | 11010 | 100010 | 1011001 | 1000111 | 111110 | 0 | 1000001 | 11101000 | 110111 | 10111 |
Color Harmonies of #1A2259
Complementary color
Monochromatic Colors of #1A2259
Black with #1A2259
Text Example
Text Example
White with #1A2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2259; }
p { color: rgb(26,34,89); }
H1.HeaderClassName
{
color: #1A2259;
}
.AnyTagClassName
{
color: #1A2259;
}
</style>
background-color css
<style>
a { background-color: #1A2259; }
a { background-color: rgb(26,34,89); }
div.DivClassName
{
background-color: #1A2259;
}
.BgClassName
{
background-color: #1A2259;
}
</style>
border-color css
<style>
span { border-color: #1A2259; }
span { border-color: rgb(26,34,89); }
td.TdClassName
{
border-color: #1A2259;
}
.TagClassName
{
border-color: #1A2259;
}
</style>