Shades of Lucky Point #1D294D
Tints of Lucky Point #1D294D
RGB
CMYK
RGB Variations
Color information
#1D294D (or 0x1D294D) is known color: Lucky Point. HEX triplet: 1D, 29 and 4D. RGB value is (29,41,77). Sum of RGB (Red+Green+Blue) = 29+41+77=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D294D is #E2D6B2. Grayscale: #292929. Windows color (decimal): -14866099 or 5056797. OLE color: 5056797.
HSL color Cylindrical-coordinate representation of color #1D294D: hue angle of 225º 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 #1D294D is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 41 | 77 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.70 |
| HSL | 225º | 0.45% | 0.21% | - |
| HSV(B) | 225º | 0.62% | 0.3% | - |
| XYZ | 2.64 | 2.38 | 7.34 | - |
| YUV | 41.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 77 | 0.62 | 0.47 | 0 | 0.70 | 225 | 0.45 | 0.21 |
| Hex | 1D | 29 | 4D | 3E | 2F | 0 | 46 | E1 | 2D | 15 |
| Octal | 35 | 51 | 115 | 76 | 57 | 0 | 106 | 341 | 55 | 25 |
| Binary | 11101 | 101001 | 1001101 | 111110 | 101111 | 0 | 1000110 | 11100001 | 101101 | 10101 |
Color Harmonies of #1D294D
Complementary color
Monochromatic Colors of #1D294D
Black with #1D294D
Text Example
Text Example
White with #1D294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D294D; }
p { color: rgb(29,41,77); }
H1.HeaderClassName
{
color: #1D294D;
}
.AnyTagClassName
{
color: #1D294D;
}
</style>
background-color css
<style>
a { background-color: #1D294D; }
a { background-color: rgb(29,41,77); }
div.DivClassName
{
background-color: #1D294D;
}
.BgClassName
{
background-color: #1D294D;
}
</style>
border-color css
<style>
span { border-color: #1D294D; }
span { border-color: rgb(29,41,77); }
td.TdClassName
{
border-color: #1D294D;
}
.TagClassName
{
border-color: #1D294D;
}
</style>