Shades of Lucky Point #1C2550
Tints of Lucky Point #1C2550
RGB
CMYK
RGB Variations
Color information
#1C2550 (or 0x1C2550) is known color: Lucky Point. HEX triplet: 1C, 25 and 50. RGB value is (28,37,80). Sum of RGB (Red+Green+Blue) = 28+37+80=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C2550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2550 is #E3DAAF. Grayscale: #272727. Windows color (decimal): -14932656 or 5252380. OLE color: 5252380.
HSL color Cylindrical-coordinate representation of color #1C2550: hue angle of 229.62º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C2550 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 37 | 80 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.69 |
| HSL | 229.62º | 0.48% | 0.21% | - |
| HSV(B) | 229.62º | 0.65% | 0.31% | - |
| XYZ | 2.59 | 2.15 | 7.87 | - |
| YUV | 39.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 80 | 0.65 | 0.54 | 0 | 0.69 | 229.62 | 0.48 | 0.21 |
| Hex | 1C | 25 | 50 | 41 | 36 | 0 | 45 | E6 | 30 | 15 |
| Octal | 34 | 45 | 120 | 101 | 66 | 0 | 105 | 346 | 60 | 25 |
| Binary | 11100 | 100101 | 1010000 | 1000001 | 110110 | 0 | 1000101 | 11100110 | 110000 | 10101 |
Color Harmonies of #1C2550
Complementary color
Monochromatic Colors of #1C2550
Black with #1C2550
Text Example
Text Example
White with #1C2550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2550; }
p { color: rgb(28,37,80); }
H1.HeaderClassName
{
color: #1C2550;
}
.AnyTagClassName
{
color: #1C2550;
}
</style>
background-color css
<style>
a { background-color: #1C2550; }
a { background-color: rgb(28,37,80); }
div.DivClassName
{
background-color: #1C2550;
}
.BgClassName
{
background-color: #1C2550;
}
</style>
border-color css
<style>
span { border-color: #1C2550; }
span { border-color: rgb(28,37,80); }
td.TdClassName
{
border-color: #1C2550;
}
.TagClassName
{
border-color: #1C2550;
}
</style>