Shades of Lucky Point #1C2560
Tints of Lucky Point #1C2560
RGB
CMYK
RGB Variations
Color information
#1C2560 (or 0x1C2560) is known color: Lucky Point. HEX triplet: 1C, 25 and 60. RGB value is (28,37,96). Sum of RGB (Red+Green+Blue) = 28+37+96=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C2560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2560 is #E3DA9F. Grayscale: #282828. Windows color (decimal): -14932640 or 6300956. OLE color: 6300956.
HSL color Cylindrical-coordinate representation of color #1C2560: hue angle of 232.06º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C2560 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 37 | 96 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.62 |
| HSL | 232.06º | 0.55% | 0.24% | - |
| HSV(B) | 232.06º | 0.71% | 0.38% | - |
| XYZ | 3.25 | 2.41 | 11.36 | - |
| YUV | 41.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 96 | 0.71 | 0.61 | 0 | 0.62 | 232.06 | 0.55 | 0.24 |
| Hex | 1C | 25 | 60 | 47 | 3D | 0 | 3E | E8 | 37 | 18 |
| Octal | 34 | 45 | 140 | 107 | 75 | 0 | 76 | 350 | 67 | 30 |
| Binary | 11100 | 100101 | 1100000 | 1000111 | 111101 | 0 | 111110 | 11101000 | 110111 | 11000 |
Color Harmonies of #1C2560
Complementary color
Monochromatic Colors of #1C2560
Black with #1C2560
Text Example
Text Example
White with #1C2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2560; }
p { color: rgb(28,37,96); }
H1.HeaderClassName
{
color: #1C2560;
}
.AnyTagClassName
{
color: #1C2560;
}
</style>
background-color css
<style>
a { background-color: #1C2560; }
a { background-color: rgb(28,37,96); }
div.DivClassName
{
background-color: #1C2560;
}
.BgClassName
{
background-color: #1C2560;
}
</style>
border-color css
<style>
span { border-color: #1C2560; }
span { border-color: rgb(28,37,96); }
td.TdClassName
{
border-color: #1C2560;
}
.TagClassName
{
border-color: #1C2560;
}
</style>