Shades of Lucky Point #1C2657
Tints of Lucky Point #1C2657
RGB
CMYK
RGB Variations
Color information
#1C2657 (or 0x1C2657) is known color: Lucky Point. HEX triplet: 1C, 26 and 57. RGB value is (28,38,87). Sum of RGB (Red+Green+Blue) = 28+38+87=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C2657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2657 is #E3D9A8. Grayscale: #282828. Windows color (decimal): -14932393 or 5711388. OLE color: 5711388.
HSL color Cylindrical-coordinate representation of color #1C2657: hue angle of 229.83º 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 #1C2657 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 38 | 87 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.66 |
| HSL | 229.83º | 0.51% | 0.23% | - |
| HSV(B) | 229.83º | 0.68% | 0.34% | - |
| XYZ | 2.89 | 2.32 | 9.31 | - |
| YUV | 40.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 87 | 0.68 | 0.56 | 0 | 0.66 | 229.83 | 0.51 | 0.23 |
| Hex | 1C | 26 | 57 | 44 | 38 | 0 | 42 | E6 | 33 | 17 |
| Octal | 34 | 46 | 127 | 104 | 70 | 0 | 102 | 346 | 63 | 27 |
| Binary | 11100 | 100110 | 1010111 | 1000100 | 111000 | 0 | 1000010 | 11100110 | 110011 | 10111 |
Color Harmonies of #1C2657
Complementary color
Monochromatic Colors of #1C2657
Black with #1C2657
Text Example
Text Example
White with #1C2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2657; }
p { color: rgb(28,38,87); }
H1.HeaderClassName
{
color: #1C2657;
}
.AnyTagClassName
{
color: #1C2657;
}
</style>
background-color css
<style>
a { background-color: #1C2657; }
a { background-color: rgb(28,38,87); }
div.DivClassName
{
background-color: #1C2657;
}
.BgClassName
{
background-color: #1C2657;
}
</style>
border-color css
<style>
span { border-color: #1C2657; }
span { border-color: rgb(28,38,87); }
td.TdClassName
{
border-color: #1C2657;
}
.TagClassName
{
border-color: #1C2657;
}
</style>