Shades of Lucky Point #1D214B
Tints of Lucky Point #1D214B
RGB
CMYK
RGB Variations
Color information
#1D214B (or 0x1D214B) is known color: Lucky Point. HEX triplet: 1D, 21 and 4B. RGB value is (29,33,75). Sum of RGB (Red+Green+Blue) = 29+33+75=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D214B is #E2DEB4. Grayscale: #242424. Windows color (decimal): -14868149 or 4923677. OLE color: 4923677.
HSL color Cylindrical-coordinate representation of color #1D214B: hue angle of 234.78º 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 #1D214B is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 33 | 75 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.71 |
| HSL | 234.78º | 0.44% | 0.2% | - |
| HSV(B) | 234.78º | 0.61% | 0.29% | - |
| XYZ | 2.32 | 1.86 | 6.89 | - |
| YUV | 36.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 75 | 0.61 | 0.56 | 0 | 0.71 | 234.78 | 0.44 | 0.2 |
| Hex | 1D | 21 | 4B | 3D | 38 | 0 | 47 | EB | 2C | 14 |
| Octal | 35 | 41 | 113 | 75 | 70 | 0 | 107 | 353 | 54 | 24 |
| Binary | 11101 | 100001 | 1001011 | 111101 | 111000 | 0 | 1000111 | 11101011 | 101100 | 10100 |
Color Harmonies of #1D214B
Complementary color
Monochromatic Colors of #1D214B
Black with #1D214B
Text Example
Text Example
White with #1D214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D214B; }
p { color: rgb(29,33,75); }
H1.HeaderClassName
{
color: #1D214B;
}
.AnyTagClassName
{
color: #1D214B;
}
</style>
background-color css
<style>
a { background-color: #1D214B; }
a { background-color: rgb(29,33,75); }
div.DivClassName
{
background-color: #1D214B;
}
.BgClassName
{
background-color: #1D214B;
}
</style>
border-color css
<style>
span { border-color: #1D214B; }
span { border-color: rgb(29,33,75); }
td.TdClassName
{
border-color: #1D214B;
}
.TagClassName
{
border-color: #1D214B;
}
</style>