Shades of Lucky Point #1C2850
Tints of Lucky Point #1C2850
RGB
CMYK
RGB Variations
Color information
#1C2850 (or 0x1C2850) is known color: Lucky Point. HEX triplet: 1C, 28 and 50. RGB value is (28,40,80). Sum of RGB (Red+Green+Blue) = 28+40+80=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C2850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2850 is #E3D7AF. Grayscale: #282828. Windows color (decimal): -14931888 or 5253148. OLE color: 5253148.
HSL color Cylindrical-coordinate representation of color #1C2850: hue angle of 226.15º 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 #1C2850 is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 40 | 80 | - |
| CMYK | 0.65 | 0.5 | 0 | 0.69 |
| HSL | 226.15º | 0.48% | 0.21% | - |
| HSV(B) | 226.15º | 0.65% | 0.31% | - |
| XYZ | 2.69 | 2.34 | 7.9 | - |
| YUV | 40.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 80 | 0.65 | 0.5 | 0 | 0.69 | 226.15 | 0.48 | 0.21 |
| Hex | 1C | 28 | 50 | 41 | 32 | 0 | 45 | E2 | 30 | 15 |
| Octal | 34 | 50 | 120 | 101 | 62 | 0 | 105 | 342 | 60 | 25 |
| Binary | 11100 | 101000 | 1010000 | 1000001 | 110010 | 0 | 1000101 | 11100010 | 110000 | 10101 |
Color Harmonies of #1C2850
Complementary color
Monochromatic Colors of #1C2850
Black with #1C2850
Text Example
Text Example
White with #1C2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2850; }
p { color: rgb(28,40,80); }
H1.HeaderClassName
{
color: #1C2850;
}
.AnyTagClassName
{
color: #1C2850;
}
</style>
background-color css
<style>
a { background-color: #1C2850; }
a { background-color: rgb(28,40,80); }
div.DivClassName
{
background-color: #1C2850;
}
.BgClassName
{
background-color: #1C2850;
}
</style>
border-color css
<style>
span { border-color: #1C2850; }
span { border-color: rgb(28,40,80); }
td.TdClassName
{
border-color: #1C2850;
}
.TagClassName
{
border-color: #1C2850;
}
</style>