Shades of Lucky Point #1C2953
Tints of Lucky Point #1C2953
RGB
CMYK
RGB Variations
Color information
#1C2953 (or 0x1C2953) is known color: Lucky Point. HEX triplet: 1C, 29 and 53. RGB value is (28,41,83). Sum of RGB (Red+Green+Blue) = 28+41+83=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C2953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2953 is #E3D6AC. Grayscale: #292929. Windows color (decimal): -14931629 or 5450012. OLE color: 5450012.
HSL color Cylindrical-coordinate representation of color #1C2953: hue angle of 225.82º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C2953 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 41 | 83 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.67 |
| HSL | 225.82º | 0.5% | 0.22% | - |
| HSV(B) | 225.82º | 0.66% | 0.33% | - |
| XYZ | 2.83 | 2.46 | 8.51 | - |
| YUV | 41.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 83 | 0.66 | 0.51 | 0 | 0.67 | 225.82 | 0.5 | 0.22 |
| Hex | 1C | 29 | 53 | 42 | 33 | 0 | 43 | E2 | 32 | 16 |
| Octal | 34 | 51 | 123 | 102 | 63 | 0 | 103 | 342 | 62 | 26 |
| Binary | 11100 | 101001 | 1010011 | 1000010 | 110011 | 0 | 1000011 | 11100010 | 110010 | 10110 |
Color Harmonies of #1C2953
Complementary color
Monochromatic Colors of #1C2953
Black with #1C2953
Text Example
Text Example
White with #1C2953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2953; }
p { color: rgb(28,41,83); }
H1.HeaderClassName
{
color: #1C2953;
}
.AnyTagClassName
{
color: #1C2953;
}
</style>
background-color css
<style>
a { background-color: #1C2953; }
a { background-color: rgb(28,41,83); }
div.DivClassName
{
background-color: #1C2953;
}
.BgClassName
{
background-color: #1C2953;
}
</style>
border-color css
<style>
span { border-color: #1C2953; }
span { border-color: rgb(28,41,83); }
td.TdClassName
{
border-color: #1C2953;
}
.TagClassName
{
border-color: #1C2953;
}
</style>