Shades of Lucky Point #1C2857
Tints of Lucky Point #1C2857
RGB
CMYK
RGB Variations
Color information
#1C2857 (or 0x1C2857) is known color: Lucky Point. HEX triplet: 1C, 28 and 57. RGB value is (28,40,87). Sum of RGB (Red+Green+Blue) = 28+40+87=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C2857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2857 is #E3D7A8. Grayscale: #292929. Windows color (decimal): -14931881 or 5711900. OLE color: 5711900.
HSL color Cylindrical-coordinate representation of color #1C2857: hue angle of 227.8º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C2857 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 40 | 87 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.66 |
| HSL | 227.8º | 0.51% | 0.23% | - |
| HSV(B) | 227.8º | 0.68% | 0.34% | - |
| XYZ | 2.96 | 2.45 | 9.33 | - |
| YUV | 41.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 87 | 0.68 | 0.54 | 0 | 0.66 | 227.8 | 0.51 | 0.23 |
| Hex | 1C | 28 | 57 | 44 | 36 | 0 | 42 | E4 | 33 | 17 |
| Octal | 34 | 50 | 127 | 104 | 66 | 0 | 102 | 344 | 63 | 27 |
| Binary | 11100 | 101000 | 1010111 | 1000100 | 110110 | 0 | 1000010 | 11100100 | 110011 | 10111 |
Color Harmonies of #1C2857
Complementary color
Monochromatic Colors of #1C2857
Black with #1C2857
Text Example
Text Example
White with #1C2857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2857; }
p { color: rgb(28,40,87); }
H1.HeaderClassName
{
color: #1C2857;
}
.AnyTagClassName
{
color: #1C2857;
}
</style>
background-color css
<style>
a { background-color: #1C2857; }
a { background-color: rgb(28,40,87); }
div.DivClassName
{
background-color: #1C2857;
}
.BgClassName
{
background-color: #1C2857;
}
</style>
border-color css
<style>
span { border-color: #1C2857; }
span { border-color: rgb(28,40,87); }
td.TdClassName
{
border-color: #1C2857;
}
.TagClassName
{
border-color: #1C2857;
}
</style>