Shades of Lucky Point #1C294F
Tints of Lucky Point #1C294F
RGB
CMYK
RGB Variations
Color information
#1C294F (or 0x1C294F) is known color: Lucky Point. HEX triplet: 1C, 29 and 4F. RGB value is (28,41,79). Sum of RGB (Red+Green+Blue) = 28+41+79=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C294F is #E3D6B0. Grayscale: #292929. Windows color (decimal): -14931633 or 5187868. OLE color: 5187868.
HSL color Cylindrical-coordinate representation of color #1C294F: hue angle of 224.71º 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 #1C294F is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 41 | 79 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.69 |
| HSL | 224.71º | 0.48% | 0.21% | - |
| HSV(B) | 224.71º | 0.65% | 0.31% | - |
| XYZ | 2.68 | 2.4 | 7.72 | - |
| YUV | 41.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 79 | 0.65 | 0.48 | 0 | 0.69 | 224.71 | 0.48 | 0.21 |
| Hex | 1C | 29 | 4F | 41 | 30 | 0 | 45 | E1 | 30 | 15 |
| Octal | 34 | 51 | 117 | 101 | 60 | 0 | 105 | 341 | 60 | 25 |
| Binary | 11100 | 101001 | 1001111 | 1000001 | 110000 | 0 | 1000101 | 11100001 | 110000 | 10101 |
Color Harmonies of #1C294F
Complementary color
Monochromatic Colors of #1C294F
Black with #1C294F
Text Example
Text Example
White with #1C294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C294F; }
p { color: rgb(28,41,79); }
H1.HeaderClassName
{
color: #1C294F;
}
.AnyTagClassName
{
color: #1C294F;
}
</style>
background-color css
<style>
a { background-color: #1C294F; }
a { background-color: rgb(28,41,79); }
div.DivClassName
{
background-color: #1C294F;
}
.BgClassName
{
background-color: #1C294F;
}
</style>
border-color css
<style>
span { border-color: #1C294F; }
span { border-color: rgb(28,41,79); }
td.TdClassName
{
border-color: #1C294F;
}
.TagClassName
{
border-color: #1C294F;
}
</style>