Shades of Lucky Point #1C225B
Tints of Lucky Point #1C225B
RGB
CMYK
RGB Variations
Color information
#1C225B (or 0x1C225B) is known color: Lucky Point. HEX triplet: 1C, 22 and 5B. RGB value is (28,34,91). Sum of RGB (Red+Green+Blue) = 28+34+91=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C225B is #E3DDA4. Grayscale: #262626. Windows color (decimal): -14933413 or 5972508. OLE color: 5972508.
HSL color Cylindrical-coordinate representation of color #1C225B: hue angle of 234.29º 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 #1C225B is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 34 | 91 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.64 |
| HSL | 234.29º | 0.53% | 0.23% | - |
| HSV(B) | 234.29º | 0.69% | 0.36% | - |
| XYZ | 2.94 | 2.15 | 10.16 | - |
| YUV | 38.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 91 | 0.69 | 0.63 | 0 | 0.64 | 234.29 | 0.53 | 0.23 |
| Hex | 1C | 22 | 5B | 45 | 3F | 0 | 40 | EA | 35 | 17 |
| Octal | 34 | 42 | 133 | 105 | 77 | 0 | 100 | 352 | 65 | 27 |
| Binary | 11100 | 100010 | 1011011 | 1000101 | 111111 | 0 | 1000000 | 11101010 | 110101 | 10111 |
Color Harmonies of #1C225B
Complementary color
Monochromatic Colors of #1C225B
Black with #1C225B
Text Example
Text Example
White with #1C225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C225B; }
p { color: rgb(28,34,91); }
H1.HeaderClassName
{
color: #1C225B;
}
.AnyTagClassName
{
color: #1C225B;
}
</style>
background-color css
<style>
a { background-color: #1C225B; }
a { background-color: rgb(28,34,91); }
div.DivClassName
{
background-color: #1C225B;
}
.BgClassName
{
background-color: #1C225B;
}
</style>
border-color css
<style>
span { border-color: #1C225B; }
span { border-color: rgb(28,34,91); }
td.TdClassName
{
border-color: #1C225B;
}
.TagClassName
{
border-color: #1C225B;
}
</style>