Shades of Lucky Point #1D2153
Tints of Lucky Point #1D2153
RGB
CMYK
RGB Variations
Color information
#1D2153 (or 0x1D2153) is known color: Lucky Point. HEX triplet: 1D, 21 and 53. RGB value is (29,33,83). Sum of RGB (Red+Green+Blue) = 29+33+83=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D2153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2153 is #E2DEAC. Grayscale: #252525. Windows color (decimal): -14868141 or 5447965. OLE color: 5447965.
HSL color Cylindrical-coordinate representation of color #1D2153: hue angle of 235.56º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D2153 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 33 | 83 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.67 |
| HSL | 235.56º | 0.48% | 0.22% | - |
| HSV(B) | 235.56º | 0.65% | 0.33% | - |
| XYZ | 2.61 | 1.97 | 8.43 | - |
| YUV | 37.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 83 | 0.65 | 0.60 | 0 | 0.67 | 235.56 | 0.48 | 0.22 |
| Hex | 1D | 21 | 53 | 41 | 3C | 0 | 43 | EC | 30 | 16 |
| Octal | 35 | 41 | 123 | 101 | 74 | 0 | 103 | 354 | 60 | 26 |
| Binary | 11101 | 100001 | 1010011 | 1000001 | 111100 | 0 | 1000011 | 11101100 | 110000 | 10110 |
Color Harmonies of #1D2153
Complementary color
Monochromatic Colors of #1D2153
Black with #1D2153
Text Example
Text Example
White with #1D2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2153; }
p { color: rgb(29,33,83); }
H1.HeaderClassName
{
color: #1D2153;
}
.AnyTagClassName
{
color: #1D2153;
}
</style>
background-color css
<style>
a { background-color: #1D2153; }
a { background-color: rgb(29,33,83); }
div.DivClassName
{
background-color: #1D2153;
}
.BgClassName
{
background-color: #1D2153;
}
</style>
border-color css
<style>
span { border-color: #1D2153; }
span { border-color: rgb(29,33,83); }
td.TdClassName
{
border-color: #1D2153;
}
.TagClassName
{
border-color: #1D2153;
}
</style>