Shades of Lucky Point #1C2151
Tints of Lucky Point #1C2151
RGB
CMYK
RGB Variations
Color information
#1C2151 (or 0x1C2151) is known color: Lucky Point. HEX triplet: 1C, 21 and 51. RGB value is (28,33,81). Sum of RGB (Red+Green+Blue) = 28+33+81=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C2151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2151 is #E3DEAE. Grayscale: #242424. Windows color (decimal): -14933679 or 5316892. OLE color: 5316892.
HSL color Cylindrical-coordinate representation of color #1C2151: hue angle of 234.34º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C2151 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 33 | 81 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.68 |
| HSL | 234.34º | 0.49% | 0.21% | - |
| HSV(B) | 234.34º | 0.65% | 0.32% | - |
| XYZ | 2.51 | 1.93 | 8.02 | - |
| YUV | 36.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 81 | 0.65 | 0.59 | 0 | 0.68 | 234.34 | 0.49 | 0.21 |
| Hex | 1C | 21 | 51 | 41 | 3B | 0 | 44 | EA | 31 | 15 |
| Octal | 34 | 41 | 121 | 101 | 73 | 0 | 104 | 352 | 61 | 25 |
| Binary | 11100 | 100001 | 1010001 | 1000001 | 111011 | 0 | 1000100 | 11101010 | 110001 | 10101 |
Color Harmonies of #1C2151
Complementary color
Monochromatic Colors of #1C2151
Black with #1C2151
Text Example
Text Example
White with #1C2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2151; }
p { color: rgb(28,33,81); }
H1.HeaderClassName
{
color: #1C2151;
}
.AnyTagClassName
{
color: #1C2151;
}
</style>
background-color css
<style>
a { background-color: #1C2151; }
a { background-color: rgb(28,33,81); }
div.DivClassName
{
background-color: #1C2151;
}
.BgClassName
{
background-color: #1C2151;
}
</style>
border-color css
<style>
span { border-color: #1C2151; }
span { border-color: rgb(28,33,81); }
td.TdClassName
{
border-color: #1C2151;
}
.TagClassName
{
border-color: #1C2151;
}
</style>