Shades of Lucky Point #1C2150
Tints of Lucky Point #1C2150
RGB
CMYK
RGB Variations
Color information
#1C2150 (or 0x1C2150) is known color: Lucky Point. HEX triplet: 1C, 21 and 50. RGB value is (28,33,80). Sum of RGB (Red+Green+Blue) = 28+33+80=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C2150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2150 is #E3DEAF. Grayscale: #242424. Windows color (decimal): -14933680 or 5251356. OLE color: 5251356.
HSL color Cylindrical-coordinate representation of color #1C2150: hue angle of 234.23º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C2150 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 33 | 80 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.69 |
| HSL | 234.23º | 0.48% | 0.21% | - |
| HSV(B) | 234.23º | 0.65% | 0.31% | - |
| XYZ | 2.47 | 1.91 | 7.83 | - |
| YUV | 36.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 80 | 0.65 | 0.59 | 0 | 0.69 | 234.23 | 0.48 | 0.21 |
| Hex | 1C | 21 | 50 | 41 | 3B | 0 | 45 | EA | 30 | 15 |
| Octal | 34 | 41 | 120 | 101 | 73 | 0 | 105 | 352 | 60 | 25 |
| Binary | 11100 | 100001 | 1010000 | 1000001 | 111011 | 0 | 1000101 | 11101010 | 110000 | 10101 |
Color Harmonies of #1C2150
Complementary color
Monochromatic Colors of #1C2150
Black with #1C2150
Text Example
Text Example
White with #1C2150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2150; }
p { color: rgb(28,33,80); }
H1.HeaderClassName
{
color: #1C2150;
}
.AnyTagClassName
{
color: #1C2150;
}
</style>
background-color css
<style>
a { background-color: #1C2150; }
a { background-color: rgb(28,33,80); }
div.DivClassName
{
background-color: #1C2150;
}
.BgClassName
{
background-color: #1C2150;
}
</style>
border-color css
<style>
span { border-color: #1C2150; }
span { border-color: rgb(28,33,80); }
td.TdClassName
{
border-color: #1C2150;
}
.TagClassName
{
border-color: #1C2150;
}
</style>