Shades of Lucky Point #1A2651
Tints of Lucky Point #1A2651
RGB
CMYK
RGB Variations
Color information
#1A2651 (or 0x1A2651) is known color: Lucky Point. HEX triplet: 1A, 26 and 51. RGB value is (26,38,81). Sum of RGB (Red+Green+Blue) = 26+38+81=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A2651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2651 is #E5D9AE. Grayscale: #272727. Windows color (decimal): -15063471 or 5318170. OLE color: 5318170.
HSL color Cylindrical-coordinate representation of color #1A2651: hue angle of 226.91º 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 #1A2651 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 38 | 81 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.68 |
| HSL | 226.91º | 0.51% | 0.21% | - |
| HSV(B) | 226.91º | 0.68% | 0.32% | - |
| XYZ | 2.6 | 2.2 | 8.07 | - |
| YUV | 39.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 81 | 0.68 | 0.53 | 0 | 0.68 | 226.91 | 0.51 | 0.21 |
| Hex | 1A | 26 | 51 | 44 | 35 | 0 | 44 | E3 | 33 | 15 |
| Octal | 32 | 46 | 121 | 104 | 65 | 0 | 104 | 343 | 63 | 25 |
| Binary | 11010 | 100110 | 1010001 | 1000100 | 110101 | 0 | 1000100 | 11100011 | 110011 | 10101 |
Color Harmonies of #1A2651
Complementary color
Monochromatic Colors of #1A2651
Black with #1A2651
Text Example
Text Example
White with #1A2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2651; }
p { color: rgb(26,38,81); }
H1.HeaderClassName
{
color: #1A2651;
}
.AnyTagClassName
{
color: #1A2651;
}
</style>
background-color css
<style>
a { background-color: #1A2651; }
a { background-color: rgb(26,38,81); }
div.DivClassName
{
background-color: #1A2651;
}
.BgClassName
{
background-color: #1A2651;
}
</style>
border-color css
<style>
span { border-color: #1A2651; }
span { border-color: rgb(26,38,81); }
td.TdClassName
{
border-color: #1A2651;
}
.TagClassName
{
border-color: #1A2651;
}
</style>