Shades of Lucky Point #1C2751
Tints of Lucky Point #1C2751
RGB
CMYK
RGB Variations
Color information
#1C2751 (or 0x1C2751) is known color: Lucky Point. HEX triplet: 1C, 27 and 51. RGB value is (28,39,81). Sum of RGB (Red+Green+Blue) = 28+39+81=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C2751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2751 is #E3D8AE. Grayscale: #282828. Windows color (decimal): -14932143 or 5318428. OLE color: 5318428.
HSL color Cylindrical-coordinate representation of color #1C2751: hue angle of 227.55º 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 #1C2751 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 39 | 81 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.68 |
| HSL | 227.55º | 0.49% | 0.21% | - |
| HSV(B) | 227.55º | 0.65% | 0.32% | - |
| XYZ | 2.69 | 2.29 | 8.09 | - |
| YUV | 40.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 81 | 0.65 | 0.52 | 0 | 0.68 | 227.55 | 0.49 | 0.21 |
| Hex | 1C | 27 | 51 | 41 | 34 | 0 | 44 | E4 | 31 | 15 |
| Octal | 34 | 47 | 121 | 101 | 64 | 0 | 104 | 344 | 61 | 25 |
| Binary | 11100 | 100111 | 1010001 | 1000001 | 110100 | 0 | 1000100 | 11100100 | 110001 | 10101 |
Color Harmonies of #1C2751
Complementary color
Monochromatic Colors of #1C2751
Black with #1C2751
Text Example
Text Example
White with #1C2751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2751; }
p { color: rgb(28,39,81); }
H1.HeaderClassName
{
color: #1C2751;
}
.AnyTagClassName
{
color: #1C2751;
}
</style>
background-color css
<style>
a { background-color: #1C2751; }
a { background-color: rgb(28,39,81); }
div.DivClassName
{
background-color: #1C2751;
}
.BgClassName
{
background-color: #1C2751;
}
</style>
border-color css
<style>
span { border-color: #1C2751; }
span { border-color: rgb(28,39,81); }
td.TdClassName
{
border-color: #1C2751;
}
.TagClassName
{
border-color: #1C2751;
}
</style>