Shades of Lucky Point #1A1D4C
Tints of Lucky Point #1A1D4C
RGB
CMYK
RGB Variations
Color information
#1A1D4C (or 0x1A1D4C) is known color: Lucky Point. HEX triplet: 1A, 1D and 4C. RGB value is (26,29,76). Sum of RGB (Red+Green+Blue) = 26+29+76=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A1D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1D4C is #E5E2B3. Grayscale: #212121. Windows color (decimal): -15065780 or 4988186. OLE color: 4988186.
HSL color Cylindrical-coordinate representation of color #1A1D4C: hue angle of 236.4º degrees, saturation: 0.49, 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 #1A1D4C is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 29 | 76 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.70 |
| HSL | 236.4º | 0.49% | 0.2% | - |
| HSV(B) | 236.4º | 0.66% | 0.3% | - |
| XYZ | 2.17 | 1.62 | 7.04 | - |
| YUV | 33.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 76 | 0.66 | 0.62 | 0 | 0.70 | 236.4 | 0.49 | 0.2 |
| Hex | 1A | 1D | 4C | 42 | 3E | 0 | 46 | EC | 31 | 14 |
| Octal | 32 | 35 | 114 | 102 | 76 | 0 | 106 | 354 | 61 | 24 |
| Binary | 11010 | 11101 | 1001100 | 1000010 | 111110 | 0 | 1000110 | 11101100 | 110001 | 10100 |
Color Harmonies of #1A1D4C
Complementary color
Monochromatic Colors of #1A1D4C
Black with #1A1D4C
Text Example
Text Example
White with #1A1D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D4C; }
p { color: rgb(26,29,76); }
H1.HeaderClassName
{
color: #1A1D4C;
}
.AnyTagClassName
{
color: #1A1D4C;
}
</style>
background-color css
<style>
a { background-color: #1A1D4C; }
a { background-color: rgb(26,29,76); }
div.DivClassName
{
background-color: #1A1D4C;
}
.BgClassName
{
background-color: #1A1D4C;
}
</style>
border-color css
<style>
span { border-color: #1A1D4C; }
span { border-color: rgb(26,29,76); }
td.TdClassName
{
border-color: #1A1D4C;
}
.TagClassName
{
border-color: #1A1D4C;
}
</style>