Shades of Lucky Point #1C245B
Tints of Lucky Point #1C245B
RGB
CMYK
RGB Variations
Color information
#1C245B (or 0x1C245B) is known color: Lucky Point. HEX triplet: 1C, 24 and 5B. RGB value is (28,36,91). Sum of RGB (Red+Green+Blue) = 28+36+91=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C245B is #E3DBA4. Grayscale: #272727. Windows color (decimal): -14932901 or 5973020. OLE color: 5973020.
HSL color Cylindrical-coordinate representation of color #1C245B: hue angle of 232.38º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C245B is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 36 | 91 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.64 |
| HSL | 232.38º | 0.53% | 0.23% | - |
| HSV(B) | 232.38º | 0.69% | 0.36% | - |
| XYZ | 3 | 2.26 | 10.18 | - |
| YUV | 39.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 91 | 0.69 | 0.60 | 0 | 0.64 | 232.38 | 0.53 | 0.23 |
| Hex | 1C | 24 | 5B | 45 | 3C | 0 | 40 | E8 | 35 | 17 |
| Octal | 34 | 44 | 133 | 105 | 74 | 0 | 100 | 350 | 65 | 27 |
| Binary | 11100 | 100100 | 1011011 | 1000101 | 111100 | 0 | 1000000 | 11101000 | 110101 | 10111 |
Color Harmonies of #1C245B
Complementary color
Monochromatic Colors of #1C245B
Black with #1C245B
Text Example
Text Example
White with #1C245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C245B; }
p { color: rgb(28,36,91); }
H1.HeaderClassName
{
color: #1C245B;
}
.AnyTagClassName
{
color: #1C245B;
}
</style>
background-color css
<style>
a { background-color: #1C245B; }
a { background-color: rgb(28,36,91); }
div.DivClassName
{
background-color: #1C245B;
}
.BgClassName
{
background-color: #1C245B;
}
</style>
border-color css
<style>
span { border-color: #1C245B; }
span { border-color: rgb(28,36,91); }
td.TdClassName
{
border-color: #1C245B;
}
.TagClassName
{
border-color: #1C245B;
}
</style>