Shades of Lucky Point #1C2B58
Tints of Lucky Point #1C2B58
RGB
CMYK
RGB Variations
Color information
#1C2B58 (or 0x1C2B58) is known color: Lucky Point. HEX triplet: 1C, 2B and 58. RGB value is (28,43,88). Sum of RGB (Red+Green+Blue) = 28+43+88=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C2B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2B58 is #E3D4A7. Grayscale: #2B2B2B. Windows color (decimal): -14931112 or 5778204. OLE color: 5778204.
HSL color Cylindrical-coordinate representation of color #1C2B58: hue angle of 225º 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 #1C2B58 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 43 | 88 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.65 |
| HSL | 225º | 0.52% | 0.23% | - |
| HSV(B) | 225º | 0.68% | 0.35% | - |
| XYZ | 3.1 | 2.68 | 9.59 | - |
| YUV | 43.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 88 | 0.68 | 0.51 | 0 | 0.65 | 225 | 0.52 | 0.23 |
| Hex | 1C | 2B | 58 | 44 | 33 | 0 | 41 | E1 | 34 | 17 |
| Octal | 34 | 53 | 130 | 104 | 63 | 0 | 101 | 341 | 64 | 27 |
| Binary | 11100 | 101011 | 1011000 | 1000100 | 110011 | 0 | 1000001 | 11100001 | 110100 | 10111 |
Color Harmonies of #1C2B58
Complementary color
Monochromatic Colors of #1C2B58
Black with #1C2B58
Text Example
Text Example
White with #1C2B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2B58; }
p { color: rgb(28,43,88); }
H1.HeaderClassName
{
color: #1C2B58;
}
.AnyTagClassName
{
color: #1C2B58;
}
</style>
background-color css
<style>
a { background-color: #1C2B58; }
a { background-color: rgb(28,43,88); }
div.DivClassName
{
background-color: #1C2B58;
}
.BgClassName
{
background-color: #1C2B58;
}
</style>
border-color css
<style>
span { border-color: #1C2B58; }
span { border-color: rgb(28,43,88); }
td.TdClassName
{
border-color: #1C2B58;
}
.TagClassName
{
border-color: #1C2B58;
}
</style>