Shades of Lucky Point #1C2052
Tints of Lucky Point #1C2052
RGB
CMYK
RGB Variations
Color information
#1C2052 (or 0x1C2052) is known color: Lucky Point. HEX triplet: 1C, 20 and 52. RGB value is (28,32,82). Sum of RGB (Red+Green+Blue) = 28+32+82=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #1C2052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2052 is #E3DFAD. Grayscale: #242424. Windows color (decimal): -14933934 or 5382172. OLE color: 5382172.
HSL color Cylindrical-coordinate representation of color #1C2052: hue angle of 235.56º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C2052 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 32 | 82 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.68 |
| HSL | 235.56º | 0.49% | 0.22% | - |
| HSV(B) | 235.56º | 0.66% | 0.32% | - |
| XYZ | 2.52 | 1.89 | 8.21 | - |
| YUV | 36.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 82 | 0.66 | 0.61 | 0 | 0.68 | 235.56 | 0.49 | 0.22 |
| Hex | 1C | 20 | 52 | 42 | 3D | 0 | 44 | EC | 31 | 16 |
| Octal | 34 | 40 | 122 | 102 | 75 | 0 | 104 | 354 | 61 | 26 |
| Binary | 11100 | 100000 | 1010010 | 1000010 | 111101 | 0 | 1000100 | 11101100 | 110001 | 10110 |
Color Harmonies of #1C2052
Complementary color
Monochromatic Colors of #1C2052
Black with #1C2052
Text Example
Text Example
White with #1C2052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2052; }
p { color: rgb(28,32,82); }
H1.HeaderClassName
{
color: #1C2052;
}
.AnyTagClassName
{
color: #1C2052;
}
</style>
background-color css
<style>
a { background-color: #1C2052; }
a { background-color: rgb(28,32,82); }
div.DivClassName
{
background-color: #1C2052;
}
.BgClassName
{
background-color: #1C2052;
}
</style>
border-color css
<style>
span { border-color: #1C2052; }
span { border-color: rgb(28,32,82); }
td.TdClassName
{
border-color: #1C2052;
}
.TagClassName
{
border-color: #1C2052;
}
</style>