Shades of Lucky Point #1A1D50
Tints of Lucky Point #1A1D50
RGB
CMYK
RGB Variations
Color information
#1A1D50 (or 0x1A1D50) is known color: Lucky Point. HEX triplet: 1A, 1D and 50. RGB value is (26,29,80). Sum of RGB (Red+Green+Blue) = 26+29+80=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A1D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1D50 is #E5E2AF. Grayscale: #212121. Windows color (decimal): -15065776 or 5250330. OLE color: 5250330.
HSL color Cylindrical-coordinate representation of color #1A1D50: hue angle of 236.67º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A1D50 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 29 | 80 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.69 |
| HSL | 236.67º | 0.51% | 0.21% | - |
| HSV(B) | 236.67º | 0.68% | 0.31% | - |
| XYZ | 2.31 | 1.68 | 7.79 | - |
| YUV | 33.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 80 | 0.67 | 0.64 | 0 | 0.69 | 236.67 | 0.51 | 0.21 |
| Hex | 1A | 1D | 50 | 43 | 40 | 0 | 45 | ED | 33 | 15 |
| Octal | 32 | 35 | 120 | 103 | 100 | 0 | 105 | 355 | 63 | 25 |
| Binary | 11010 | 11101 | 1010000 | 1000011 | 1000000 | 0 | 1000101 | 11101101 | 110011 | 10101 |
Color Harmonies of #1A1D50
Complementary color
Monochromatic Colors of #1A1D50
Black with #1A1D50
Text Example
Text Example
White with #1A1D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D50; }
p { color: rgb(26,29,80); }
H1.HeaderClassName
{
color: #1A1D50;
}
.AnyTagClassName
{
color: #1A1D50;
}
</style>
background-color css
<style>
a { background-color: #1A1D50; }
a { background-color: rgb(26,29,80); }
div.DivClassName
{
background-color: #1A1D50;
}
.BgClassName
{
background-color: #1A1D50;
}
</style>
border-color css
<style>
span { border-color: #1A1D50; }
span { border-color: rgb(26,29,80); }
td.TdClassName
{
border-color: #1A1D50;
}
.TagClassName
{
border-color: #1A1D50;
}
</style>