Shades of Lucky Point #1C2758
Tints of Lucky Point #1C2758
RGB
CMYK
RGB Variations
Color information
#1C2758 (or 0x1C2758) is known color: Lucky Point. HEX triplet: 1C, 27 and 58. RGB value is (28,39,88). Sum of RGB (Red+Green+Blue) = 28+39+88=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C2758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2758 is #E3D8A7. Grayscale: #292929. Windows color (decimal): -14932136 or 5777180. OLE color: 5777180.
HSL color Cylindrical-coordinate representation of color #1C2758: hue angle of 229º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C2758 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 39 | 88 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.65 |
| HSL | 229º | 0.52% | 0.23% | - |
| HSV(B) | 229º | 0.68% | 0.35% | - |
| XYZ | 2.97 | 2.4 | 9.54 | - |
| YUV | 41.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 88 | 0.68 | 0.56 | 0 | 0.65 | 229 | 0.52 | 0.23 |
| Hex | 1C | 27 | 58 | 44 | 38 | 0 | 41 | E5 | 34 | 17 |
| Octal | 34 | 47 | 130 | 104 | 70 | 0 | 101 | 345 | 64 | 27 |
| Binary | 11100 | 100111 | 1011000 | 1000100 | 111000 | 0 | 1000001 | 11100101 | 110100 | 10111 |
Color Harmonies of #1C2758
Complementary color
Monochromatic Colors of #1C2758
Black with #1C2758
Text Example
Text Example
White with #1C2758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2758; }
p { color: rgb(28,39,88); }
H1.HeaderClassName
{
color: #1C2758;
}
.AnyTagClassName
{
color: #1C2758;
}
</style>
background-color css
<style>
a { background-color: #1C2758; }
a { background-color: rgb(28,39,88); }
div.DivClassName
{
background-color: #1C2758;
}
.BgClassName
{
background-color: #1C2758;
}
</style>
border-color css
<style>
span { border-color: #1C2758; }
span { border-color: rgb(28,39,88); }
td.TdClassName
{
border-color: #1C2758;
}
.TagClassName
{
border-color: #1C2758;
}
</style>