Shades of Lucky Point #1C2350
Tints of Lucky Point #1C2350
RGB
CMYK
RGB Variations
Color information
#1C2350 (or 0x1C2350) is known color: Lucky Point. HEX triplet: 1C, 23 and 50. RGB value is (28,35,80). Sum of RGB (Red+Green+Blue) = 28+35+80=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C2350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2350 is #E3DCAF. Grayscale: #252525. Windows color (decimal): -14933168 or 5251868. OLE color: 5251868.
HSL color Cylindrical-coordinate representation of color #1C2350: hue angle of 231.92º 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 #1C2350 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 35 | 80 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.69 |
| HSL | 231.92º | 0.48% | 0.21% | - |
| HSV(B) | 231.92º | 0.65% | 0.31% | - |
| XYZ | 2.53 | 2.03 | 7.85 | - |
| YUV | 38.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 80 | 0.65 | 0.56 | 0 | 0.69 | 231.92 | 0.48 | 0.21 |
| Hex | 1C | 23 | 50 | 41 | 38 | 0 | 45 | E8 | 30 | 15 |
| Octal | 34 | 43 | 120 | 101 | 70 | 0 | 105 | 350 | 60 | 25 |
| Binary | 11100 | 100011 | 1010000 | 1000001 | 111000 | 0 | 1000101 | 11101000 | 110000 | 10101 |
Color Harmonies of #1C2350
Complementary color
Monochromatic Colors of #1C2350
Black with #1C2350
Text Example
Text Example
White with #1C2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2350; }
p { color: rgb(28,35,80); }
H1.HeaderClassName
{
color: #1C2350;
}
.AnyTagClassName
{
color: #1C2350;
}
</style>
background-color css
<style>
a { background-color: #1C2350; }
a { background-color: rgb(28,35,80); }
div.DivClassName
{
background-color: #1C2350;
}
.BgClassName
{
background-color: #1C2350;
}
</style>
border-color css
<style>
span { border-color: #1C2350; }
span { border-color: rgb(28,35,80); }
td.TdClassName
{
border-color: #1C2350;
}
.TagClassName
{
border-color: #1C2350;
}
</style>