Shades of Lucky Point #1D205A
Tints of Lucky Point #1D205A
RGB
CMYK
RGB Variations
Color information
#1D205A (or 0x1D205A) is known color: Lucky Point. HEX triplet: 1D, 20 and 5A. RGB value is (29,32,90). Sum of RGB (Red+Green+Blue) = 29+32+90=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D205A is #E2DFA5. Grayscale: #252525. Windows color (decimal): -14868390 or 5906461. OLE color: 5906461.
HSL color Cylindrical-coordinate representation of color #1D205A: hue angle of 237.05º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D205A is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 32 | 90 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.65 |
| HSL | 237.05º | 0.51% | 0.23% | - |
| HSV(B) | 237.05º | 0.68% | 0.35% | - |
| XYZ | 2.87 | 2.03 | 9.91 | - |
| YUV | 37.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 90 | 0.68 | 0.64 | 0 | 0.65 | 237.05 | 0.51 | 0.23 |
| Hex | 1D | 20 | 5A | 44 | 40 | 0 | 41 | ED | 33 | 17 |
| Octal | 35 | 40 | 132 | 104 | 100 | 0 | 101 | 355 | 63 | 27 |
| Binary | 11101 | 100000 | 1011010 | 1000100 | 1000000 | 0 | 1000001 | 11101101 | 110011 | 10111 |
Color Harmonies of #1D205A
Complementary color
Monochromatic Colors of #1D205A
Black with #1D205A
Text Example
Text Example
White with #1D205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D205A; }
p { color: rgb(29,32,90); }
H1.HeaderClassName
{
color: #1D205A;
}
.AnyTagClassName
{
color: #1D205A;
}
</style>
background-color css
<style>
a { background-color: #1D205A; }
a { background-color: rgb(29,32,90); }
div.DivClassName
{
background-color: #1D205A;
}
.BgClassName
{
background-color: #1D205A;
}
</style>
border-color css
<style>
span { border-color: #1D205A; }
span { border-color: rgb(29,32,90); }
td.TdClassName
{
border-color: #1D205A;
}
.TagClassName
{
border-color: #1D205A;
}
</style>