Shades of Lucky Point #1A2458
Tints of Lucky Point #1A2458
RGB
CMYK
RGB Variations
Color information
#1A2458 (or 0x1A2458) is known color: Lucky Point. HEX triplet: 1A, 24 and 58. RGB value is (26,36,88). Sum of RGB (Red+Green+Blue) = 26+36+88=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A2458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2458 is #E5DBA7. Grayscale: #262626. Windows color (decimal): -15063976 or 5776410. OLE color: 5776410.
HSL color Cylindrical-coordinate representation of color #1A2458: hue angle of 230.32º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A2458 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 36 | 88 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.65 |
| HSL | 230.32º | 0.54% | 0.22% | - |
| HSV(B) | 230.32º | 0.7% | 0.35% | - |
| XYZ | 2.82 | 2.19 | 9.51 | - |
| YUV | 38.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 88 | 0.70 | 0.59 | 0 | 0.65 | 230.32 | 0.54 | 0.22 |
| Hex | 1A | 24 | 58 | 46 | 3B | 0 | 41 | E6 | 36 | 16 |
| Octal | 32 | 44 | 130 | 106 | 73 | 0 | 101 | 346 | 66 | 26 |
| Binary | 11010 | 100100 | 1011000 | 1000110 | 111011 | 0 | 1000001 | 11100110 | 110110 | 10110 |
Color Harmonies of #1A2458
Complementary color
Monochromatic Colors of #1A2458
Black with #1A2458
Text Example
Text Example
White with #1A2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2458; }
p { color: rgb(26,36,88); }
H1.HeaderClassName
{
color: #1A2458;
}
.AnyTagClassName
{
color: #1A2458;
}
</style>
background-color css
<style>
a { background-color: #1A2458; }
a { background-color: rgb(26,36,88); }
div.DivClassName
{
background-color: #1A2458;
}
.BgClassName
{
background-color: #1A2458;
}
</style>
border-color css
<style>
span { border-color: #1A2458; }
span { border-color: rgb(26,36,88); }
td.TdClassName
{
border-color: #1A2458;
}
.TagClassName
{
border-color: #1A2458;
}
</style>