Shades of Lucky Point #1C245C
Tints of Lucky Point #1C245C
RGB
CMYK
RGB Variations
Color information
#1C245C (or 0x1C245C) is known color: Lucky Point. HEX triplet: 1C, 24 and 5C. RGB value is (28,36,92). Sum of RGB (Red+Green+Blue) = 28+36+92=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C245C is #E3DBA3. Grayscale: #272727. Windows color (decimal): -14932900 or 6038556. OLE color: 6038556.
HSL color Cylindrical-coordinate representation of color #1C245C: hue angle of 232.5º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C245C is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 36 | 92 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.64 |
| HSL | 232.5º | 0.53% | 0.24% | - |
| HSV(B) | 232.5º | 0.7% | 0.36% | - |
| XYZ | 3.04 | 2.28 | 10.41 | - |
| YUV | 39.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 92 | 0.70 | 0.61 | 0 | 0.64 | 232.5 | 0.53 | 0.24 |
| Hex | 1C | 24 | 5C | 46 | 3D | 0 | 40 | E8 | 35 | 18 |
| Octal | 34 | 44 | 134 | 106 | 75 | 0 | 100 | 350 | 65 | 30 |
| Binary | 11100 | 100100 | 1011100 | 1000110 | 111101 | 0 | 1000000 | 11101000 | 110101 | 11000 |
Color Harmonies of #1C245C
Complementary color
Monochromatic Colors of #1C245C
Black with #1C245C
Text Example
Text Example
White with #1C245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C245C; }
p { color: rgb(28,36,92); }
H1.HeaderClassName
{
color: #1C245C;
}
.AnyTagClassName
{
color: #1C245C;
}
</style>
background-color css
<style>
a { background-color: #1C245C; }
a { background-color: rgb(28,36,92); }
div.DivClassName
{
background-color: #1C245C;
}
.BgClassName
{
background-color: #1C245C;
}
</style>
border-color css
<style>
span { border-color: #1C245C; }
span { border-color: rgb(28,36,92); }
td.TdClassName
{
border-color: #1C245C;
}
.TagClassName
{
border-color: #1C245C;
}
</style>