Shades of Lucky Point #1C2155
Tints of Lucky Point #1C2155
RGB
CMYK
RGB Variations
Color information
#1C2155 (or 0x1C2155) is known color: Lucky Point. HEX triplet: 1C, 21 and 55. RGB value is (28,33,85). Sum of RGB (Red+Green+Blue) = 28+33+85=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C2155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2155 is #E3DEAA. Grayscale: #252525. Windows color (decimal): -14933675 or 5579036. OLE color: 5579036.
HSL color Cylindrical-coordinate representation of color #1C2155: hue angle of 234.74º 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 #1C2155 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 33 | 85 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.67 |
| HSL | 234.74º | 0.5% | 0.22% | - |
| HSV(B) | 234.74º | 0.67% | 0.33% | - |
| XYZ | 2.66 | 1.99 | 8.84 | - |
| YUV | 37.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 85 | 0.67 | 0.61 | 0 | 0.67 | 234.74 | 0.5 | 0.22 |
| Hex | 1C | 21 | 55 | 43 | 3D | 0 | 43 | EB | 32 | 16 |
| Octal | 34 | 41 | 125 | 103 | 75 | 0 | 103 | 353 | 62 | 26 |
| Binary | 11100 | 100001 | 1010101 | 1000011 | 111101 | 0 | 1000011 | 11101011 | 110010 | 10110 |
Color Harmonies of #1C2155
Complementary color
Monochromatic Colors of #1C2155
Black with #1C2155
Text Example
Text Example
White with #1C2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2155; }
p { color: rgb(28,33,85); }
H1.HeaderClassName
{
color: #1C2155;
}
.AnyTagClassName
{
color: #1C2155;
}
</style>
background-color css
<style>
a { background-color: #1C2155; }
a { background-color: rgb(28,33,85); }
div.DivClassName
{
background-color: #1C2155;
}
.BgClassName
{
background-color: #1C2155;
}
</style>
border-color css
<style>
span { border-color: #1C2155; }
span { border-color: rgb(28,33,85); }
td.TdClassName
{
border-color: #1C2155;
}
.TagClassName
{
border-color: #1C2155;
}
</style>