Shades of Lucky Point #1D2858
Tints of Lucky Point #1D2858
RGB
CMYK
RGB Variations
Color information
#1D2858 (or 0x1D2858) is known color: Lucky Point. HEX triplet: 1D, 28 and 58. RGB value is (29,40,88). Sum of RGB (Red+Green+Blue) = 29+40+88=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D2858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2858 is #E2D7A7. Grayscale: #292929. Windows color (decimal): -14866344 or 5777437. OLE color: 5777437.
HSL color Cylindrical-coordinate representation of color #1D2858: hue angle of 228.81º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D2858 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 40 | 88 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.65 |
| HSL | 228.81º | 0.5% | 0.23% | - |
| HSV(B) | 228.81º | 0.67% | 0.35% | - |
| XYZ | 3.03 | 2.48 | 9.55 | - |
| YUV | 42.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 88 | 0.67 | 0.55 | 0 | 0.65 | 228.81 | 0.5 | 0.23 |
| Hex | 1D | 28 | 58 | 43 | 37 | 0 | 41 | E5 | 32 | 17 |
| Octal | 35 | 50 | 130 | 103 | 67 | 0 | 101 | 345 | 62 | 27 |
| Binary | 11101 | 101000 | 1011000 | 1000011 | 110111 | 0 | 1000001 | 11100101 | 110010 | 10111 |
Color Harmonies of #1D2858
Complementary color
Monochromatic Colors of #1D2858
Black with #1D2858
Text Example
Text Example
White with #1D2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2858; }
p { color: rgb(29,40,88); }
H1.HeaderClassName
{
color: #1D2858;
}
.AnyTagClassName
{
color: #1D2858;
}
</style>
background-color css
<style>
a { background-color: #1D2858; }
a { background-color: rgb(29,40,88); }
div.DivClassName
{
background-color: #1D2858;
}
.BgClassName
{
background-color: #1D2858;
}
</style>
border-color css
<style>
span { border-color: #1D2858; }
span { border-color: rgb(29,40,88); }
td.TdClassName
{
border-color: #1D2858;
}
.TagClassName
{
border-color: #1D2858;
}
</style>