Shades of Lucky Point #1D2156
Tints of Lucky Point #1D2156
RGB
CMYK
RGB Variations
Color information
#1D2156 (or 0x1D2156) is known color: Lucky Point. HEX triplet: 1D, 21 and 56. RGB value is (29,33,86). Sum of RGB (Red+Green+Blue) = 29+33+86=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D2156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2156 is #E2DEA9. Grayscale: #252525. Windows color (decimal): -14868138 or 5644573. OLE color: 5644573.
HSL color Cylindrical-coordinate representation of color #1D2156: hue angle of 235.79º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D2156 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 33 | 86 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.66 |
| HSL | 235.79º | 0.5% | 0.23% | - |
| HSV(B) | 235.79º | 0.66% | 0.34% | - |
| XYZ | 2.73 | 2.02 | 9.05 | - |
| YUV | 37.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 86 | 0.66 | 0.62 | 0 | 0.66 | 235.79 | 0.5 | 0.23 |
| Hex | 1D | 21 | 56 | 42 | 3E | 0 | 42 | EC | 32 | 17 |
| Octal | 35 | 41 | 126 | 102 | 76 | 0 | 102 | 354 | 62 | 27 |
| Binary | 11101 | 100001 | 1010110 | 1000010 | 111110 | 0 | 1000010 | 11101100 | 110010 | 10111 |
Color Harmonies of #1D2156
Complementary color
Monochromatic Colors of #1D2156
Black with #1D2156
Text Example
Text Example
White with #1D2156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2156; }
p { color: rgb(29,33,86); }
H1.HeaderClassName
{
color: #1D2156;
}
.AnyTagClassName
{
color: #1D2156;
}
</style>
background-color css
<style>
a { background-color: #1D2156; }
a { background-color: rgb(29,33,86); }
div.DivClassName
{
background-color: #1D2156;
}
.BgClassName
{
background-color: #1D2156;
}
</style>
border-color css
<style>
span { border-color: #1D2156; }
span { border-color: rgb(29,33,86); }
td.TdClassName
{
border-color: #1D2156;
}
.TagClassName
{
border-color: #1D2156;
}
</style>