Shades of Lucky Point #1C2355
Tints of Lucky Point #1C2355
RGB
CMYK
RGB Variations
Color information
#1C2355 (or 0x1C2355) is known color: Lucky Point. HEX triplet: 1C, 23 and 55. RGB value is (28,35,85). Sum of RGB (Red+Green+Blue) = 28+35+85=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C2355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2355 is #E3DCAA. Grayscale: #262626. Windows color (decimal): -14933163 or 5579548. OLE color: 5579548.
HSL color Cylindrical-coordinate representation of color #1C2355: hue angle of 232.63º 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 #1C2355 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 35 | 85 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.67 |
| HSL | 232.63º | 0.5% | 0.22% | - |
| HSV(B) | 232.63º | 0.67% | 0.33% | - |
| XYZ | 2.72 | 2.1 | 8.86 | - |
| YUV | 38.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 85 | 0.67 | 0.59 | 0 | 0.67 | 232.63 | 0.5 | 0.22 |
| Hex | 1C | 23 | 55 | 43 | 3B | 0 | 43 | E9 | 32 | 16 |
| Octal | 34 | 43 | 125 | 103 | 73 | 0 | 103 | 351 | 62 | 26 |
| Binary | 11100 | 100011 | 1010101 | 1000011 | 111011 | 0 | 1000011 | 11101001 | 110010 | 10110 |
Color Harmonies of #1C2355
Complementary color
Monochromatic Colors of #1C2355
Black with #1C2355
Text Example
Text Example
White with #1C2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2355; }
p { color: rgb(28,35,85); }
H1.HeaderClassName
{
color: #1C2355;
}
.AnyTagClassName
{
color: #1C2355;
}
</style>
background-color css
<style>
a { background-color: #1C2355; }
a { background-color: rgb(28,35,85); }
div.DivClassName
{
background-color: #1C2355;
}
.BgClassName
{
background-color: #1C2355;
}
</style>
border-color css
<style>
span { border-color: #1C2355; }
span { border-color: rgb(28,35,85); }
td.TdClassName
{
border-color: #1C2355;
}
.TagClassName
{
border-color: #1C2355;
}
</style>