Shades of Lucky Point #1D2C57
Tints of Lucky Point #1D2C57
RGB
CMYK
RGB Variations
Color information
#1D2C57 (or 0x1D2C57) is known color: Lucky Point. HEX triplet: 1D, 2C and 57. RGB value is (29,44,87). Sum of RGB (Red+Green+Blue) = 29+44+87=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D2C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2C57 is #E2D3A8. Grayscale: #2C2C2C. Windows color (decimal): -14865321 or 5712925. OLE color: 5712925.
HSL color Cylindrical-coordinate representation of color #1D2C57: hue angle of 224.48º 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 #1D2C57 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 44 | 87 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.66 |
| HSL | 224.48º | 0.5% | 0.23% | - |
| HSV(B) | 224.48º | 0.67% | 0.34% | - |
| XYZ | 3.13 | 2.75 | 9.38 | - |
| YUV | 44.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 87 | 0.67 | 0.49 | 0 | 0.66 | 224.48 | 0.5 | 0.23 |
| Hex | 1D | 2C | 57 | 43 | 31 | 0 | 42 | E0 | 32 | 17 |
| Octal | 35 | 54 | 127 | 103 | 61 | 0 | 102 | 340 | 62 | 27 |
| Binary | 11101 | 101100 | 1010111 | 1000011 | 110001 | 0 | 1000010 | 11100000 | 110010 | 10111 |
Color Harmonies of #1D2C57
Complementary color
Monochromatic Colors of #1D2C57
Black with #1D2C57
Text Example
Text Example
White with #1D2C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C57; }
p { color: rgb(29,44,87); }
H1.HeaderClassName
{
color: #1D2C57;
}
.AnyTagClassName
{
color: #1D2C57;
}
</style>
background-color css
<style>
a { background-color: #1D2C57; }
a { background-color: rgb(29,44,87); }
div.DivClassName
{
background-color: #1D2C57;
}
.BgClassName
{
background-color: #1D2C57;
}
</style>
border-color css
<style>
span { border-color: #1D2C57; }
span { border-color: rgb(29,44,87); }
td.TdClassName
{
border-color: #1D2C57;
}
.TagClassName
{
border-color: #1D2C57;
}
</style>