Shades of Lucky Point #1C2955
Tints of Lucky Point #1C2955
RGB
CMYK
RGB Variations
Color information
#1C2955 (or 0x1C2955) is known color: Lucky Point. HEX triplet: 1C, 29 and 55. RGB value is (28,41,85). Sum of RGB (Red+Green+Blue) = 28+41+85=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C2955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2955 is #E3D6AA. Grayscale: #292929. Windows color (decimal): -14931627 or 5581084. OLE color: 5581084.
HSL color Cylindrical-coordinate representation of color #1C2955: hue angle of 226.32º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C2955 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 41 | 85 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.67 |
| HSL | 226.32º | 0.5% | 0.22% | - |
| HSV(B) | 226.32º | 0.67% | 0.33% | - |
| XYZ | 2.91 | 2.49 | 8.92 | - |
| YUV | 42.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 85 | 0.67 | 0.52 | 0 | 0.67 | 226.32 | 0.5 | 0.22 |
| Hex | 1C | 29 | 55 | 43 | 34 | 0 | 43 | E2 | 32 | 16 |
| Octal | 34 | 51 | 125 | 103 | 64 | 0 | 103 | 342 | 62 | 26 |
| Binary | 11100 | 101001 | 1010101 | 1000011 | 110100 | 0 | 1000011 | 11100010 | 110010 | 10110 |
Color Harmonies of #1C2955
Complementary color
Monochromatic Colors of #1C2955
Black with #1C2955
Text Example
Text Example
White with #1C2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2955; }
p { color: rgb(28,41,85); }
H1.HeaderClassName
{
color: #1C2955;
}
.AnyTagClassName
{
color: #1C2955;
}
</style>
background-color css
<style>
a { background-color: #1C2955; }
a { background-color: rgb(28,41,85); }
div.DivClassName
{
background-color: #1C2955;
}
.BgClassName
{
background-color: #1C2955;
}
</style>
border-color css
<style>
span { border-color: #1C2955; }
span { border-color: rgb(28,41,85); }
td.TdClassName
{
border-color: #1C2955;
}
.TagClassName
{
border-color: #1C2955;
}
</style>