Shades of Lucky Point #1D2154
Tints of Lucky Point #1D2154
RGB
CMYK
RGB Variations
Color information
#1D2154 (or 0x1D2154) is known color: Lucky Point. HEX triplet: 1D, 21 and 54. RGB value is (29,33,84). Sum of RGB (Red+Green+Blue) = 29+33+84=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #1D2154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2154 is #E2DEAB. Grayscale: #252525. Windows color (decimal): -14868140 or 5513501. OLE color: 5513501.
HSL color Cylindrical-coordinate representation of color #1D2154: hue angle of 235.64º degrees, saturation: 0.49, 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 #1D2154 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 33 | 84 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.67 |
| HSL | 235.64º | 0.49% | 0.22% | - |
| HSV(B) | 235.64º | 0.65% | 0.33% | - |
| XYZ | 2.65 | 1.99 | 8.63 | - |
| YUV | 37.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 84 | 0.65 | 0.61 | 0 | 0.67 | 235.64 | 0.49 | 0.22 |
| Hex | 1D | 21 | 54 | 41 | 3D | 0 | 43 | EC | 31 | 16 |
| Octal | 35 | 41 | 124 | 101 | 75 | 0 | 103 | 354 | 61 | 26 |
| Binary | 11101 | 100001 | 1010100 | 1000001 | 111101 | 0 | 1000011 | 11101100 | 110001 | 10110 |
Color Harmonies of #1D2154
Complementary color
Monochromatic Colors of #1D2154
Black with #1D2154
Text Example
Text Example
White with #1D2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2154; }
p { color: rgb(29,33,84); }
H1.HeaderClassName
{
color: #1D2154;
}
.AnyTagClassName
{
color: #1D2154;
}
</style>
background-color css
<style>
a { background-color: #1D2154; }
a { background-color: rgb(29,33,84); }
div.DivClassName
{
background-color: #1D2154;
}
.BgClassName
{
background-color: #1D2154;
}
</style>
border-color css
<style>
span { border-color: #1D2154; }
span { border-color: rgb(29,33,84); }
td.TdClassName
{
border-color: #1D2154;
}
.TagClassName
{
border-color: #1D2154;
}
</style>