Shades of Lucky Point #1C2851
Tints of Lucky Point #1C2851
RGB
CMYK
RGB Variations
Color information
#1C2851 (or 0x1C2851) is known color: Lucky Point. HEX triplet: 1C, 28 and 51. RGB value is (28,40,81). Sum of RGB (Red+Green+Blue) = 28+40+81=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C2851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2851 is #E3D7AE. Grayscale: #282828. Windows color (decimal): -14931887 or 5318684. OLE color: 5318684.
HSL color Cylindrical-coordinate representation of color #1C2851: hue angle of 226.42º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C2851 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 40 | 81 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.68 |
| HSL | 226.42º | 0.49% | 0.21% | - |
| HSV(B) | 226.42º | 0.65% | 0.32% | - |
| XYZ | 2.72 | 2.36 | 8.1 | - |
| YUV | 41.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 81 | 0.65 | 0.51 | 0 | 0.68 | 226.42 | 0.49 | 0.21 |
| Hex | 1C | 28 | 51 | 41 | 33 | 0 | 44 | E2 | 31 | 15 |
| Octal | 34 | 50 | 121 | 101 | 63 | 0 | 104 | 342 | 61 | 25 |
| Binary | 11100 | 101000 | 1010001 | 1000001 | 110011 | 0 | 1000100 | 11100010 | 110001 | 10101 |
Color Harmonies of #1C2851
Complementary color
Monochromatic Colors of #1C2851
Black with #1C2851
Text Example
Text Example
White with #1C2851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2851; }
p { color: rgb(28,40,81); }
H1.HeaderClassName
{
color: #1C2851;
}
.AnyTagClassName
{
color: #1C2851;
}
</style>
background-color css
<style>
a { background-color: #1C2851; }
a { background-color: rgb(28,40,81); }
div.DivClassName
{
background-color: #1C2851;
}
.BgClassName
{
background-color: #1C2851;
}
</style>
border-color css
<style>
span { border-color: #1C2851; }
span { border-color: rgb(28,40,81); }
td.TdClassName
{
border-color: #1C2851;
}
.TagClassName
{
border-color: #1C2851;
}
</style>