Shades of Lucky Point #1C2455
Tints of Lucky Point #1C2455
RGB
CMYK
RGB Variations
Color information
#1C2455 (or 0x1C2455) is known color: Lucky Point. HEX triplet: 1C, 24 and 55. RGB value is (28,36,85). Sum of RGB (Red+Green+Blue) = 28+36+85=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C2455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2455 is #E3DBAA. Grayscale: #262626. Windows color (decimal): -14932907 or 5579804. OLE color: 5579804.
HSL color Cylindrical-coordinate representation of color #1C2455: hue angle of 231.58º 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 #1C2455 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 36 | 85 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.67 |
| HSL | 231.58º | 0.5% | 0.22% | - |
| HSV(B) | 231.58º | 0.67% | 0.33% | - |
| XYZ | 2.75 | 2.16 | 8.87 | - |
| YUV | 39.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 85 | 0.67 | 0.58 | 0 | 0.67 | 231.58 | 0.5 | 0.22 |
| Hex | 1C | 24 | 55 | 43 | 3A | 0 | 43 | E8 | 32 | 16 |
| Octal | 34 | 44 | 125 | 103 | 72 | 0 | 103 | 350 | 62 | 26 |
| Binary | 11100 | 100100 | 1010101 | 1000011 | 111010 | 0 | 1000011 | 11101000 | 110010 | 10110 |
Color Harmonies of #1C2455
Complementary color
Monochromatic Colors of #1C2455
Black with #1C2455
Text Example
Text Example
White with #1C2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2455; }
p { color: rgb(28,36,85); }
H1.HeaderClassName
{
color: #1C2455;
}
.AnyTagClassName
{
color: #1C2455;
}
</style>
background-color css
<style>
a { background-color: #1C2455; }
a { background-color: rgb(28,36,85); }
div.DivClassName
{
background-color: #1C2455;
}
.BgClassName
{
background-color: #1C2455;
}
</style>
border-color css
<style>
span { border-color: #1C2455; }
span { border-color: rgb(28,36,85); }
td.TdClassName
{
border-color: #1C2455;
}
.TagClassName
{
border-color: #1C2455;
}
</style>