Shades of Lucky Point #1D2556
Tints of Lucky Point #1D2556
RGB
CMYK
RGB Variations
Color information
#1D2556 (or 0x1D2556) is known color: Lucky Point. HEX triplet: 1D, 25 and 56. RGB value is (29,37,86). Sum of RGB (Red+Green+Blue) = 29+37+86=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D2556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2556 is #E2DAA9. Grayscale: #272727. Windows color (decimal): -14867114 or 5645597. OLE color: 5645597.
HSL color Cylindrical-coordinate representation of color #1D2556: hue angle of 231.58º 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 #1D2556 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 37 | 86 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.66 |
| HSL | 231.58º | 0.5% | 0.23% | - |
| HSV(B) | 231.58º | 0.66% | 0.34% | - |
| XYZ | 2.85 | 2.26 | 9.09 | - |
| YUV | 40.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 86 | 0.66 | 0.57 | 0 | 0.66 | 231.58 | 0.5 | 0.23 |
| Hex | 1D | 25 | 56 | 42 | 39 | 0 | 42 | E8 | 32 | 17 |
| Octal | 35 | 45 | 126 | 102 | 71 | 0 | 102 | 350 | 62 | 27 |
| Binary | 11101 | 100101 | 1010110 | 1000010 | 111001 | 0 | 1000010 | 11101000 | 110010 | 10111 |
Color Harmonies of #1D2556
Complementary color
Monochromatic Colors of #1D2556
Black with #1D2556
Text Example
Text Example
White with #1D2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2556; }
p { color: rgb(29,37,86); }
H1.HeaderClassName
{
color: #1D2556;
}
.AnyTagClassName
{
color: #1D2556;
}
</style>
background-color css
<style>
a { background-color: #1D2556; }
a { background-color: rgb(29,37,86); }
div.DivClassName
{
background-color: #1D2556;
}
.BgClassName
{
background-color: #1D2556;
}
</style>
border-color css
<style>
span { border-color: #1D2556; }
span { border-color: rgb(29,37,86); }
td.TdClassName
{
border-color: #1D2556;
}
.TagClassName
{
border-color: #1D2556;
}
</style>