Shades of Lucky Point #1A2952
Tints of Lucky Point #1A2952
RGB
CMYK
RGB Variations
Color information
#1A2952 (or 0x1A2952) is known color: Lucky Point. HEX triplet: 1A, 29 and 52. RGB value is (26,41,82). Sum of RGB (Red+Green+Blue) = 26+41+82=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #1A2952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2952 is #E5D6AD. Grayscale: #292929. Windows color (decimal): -15062702 or 5384474. OLE color: 5384474.
HSL color Cylindrical-coordinate representation of color #1A2952: hue angle of 223.93º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A2952 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 41 | 82 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.68 |
| HSL | 223.93º | 0.52% | 0.21% | - |
| HSV(B) | 223.93º | 0.68% | 0.32% | - |
| XYZ | 2.74 | 2.41 | 8.3 | - |
| YUV | 41.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 82 | 0.68 | 0.50 | 0 | 0.68 | 223.93 | 0.52 | 0.21 |
| Hex | 1A | 29 | 52 | 44 | 32 | 0 | 44 | E0 | 34 | 15 |
| Octal | 32 | 51 | 122 | 104 | 62 | 0 | 104 | 340 | 64 | 25 |
| Binary | 11010 | 101001 | 1010010 | 1000100 | 110010 | 0 | 1000100 | 11100000 | 110100 | 10101 |
Color Harmonies of #1A2952
Complementary color
Monochromatic Colors of #1A2952
Black with #1A2952
Text Example
Text Example
White with #1A2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2952; }
p { color: rgb(26,41,82); }
H1.HeaderClassName
{
color: #1A2952;
}
.AnyTagClassName
{
color: #1A2952;
}
</style>
background-color css
<style>
a { background-color: #1A2952; }
a { background-color: rgb(26,41,82); }
div.DivClassName
{
background-color: #1A2952;
}
.BgClassName
{
background-color: #1A2952;
}
</style>
border-color css
<style>
span { border-color: #1A2952; }
span { border-color: rgb(26,41,82); }
td.TdClassName
{
border-color: #1A2952;
}
.TagClassName
{
border-color: #1A2952;
}
</style>