Shades of Lucky Point #1D2656
Tints of Lucky Point #1D2656
RGB
CMYK
RGB Variations
Color information
#1D2656 (or 0x1D2656) is known color: Lucky Point. HEX triplet: 1D, 26 and 56. RGB value is (29,38,86). Sum of RGB (Red+Green+Blue) = 29+38+86=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D2656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2656 is #E2D9A9. Grayscale: #282828. Windows color (decimal): -14866858 or 5645853. OLE color: 5645853.
HSL color Cylindrical-coordinate representation of color #1D2656: hue angle of 230.53º 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 #1D2656 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 38 | 86 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.66 |
| HSL | 230.53º | 0.5% | 0.23% | - |
| HSV(B) | 230.53º | 0.66% | 0.34% | - |
| XYZ | 2.88 | 2.32 | 9.1 | - |
| YUV | 40.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 86 | 0.66 | 0.56 | 0 | 0.66 | 230.53 | 0.5 | 0.23 |
| Hex | 1D | 26 | 56 | 42 | 38 | 0 | 42 | E7 | 32 | 17 |
| Octal | 35 | 46 | 126 | 102 | 70 | 0 | 102 | 347 | 62 | 27 |
| Binary | 11101 | 100110 | 1010110 | 1000010 | 111000 | 0 | 1000010 | 11100111 | 110010 | 10111 |
Color Harmonies of #1D2656
Complementary color
Monochromatic Colors of #1D2656
Black with #1D2656
Text Example
Text Example
White with #1D2656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2656; }
p { color: rgb(29,38,86); }
H1.HeaderClassName
{
color: #1D2656;
}
.AnyTagClassName
{
color: #1D2656;
}
</style>
background-color css
<style>
a { background-color: #1D2656; }
a { background-color: rgb(29,38,86); }
div.DivClassName
{
background-color: #1D2656;
}
.BgClassName
{
background-color: #1D2656;
}
</style>
border-color css
<style>
span { border-color: #1D2656; }
span { border-color: rgb(29,38,86); }
td.TdClassName
{
border-color: #1D2656;
}
.TagClassName
{
border-color: #1D2656;
}
</style>