Shades of Lucky Point #1D204A
Tints of Lucky Point #1D204A
RGB
CMYK
RGB Variations
Color information
#1D204A (or 0x1D204A) is known color: Lucky Point. HEX triplet: 1D, 20 and 4A. RGB value is (29,32,74). Sum of RGB (Red+Green+Blue) = 29+32+74=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D204A is #E2DFB5. Grayscale: #232323. Windows color (decimal): -14868406 or 4857885. OLE color: 4857885.
HSL color Cylindrical-coordinate representation of color #1D204A: hue angle of 236º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D204A is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 32 | 74 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.71 |
| HSL | 236º | 0.44% | 0.2% | - |
| HSV(B) | 236º | 0.61% | 0.29% | - |
| XYZ | 2.26 | 1.79 | 6.7 | - |
| YUV | 35.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 74 | 0.61 | 0.57 | 0 | 0.71 | 236 | 0.44 | 0.2 |
| Hex | 1D | 20 | 4A | 3D | 39 | 0 | 47 | EC | 2C | 14 |
| Octal | 35 | 40 | 112 | 75 | 71 | 0 | 107 | 354 | 54 | 24 |
| Binary | 11101 | 100000 | 1001010 | 111101 | 111001 | 0 | 1000111 | 11101100 | 101100 | 10100 |
Color Harmonies of #1D204A
Complementary color
Monochromatic Colors of #1D204A
Black with #1D204A
Text Example
Text Example
White with #1D204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D204A; }
p { color: rgb(29,32,74); }
H1.HeaderClassName
{
color: #1D204A;
}
.AnyTagClassName
{
color: #1D204A;
}
</style>
background-color css
<style>
a { background-color: #1D204A; }
a { background-color: rgb(29,32,74); }
div.DivClassName
{
background-color: #1D204A;
}
.BgClassName
{
background-color: #1D204A;
}
</style>
border-color css
<style>
span { border-color: #1D204A; }
span { border-color: rgb(29,32,74); }
td.TdClassName
{
border-color: #1D204A;
}
.TagClassName
{
border-color: #1D204A;
}
</style>