Shades of Lucky Point #1C2B55
Tints of Lucky Point #1C2B55
RGB
CMYK
RGB Variations
Color information
#1C2B55 (or 0x1C2B55) is known color: Lucky Point. HEX triplet: 1C, 2B and 55. RGB value is (28,43,85). Sum of RGB (Red+Green+Blue) = 28+43+85=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C2B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2B55 is #E3D4AA. Grayscale: #2B2B2B. Windows color (decimal): -14931115 or 5581596. OLE color: 5581596.
HSL color Cylindrical-coordinate representation of color #1C2B55: hue angle of 224.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C2B55 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 43 | 85 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.67 |
| HSL | 224.21º | 0.5% | 0.22% | - |
| HSV(B) | 224.21º | 0.67% | 0.33% | - |
| XYZ | 2.98 | 2.63 | 8.94 | - |
| YUV | 43.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 85 | 0.67 | 0.49 | 0 | 0.67 | 224.21 | 0.5 | 0.22 |
| Hex | 1C | 2B | 55 | 43 | 31 | 0 | 43 | E0 | 32 | 16 |
| Octal | 34 | 53 | 125 | 103 | 61 | 0 | 103 | 340 | 62 | 26 |
| Binary | 11100 | 101011 | 1010101 | 1000011 | 110001 | 0 | 1000011 | 11100000 | 110010 | 10110 |
Color Harmonies of #1C2B55
Complementary color
Monochromatic Colors of #1C2B55
Black with #1C2B55
Text Example
Text Example
White with #1C2B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2B55; }
p { color: rgb(28,43,85); }
H1.HeaderClassName
{
color: #1C2B55;
}
.AnyTagClassName
{
color: #1C2B55;
}
</style>
background-color css
<style>
a { background-color: #1C2B55; }
a { background-color: rgb(28,43,85); }
div.DivClassName
{
background-color: #1C2B55;
}
.BgClassName
{
background-color: #1C2B55;
}
</style>
border-color css
<style>
span { border-color: #1C2B55; }
span { border-color: rgb(28,43,85); }
td.TdClassName
{
border-color: #1C2B55;
}
.TagClassName
{
border-color: #1C2B55;
}
</style>