Shades of Lucky Point #1D2753
Tints of Lucky Point #1D2753
RGB
CMYK
RGB Variations
Color information
#1D2753 (or 0x1D2753) is known color: Lucky Point. HEX triplet: 1D, 27 and 53. RGB value is (29,39,83). Sum of RGB (Red+Green+Blue) = 29+39+83=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D2753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2753 is #E2D8AC. Grayscale: #282828. Windows color (decimal): -14866605 or 5449501. OLE color: 5449501.
HSL color Cylindrical-coordinate representation of color #1D2753: hue angle of 228.89º 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 #1D2753 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 39 | 83 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.67 |
| HSL | 228.89º | 0.48% | 0.22% | - |
| HSV(B) | 228.89º | 0.65% | 0.33% | - |
| XYZ | 2.79 | 2.34 | 8.49 | - |
| YUV | 41.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 83 | 0.65 | 0.53 | 0 | 0.67 | 228.89 | 0.48 | 0.22 |
| Hex | 1D | 27 | 53 | 41 | 35 | 0 | 43 | E5 | 30 | 16 |
| Octal | 35 | 47 | 123 | 101 | 65 | 0 | 103 | 345 | 60 | 26 |
| Binary | 11101 | 100111 | 1010011 | 1000001 | 110101 | 0 | 1000011 | 11100101 | 110000 | 10110 |
Color Harmonies of #1D2753
Complementary color
Monochromatic Colors of #1D2753
Black with #1D2753
Text Example
Text Example
White with #1D2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2753; }
p { color: rgb(29,39,83); }
H1.HeaderClassName
{
color: #1D2753;
}
.AnyTagClassName
{
color: #1D2753;
}
</style>
background-color css
<style>
a { background-color: #1D2753; }
a { background-color: rgb(29,39,83); }
div.DivClassName
{
background-color: #1D2753;
}
.BgClassName
{
background-color: #1D2753;
}
</style>
border-color css
<style>
span { border-color: #1D2753; }
span { border-color: rgb(29,39,83); }
td.TdClassName
{
border-color: #1D2753;
}
.TagClassName
{
border-color: #1D2753;
}
</style>