Shades of Lucky Point #1D214D
Tints of Lucky Point #1D214D
RGB
CMYK
RGB Variations
Color information
#1D214D (or 0x1D214D) is known color: Lucky Point. HEX triplet: 1D, 21 and 4D. RGB value is (29,33,77). Sum of RGB (Red+Green+Blue) = 29+33+77=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D214D is #E2DEB2. Grayscale: #242424. Windows color (decimal): -14868147 or 5054749. OLE color: 5054749.
HSL color Cylindrical-coordinate representation of color #1D214D: hue angle of 235º 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 #1D214D is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 33 | 77 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.70 |
| HSL | 235º | 0.45% | 0.21% | - |
| HSV(B) | 235º | 0.62% | 0.3% | - |
| XYZ | 2.39 | 1.88 | 7.26 | - |
| YUV | 36.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 77 | 0.62 | 0.57 | 0 | 0.70 | 235 | 0.45 | 0.21 |
| Hex | 1D | 21 | 4D | 3E | 39 | 0 | 46 | EB | 2D | 15 |
| Octal | 35 | 41 | 115 | 76 | 71 | 0 | 106 | 353 | 55 | 25 |
| Binary | 11101 | 100001 | 1001101 | 111110 | 111001 | 0 | 1000110 | 11101011 | 101101 | 10101 |
Color Harmonies of #1D214D
Complementary color
Monochromatic Colors of #1D214D
Black with #1D214D
Text Example
Text Example
White with #1D214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D214D; }
p { color: rgb(29,33,77); }
H1.HeaderClassName
{
color: #1D214D;
}
.AnyTagClassName
{
color: #1D214D;
}
</style>
background-color css
<style>
a { background-color: #1D214D; }
a { background-color: rgb(29,33,77); }
div.DivClassName
{
background-color: #1D214D;
}
.BgClassName
{
background-color: #1D214D;
}
</style>
border-color css
<style>
span { border-color: #1D214D; }
span { border-color: rgb(29,33,77); }
td.TdClassName
{
border-color: #1D214D;
}
.TagClassName
{
border-color: #1D214D;
}
</style>