Shades of Lucky Point #1C225D
Tints of Lucky Point #1C225D
RGB
CMYK
RGB Variations
Color information
#1C225D (or 0x1C225D) is known color: Lucky Point. HEX triplet: 1C, 22 and 5D. RGB value is (28,34,93). Sum of RGB (Red+Green+Blue) = 28+34+93=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C225D is #E3DDA2. Grayscale: #262626. Windows color (decimal): -14933411 or 6103580. OLE color: 6103580.
HSL color Cylindrical-coordinate representation of color #1C225D: hue angle of 234.46º degrees, saturation: 0.54, 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 #1C225D is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 34 | 93 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.64 |
| HSL | 234.46º | 0.54% | 0.24% | - |
| HSV(B) | 234.46º | 0.7% | 0.36% | - |
| XYZ | 3.03 | 2.18 | 10.62 | - |
| YUV | 38.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 93 | 0.70 | 0.63 | 0 | 0.64 | 234.46 | 0.54 | 0.24 |
| Hex | 1C | 22 | 5D | 46 | 3F | 0 | 40 | EA | 36 | 18 |
| Octal | 34 | 42 | 135 | 106 | 77 | 0 | 100 | 352 | 66 | 30 |
| Binary | 11100 | 100010 | 1011101 | 1000110 | 111111 | 0 | 1000000 | 11101010 | 110110 | 11000 |
Color Harmonies of #1C225D
Complementary color
Monochromatic Colors of #1C225D
Black with #1C225D
Text Example
Text Example
White with #1C225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C225D; }
p { color: rgb(28,34,93); }
H1.HeaderClassName
{
color: #1C225D;
}
.AnyTagClassName
{
color: #1C225D;
}
</style>
background-color css
<style>
a { background-color: #1C225D; }
a { background-color: rgb(28,34,93); }
div.DivClassName
{
background-color: #1C225D;
}
.BgClassName
{
background-color: #1C225D;
}
</style>
border-color css
<style>
span { border-color: #1C225D; }
span { border-color: rgb(28,34,93); }
td.TdClassName
{
border-color: #1C225D;
}
.TagClassName
{
border-color: #1C225D;
}
</style>