Shades of Lucky Point #1D2350
Tints of Lucky Point #1D2350
RGB
CMYK
RGB Variations
Color information
#1D2350 (or 0x1D2350) is known color: Lucky Point. HEX triplet: 1D, 23 and 50. RGB value is (29,35,80). Sum of RGB (Red+Green+Blue) = 29+35+80=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D2350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2350 is #E2DCAF. Grayscale: #262626. Windows color (decimal): -14867632 or 5251869. OLE color: 5251869.
HSL color Cylindrical-coordinate representation of color #1D2350: hue angle of 232.94º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D2350 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 35 | 80 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.69 |
| HSL | 232.94º | 0.47% | 0.21% | - |
| HSV(B) | 232.94º | 0.64% | 0.31% | - |
| XYZ | 2.56 | 2.04 | 7.85 | - |
| YUV | 38.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 80 | 0.64 | 0.56 | 0 | 0.69 | 232.94 | 0.47 | 0.21 |
| Hex | 1D | 23 | 50 | 40 | 38 | 0 | 45 | E9 | 2F | 15 |
| Octal | 35 | 43 | 120 | 100 | 70 | 0 | 105 | 351 | 57 | 25 |
| Binary | 11101 | 100011 | 1010000 | 1000000 | 111000 | 0 | 1000101 | 11101001 | 101111 | 10101 |
Color Harmonies of #1D2350
Complementary color
Monochromatic Colors of #1D2350
Black with #1D2350
Text Example
Text Example
White with #1D2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2350; }
p { color: rgb(29,35,80); }
H1.HeaderClassName
{
color: #1D2350;
}
.AnyTagClassName
{
color: #1D2350;
}
</style>
background-color css
<style>
a { background-color: #1D2350; }
a { background-color: rgb(29,35,80); }
div.DivClassName
{
background-color: #1D2350;
}
.BgClassName
{
background-color: #1D2350;
}
</style>
border-color css
<style>
span { border-color: #1D2350; }
span { border-color: rgb(29,35,80); }
td.TdClassName
{
border-color: #1D2350;
}
.TagClassName
{
border-color: #1D2350;
}
</style>