Shades of Lucky Point #1A2755
Tints of Lucky Point #1A2755
RGB
CMYK
RGB Variations
Color information
#1A2755 (or 0x1A2755) is known color: Lucky Point. HEX triplet: 1A, 27 and 55. RGB value is (26,39,85). Sum of RGB (Red+Green+Blue) = 26+39+85=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #1A2755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2755 is #E5D8AA. Grayscale: #282828. Windows color (decimal): -15063211 or 5580570. OLE color: 5580570.
HSL color Cylindrical-coordinate representation of color #1A2755: hue angle of 226.78º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A2755 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 39 | 85 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.67 |
| HSL | 226.78º | 0.53% | 0.22% | - |
| HSV(B) | 226.78º | 0.69% | 0.33% | - |
| XYZ | 2.79 | 2.33 | 8.9 | - |
| YUV | 40.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 85 | 0.69 | 0.54 | 0 | 0.67 | 226.78 | 0.53 | 0.22 |
| Hex | 1A | 27 | 55 | 45 | 36 | 0 | 43 | E3 | 35 | 16 |
| Octal | 32 | 47 | 125 | 105 | 66 | 0 | 103 | 343 | 65 | 26 |
| Binary | 11010 | 100111 | 1010101 | 1000101 | 110110 | 0 | 1000011 | 11100011 | 110101 | 10110 |
Color Harmonies of #1A2755
Complementary color
Monochromatic Colors of #1A2755
Black with #1A2755
Text Example
Text Example
White with #1A2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2755; }
p { color: rgb(26,39,85); }
H1.HeaderClassName
{
color: #1A2755;
}
.AnyTagClassName
{
color: #1A2755;
}
</style>
background-color css
<style>
a { background-color: #1A2755; }
a { background-color: rgb(26,39,85); }
div.DivClassName
{
background-color: #1A2755;
}
.BgClassName
{
background-color: #1A2755;
}
</style>
border-color css
<style>
span { border-color: #1A2755; }
span { border-color: rgb(26,39,85); }
td.TdClassName
{
border-color: #1A2755;
}
.TagClassName
{
border-color: #1A2755;
}
</style>