Shades of Lucky Point #1D2A5F
Tints of Lucky Point #1D2A5F
RGB
CMYK
RGB Variations
Color information
#1D2A5F (or 0x1D2A5F) is known color: Lucky Point. HEX triplet: 1D, 2A and 5F. RGB value is (29,42,95). Sum of RGB (Red+Green+Blue) = 29+42+95=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D2A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2A5F is #E2D5A0. Grayscale: #2B2B2B. Windows color (decimal): -14865825 or 6236701. OLE color: 6236701.
HSL color Cylindrical-coordinate representation of color #1D2A5F: hue angle of 228.18º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D2A5F is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 42 | 95 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.63 |
| HSL | 228.18º | 0.53% | 0.24% | - |
| HSV(B) | 228.18º | 0.69% | 0.37% | - |
| XYZ | 3.4 | 2.74 | 11.18 | - |
| YUV | 44.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 95 | 0.69 | 0.56 | 0 | 0.63 | 228.18 | 0.53 | 0.24 |
| Hex | 1D | 2A | 5F | 45 | 38 | 0 | 3F | E4 | 35 | 18 |
| Octal | 35 | 52 | 137 | 105 | 70 | 0 | 77 | 344 | 65 | 30 |
| Binary | 11101 | 101010 | 1011111 | 1000101 | 111000 | 0 | 111111 | 11100100 | 110101 | 11000 |
Color Harmonies of #1D2A5F
Complementary color
Monochromatic Colors of #1D2A5F
Black with #1D2A5F
Text Example
Text Example
White with #1D2A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2A5F; }
p { color: rgb(29,42,95); }
H1.HeaderClassName
{
color: #1D2A5F;
}
.AnyTagClassName
{
color: #1D2A5F;
}
</style>
background-color css
<style>
a { background-color: #1D2A5F; }
a { background-color: rgb(29,42,95); }
div.DivClassName
{
background-color: #1D2A5F;
}
.BgClassName
{
background-color: #1D2A5F;
}
</style>
border-color css
<style>
span { border-color: #1D2A5F; }
span { border-color: rgb(29,42,95); }
td.TdClassName
{
border-color: #1D2A5F;
}
.TagClassName
{
border-color: #1D2A5F;
}
</style>