Shades of Lucky Point #1A1D51
Tints of Lucky Point #1A1D51
RGB
CMYK
RGB Variations
Color information
#1A1D51 (or 0x1A1D51) is known color: Lucky Point. HEX triplet: 1A, 1D and 51. RGB value is (26,29,81). Sum of RGB (Red+Green+Blue) = 26+29+81=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A1D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1D51 is #E5E2AE. Grayscale: #212121. Windows color (decimal): -15065775 or 5315866. OLE color: 5315866.
HSL color Cylindrical-coordinate representation of color #1A1D51: hue angle of 236.73º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A1D51 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 29 | 81 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.68 |
| HSL | 236.73º | 0.51% | 0.21% | - |
| HSV(B) | 236.73º | 0.68% | 0.32% | - |
| XYZ | 2.35 | 1.69 | 7.99 | - |
| YUV | 34.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 81 | 0.68 | 0.64 | 0 | 0.68 | 236.73 | 0.51 | 0.21 |
| Hex | 1A | 1D | 51 | 44 | 40 | 0 | 44 | ED | 33 | 15 |
| Octal | 32 | 35 | 121 | 104 | 100 | 0 | 104 | 355 | 63 | 25 |
| Binary | 11010 | 11101 | 1010001 | 1000100 | 1000000 | 0 | 1000100 | 11101101 | 110011 | 10101 |
Color Harmonies of #1A1D51
Complementary color
Monochromatic Colors of #1A1D51
Black with #1A1D51
Text Example
Text Example
White with #1A1D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D51; }
p { color: rgb(26,29,81); }
H1.HeaderClassName
{
color: #1A1D51;
}
.AnyTagClassName
{
color: #1A1D51;
}
</style>
background-color css
<style>
a { background-color: #1A1D51; }
a { background-color: rgb(26,29,81); }
div.DivClassName
{
background-color: #1A1D51;
}
.BgClassName
{
background-color: #1A1D51;
}
</style>
border-color css
<style>
span { border-color: #1A1D51; }
span { border-color: rgb(26,29,81); }
td.TdClassName
{
border-color: #1A1D51;
}
.TagClassName
{
border-color: #1A1D51;
}
</style>