Shades of Lucky Point #1D2758
Tints of Lucky Point #1D2758
RGB
CMYK
RGB Variations
Color information
#1D2758 (or 0x1D2758) is known color: Lucky Point. HEX triplet: 1D, 27 and 58. RGB value is (29,39,88). Sum of RGB (Red+Green+Blue) = 29+39+88=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D2758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2758 is #E2D8A7. Grayscale: #292929. Windows color (decimal): -14866600 or 5777181. OLE color: 5777181.
HSL color Cylindrical-coordinate representation of color #1D2758: hue angle of 229.83º 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 #1D2758 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 39 | 88 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.65 |
| HSL | 229.83º | 0.5% | 0.23% | - |
| HSV(B) | 229.83º | 0.67% | 0.35% | - |
| XYZ | 2.99 | 2.42 | 9.54 | - |
| YUV | 41.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 88 | 0.67 | 0.56 | 0 | 0.65 | 229.83 | 0.5 | 0.23 |
| Hex | 1D | 27 | 58 | 43 | 38 | 0 | 41 | E6 | 32 | 17 |
| Octal | 35 | 47 | 130 | 103 | 70 | 0 | 101 | 346 | 62 | 27 |
| Binary | 11101 | 100111 | 1011000 | 1000011 | 111000 | 0 | 1000001 | 11100110 | 110010 | 10111 |
Color Harmonies of #1D2758
Complementary color
Monochromatic Colors of #1D2758
Black with #1D2758
Text Example
Text Example
White with #1D2758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2758; }
p { color: rgb(29,39,88); }
H1.HeaderClassName
{
color: #1D2758;
}
.AnyTagClassName
{
color: #1D2758;
}
</style>
background-color css
<style>
a { background-color: #1D2758; }
a { background-color: rgb(29,39,88); }
div.DivClassName
{
background-color: #1D2758;
}
.BgClassName
{
background-color: #1D2758;
}
</style>
border-color css
<style>
span { border-color: #1D2758; }
span { border-color: rgb(29,39,88); }
td.TdClassName
{
border-color: #1D2758;
}
.TagClassName
{
border-color: #1D2758;
}
</style>