Shades of Lucky Point #1C2154
Tints of Lucky Point #1C2154
RGB
CMYK
RGB Variations
Color information
#1C2154 (or 0x1C2154) is known color: Lucky Point. HEX triplet: 1C, 21 and 54. RGB value is (28,33,84). Sum of RGB (Red+Green+Blue) = 28+33+84=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C2154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2154 is #E3DEAB. Grayscale: #252525. Windows color (decimal): -14933676 or 5513500. OLE color: 5513500.
HSL color Cylindrical-coordinate representation of color #1C2154: hue angle of 234.64º 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 #1C2154 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 33 | 84 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.67 |
| HSL | 234.64º | 0.5% | 0.22% | - |
| HSV(B) | 234.64º | 0.67% | 0.33% | - |
| XYZ | 2.62 | 1.97 | 8.63 | - |
| YUV | 37.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 84 | 0.67 | 0.61 | 0 | 0.67 | 234.64 | 0.5 | 0.22 |
| Hex | 1C | 21 | 54 | 43 | 3D | 0 | 43 | EB | 32 | 16 |
| Octal | 34 | 41 | 124 | 103 | 75 | 0 | 103 | 353 | 62 | 26 |
| Binary | 11100 | 100001 | 1010100 | 1000011 | 111101 | 0 | 1000011 | 11101011 | 110010 | 10110 |
Color Harmonies of #1C2154
Complementary color
Monochromatic Colors of #1C2154
Black with #1C2154
Text Example
Text Example
White with #1C2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2154; }
p { color: rgb(28,33,84); }
H1.HeaderClassName
{
color: #1C2154;
}
.AnyTagClassName
{
color: #1C2154;
}
</style>
background-color css
<style>
a { background-color: #1C2154; }
a { background-color: rgb(28,33,84); }
div.DivClassName
{
background-color: #1C2154;
}
.BgClassName
{
background-color: #1C2154;
}
</style>
border-color css
<style>
span { border-color: #1C2154; }
span { border-color: rgb(28,33,84); }
td.TdClassName
{
border-color: #1C2154;
}
.TagClassName
{
border-color: #1C2154;
}
</style>