Shades of Lucky Point #1A2557
Tints of Lucky Point #1A2557
RGB
CMYK
RGB Variations
Color information
#1A2557 (or 0x1A2557) is known color: Lucky Point. HEX triplet: 1A, 25 and 57. RGB value is (26,37,87). Sum of RGB (Red+Green+Blue) = 26+37+87=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A2557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2557 is #E5DAA8. Grayscale: #272727. Windows color (decimal): -15063721 or 5711130. OLE color: 5711130.
HSL color Cylindrical-coordinate representation of color #1A2557: hue angle of 229.18º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A2557 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 37 | 87 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.66 |
| HSL | 229.18º | 0.54% | 0.22% | - |
| HSV(B) | 229.18º | 0.7% | 0.34% | - |
| XYZ | 2.81 | 2.23 | 9.3 | - |
| YUV | 39.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 87 | 0.70 | 0.57 | 0 | 0.66 | 229.18 | 0.54 | 0.22 |
| Hex | 1A | 25 | 57 | 46 | 39 | 0 | 42 | E5 | 36 | 16 |
| Octal | 32 | 45 | 127 | 106 | 71 | 0 | 102 | 345 | 66 | 26 |
| Binary | 11010 | 100101 | 1010111 | 1000110 | 111001 | 0 | 1000010 | 11100101 | 110110 | 10110 |
Color Harmonies of #1A2557
Complementary color
Monochromatic Colors of #1A2557
Black with #1A2557
Text Example
Text Example
White with #1A2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2557; }
p { color: rgb(26,37,87); }
H1.HeaderClassName
{
color: #1A2557;
}
.AnyTagClassName
{
color: #1A2557;
}
</style>
background-color css
<style>
a { background-color: #1A2557; }
a { background-color: rgb(26,37,87); }
div.DivClassName
{
background-color: #1A2557;
}
.BgClassName
{
background-color: #1A2557;
}
</style>
border-color css
<style>
span { border-color: #1A2557; }
span { border-color: rgb(26,37,87); }
td.TdClassName
{
border-color: #1A2557;
}
.TagClassName
{
border-color: #1A2557;
}
</style>