Shades of Lucky Point #1D2356
Tints of Lucky Point #1D2356
RGB
CMYK
RGB Variations
Color information
#1D2356 (or 0x1D2356) is known color: Lucky Point. HEX triplet: 1D, 23 and 56. RGB value is (29,35,86). Sum of RGB (Red+Green+Blue) = 29+35+86=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D2356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2356 is #E2DCA9. Grayscale: #262626. Windows color (decimal): -14867626 or 5645085. OLE color: 5645085.
HSL color Cylindrical-coordinate representation of color #1D2356: hue angle of 233.68º 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 #1D2356 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 35 | 86 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.66 |
| HSL | 233.68º | 0.5% | 0.23% | - |
| HSV(B) | 233.68º | 0.66% | 0.34% | - |
| XYZ | 2.79 | 2.14 | 9.07 | - |
| YUV | 39.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 86 | 0.66 | 0.59 | 0 | 0.66 | 233.68 | 0.5 | 0.23 |
| Hex | 1D | 23 | 56 | 42 | 3B | 0 | 42 | EA | 32 | 17 |
| Octal | 35 | 43 | 126 | 102 | 73 | 0 | 102 | 352 | 62 | 27 |
| Binary | 11101 | 100011 | 1010110 | 1000010 | 111011 | 0 | 1000010 | 11101010 | 110010 | 10111 |
Color Harmonies of #1D2356
Complementary color
Monochromatic Colors of #1D2356
Black with #1D2356
Text Example
Text Example
White with #1D2356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2356; }
p { color: rgb(29,35,86); }
H1.HeaderClassName
{
color: #1D2356;
}
.AnyTagClassName
{
color: #1D2356;
}
</style>
background-color css
<style>
a { background-color: #1D2356; }
a { background-color: rgb(29,35,86); }
div.DivClassName
{
background-color: #1D2356;
}
.BgClassName
{
background-color: #1D2356;
}
</style>
border-color css
<style>
span { border-color: #1D2356; }
span { border-color: rgb(29,35,86); }
td.TdClassName
{
border-color: #1D2356;
}
.TagClassName
{
border-color: #1D2356;
}
</style>