Shades of Lucky Point #1D234D
Tints of Lucky Point #1D234D
RGB
CMYK
RGB Variations
Color information
#1D234D (or 0x1D234D) is known color: Lucky Point. HEX triplet: 1D, 23 and 4D. RGB value is (29,35,77). Sum of RGB (Red+Green+Blue) = 29+35+77=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D234D is #E2DCB2. Grayscale: #252525. Windows color (decimal): -14867635 or 5055261. OLE color: 5055261.
HSL color Cylindrical-coordinate representation of color #1D234D: hue angle of 232.5º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D234D is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 35 | 77 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.70 |
| HSL | 232.5º | 0.45% | 0.21% | - |
| HSV(B) | 232.5º | 0.62% | 0.3% | - |
| XYZ | 2.45 | 2 | 7.28 | - |
| YUV | 37.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 77 | 0.62 | 0.55 | 0 | 0.70 | 232.5 | 0.45 | 0.21 |
| Hex | 1D | 23 | 4D | 3E | 37 | 0 | 46 | E8 | 2D | 15 |
| Octal | 35 | 43 | 115 | 76 | 67 | 0 | 106 | 350 | 55 | 25 |
| Binary | 11101 | 100011 | 1001101 | 111110 | 110111 | 0 | 1000110 | 11101000 | 101101 | 10101 |
Color Harmonies of #1D234D
Complementary color
Monochromatic Colors of #1D234D
Black with #1D234D
Text Example
Text Example
White with #1D234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D234D; }
p { color: rgb(29,35,77); }
H1.HeaderClassName
{
color: #1D234D;
}
.AnyTagClassName
{
color: #1D234D;
}
</style>
background-color css
<style>
a { background-color: #1D234D; }
a { background-color: rgb(29,35,77); }
div.DivClassName
{
background-color: #1D234D;
}
.BgClassName
{
background-color: #1D234D;
}
</style>
border-color css
<style>
span { border-color: #1D234D; }
span { border-color: rgb(29,35,77); }
td.TdClassName
{
border-color: #1D234D;
}
.TagClassName
{
border-color: #1D234D;
}
</style>