Shades of Lucky Point #1A1D4D
Tints of Lucky Point #1A1D4D
RGB
CMYK
RGB Variations
Color information
#1A1D4D (or 0x1A1D4D) is known color: Lucky Point. HEX triplet: 1A, 1D and 4D. RGB value is (26,29,77). Sum of RGB (Red+Green+Blue) = 26+29+77=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A1D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1D4D is #E5E2B2. Grayscale: #212121. Windows color (decimal): -15065779 or 5053722. OLE color: 5053722.
HSL color Cylindrical-coordinate representation of color #1A1D4D: hue angle of 236.47º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A1D4D is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 29 | 77 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.70 |
| HSL | 236.47º | 0.5% | 0.2% | - |
| HSV(B) | 236.47º | 0.66% | 0.3% | - |
| XYZ | 2.2 | 1.63 | 7.22 | - |
| YUV | 33.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 77 | 0.66 | 0.62 | 0 | 0.70 | 236.47 | 0.5 | 0.2 |
| Hex | 1A | 1D | 4D | 42 | 3E | 0 | 46 | EC | 32 | 14 |
| Octal | 32 | 35 | 115 | 102 | 76 | 0 | 106 | 354 | 62 | 24 |
| Binary | 11010 | 11101 | 1001101 | 1000010 | 111110 | 0 | 1000110 | 11101100 | 110010 | 10100 |
Color Harmonies of #1A1D4D
Complementary color
Monochromatic Colors of #1A1D4D
Black with #1A1D4D
Text Example
Text Example
White with #1A1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D4D; }
p { color: rgb(26,29,77); }
H1.HeaderClassName
{
color: #1A1D4D;
}
.AnyTagClassName
{
color: #1A1D4D;
}
</style>
background-color css
<style>
a { background-color: #1A1D4D; }
a { background-color: rgb(26,29,77); }
div.DivClassName
{
background-color: #1A1D4D;
}
.BgClassName
{
background-color: #1A1D4D;
}
</style>
border-color css
<style>
span { border-color: #1A1D4D; }
span { border-color: rgb(26,29,77); }
td.TdClassName
{
border-color: #1A1D4D;
}
.TagClassName
{
border-color: #1A1D4D;
}
</style>