Shades of Lucky Point #1A2956
Tints of Lucky Point #1A2956
RGB
CMYK
RGB Variations
Color information
#1A2956 (or 0x1A2956) is known color: Lucky Point. HEX triplet: 1A, 29 and 56. RGB value is (26,41,86). Sum of RGB (Red+Green+Blue) = 26+41+86=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A2956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2956 is #E5D6A9. Grayscale: #292929. Windows color (decimal): -15062698 or 5646618. OLE color: 5646618.
HSL color Cylindrical-coordinate representation of color #1A2956: hue angle of 225º 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 #1A2956 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 41 | 86 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.66 |
| HSL | 225º | 0.54% | 0.22% | - |
| HSV(B) | 225º | 0.7% | 0.34% | - |
| XYZ | 2.9 | 2.48 | 9.13 | - |
| YUV | 41.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 86 | 0.70 | 0.52 | 0 | 0.66 | 225 | 0.54 | 0.22 |
| Hex | 1A | 29 | 56 | 46 | 34 | 0 | 42 | E1 | 36 | 16 |
| Octal | 32 | 51 | 126 | 106 | 64 | 0 | 102 | 341 | 66 | 26 |
| Binary | 11010 | 101001 | 1010110 | 1000110 | 110100 | 0 | 1000010 | 11100001 | 110110 | 10110 |
Color Harmonies of #1A2956
Complementary color
Monochromatic Colors of #1A2956
Black with #1A2956
Text Example
Text Example
White with #1A2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2956; }
p { color: rgb(26,41,86); }
H1.HeaderClassName
{
color: #1A2956;
}
.AnyTagClassName
{
color: #1A2956;
}
</style>
background-color css
<style>
a { background-color: #1A2956; }
a { background-color: rgb(26,41,86); }
div.DivClassName
{
background-color: #1A2956;
}
.BgClassName
{
background-color: #1A2956;
}
</style>
border-color css
<style>
span { border-color: #1A2956; }
span { border-color: rgb(26,41,86); }
td.TdClassName
{
border-color: #1A2956;
}
.TagClassName
{
border-color: #1A2956;
}
</style>