Shades of Lucky Point #1D2957
Tints of Lucky Point #1D2957
RGB
CMYK
RGB Variations
Color information
#1D2957 (or 0x1D2957) is known color: Lucky Point. HEX triplet: 1D, 29 and 57. RGB value is (29,41,87). Sum of RGB (Red+Green+Blue) = 29+41+87=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D2957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2957 is #E2D6A8. Grayscale: #2A2A2A. Windows color (decimal): -14866089 or 5712157. OLE color: 5712157.
HSL color Cylindrical-coordinate representation of color #1D2957: hue angle of 227.59º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D2957 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 41 | 87 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.66 |
| HSL | 227.59º | 0.5% | 0.23% | - |
| HSV(B) | 227.59º | 0.67% | 0.34% | - |
| XYZ | 3.02 | 2.54 | 9.35 | - |
| YUV | 42.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 87 | 0.67 | 0.53 | 0 | 0.66 | 227.59 | 0.5 | 0.23 |
| Hex | 1D | 29 | 57 | 43 | 35 | 0 | 42 | E4 | 32 | 17 |
| Octal | 35 | 51 | 127 | 103 | 65 | 0 | 102 | 344 | 62 | 27 |
| Binary | 11101 | 101001 | 1010111 | 1000011 | 110101 | 0 | 1000010 | 11100100 | 110010 | 10111 |
Color Harmonies of #1D2957
Complementary color
Monochromatic Colors of #1D2957
Black with #1D2957
Text Example
Text Example
White with #1D2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2957; }
p { color: rgb(29,41,87); }
H1.HeaderClassName
{
color: #1D2957;
}
.AnyTagClassName
{
color: #1D2957;
}
</style>
background-color css
<style>
a { background-color: #1D2957; }
a { background-color: rgb(29,41,87); }
div.DivClassName
{
background-color: #1D2957;
}
.BgClassName
{
background-color: #1D2957;
}
</style>
border-color css
<style>
span { border-color: #1D2957; }
span { border-color: rgb(29,41,87); }
td.TdClassName
{
border-color: #1D2957;
}
.TagClassName
{
border-color: #1D2957;
}
</style>