Shades of Lucky Point #1D2155
Tints of Lucky Point #1D2155
RGB
CMYK
RGB Variations
Color information
#1D2155 (or 0x1D2155) is known color: Lucky Point. HEX triplet: 1D, 21 and 55. RGB value is (29,33,85). Sum of RGB (Red+Green+Blue) = 29+33+85=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D2155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2155 is #E2DEAA. Grayscale: #252525. Windows color (decimal): -14868139 or 5579037. OLE color: 5579037.
HSL color Cylindrical-coordinate representation of color #1D2155: hue angle of 235.71º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D2155 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 33 | 85 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.67 |
| HSL | 235.71º | 0.49% | 0.22% | - |
| HSV(B) | 235.71º | 0.66% | 0.33% | - |
| XYZ | 2.69 | 2 | 8.84 | - |
| YUV | 37.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 85 | 0.66 | 0.61 | 0 | 0.67 | 235.71 | 0.49 | 0.22 |
| Hex | 1D | 21 | 55 | 42 | 3D | 0 | 43 | EC | 31 | 16 |
| Octal | 35 | 41 | 125 | 102 | 75 | 0 | 103 | 354 | 61 | 26 |
| Binary | 11101 | 100001 | 1010101 | 1000010 | 111101 | 0 | 1000011 | 11101100 | 110001 | 10110 |
Color Harmonies of #1D2155
Complementary color
Monochromatic Colors of #1D2155
Black with #1D2155
Text Example
Text Example
White with #1D2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2155; }
p { color: rgb(29,33,85); }
H1.HeaderClassName
{
color: #1D2155;
}
.AnyTagClassName
{
color: #1D2155;
}
</style>
background-color css
<style>
a { background-color: #1D2155; }
a { background-color: rgb(29,33,85); }
div.DivClassName
{
background-color: #1D2155;
}
.BgClassName
{
background-color: #1D2155;
}
</style>
border-color css
<style>
span { border-color: #1D2155; }
span { border-color: rgb(29,33,85); }
td.TdClassName
{
border-color: #1D2155;
}
.TagClassName
{
border-color: #1D2155;
}
</style>