Shades of Blue Stone #1A5459
Tints of Blue Stone #1A5459
RGB
CMYK
RGB Variations
Color information
#1A5459 (or 0x1A5459) is known color: Blue Stone. HEX triplet: 1A, 54 and 59. RGB value is (26,84,89). Sum of RGB (Red+Green+Blue) = 26+84+89=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A5459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5459 is #E5ABA6. Grayscale: #434343. Windows color (decimal): -15051687 or 5854234. OLE color: 5854234.
HSL color Cylindrical-coordinate representation of color #1A5459: hue angle of 184.76º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5459 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 84 | 89 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.65 |
| HSL | 184.76º | 0.55% | 0.23% | - |
| HSV(B) | 184.76º | 0.71% | 0.35% | - |
| XYZ | 5.4 | 7.28 | 10.57 | - |
| YUV | 67.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 89 | 0.71 | 0.06 | 0 | 0.65 | 184.76 | 0.55 | 0.23 |
| Hex | 1A | 54 | 59 | 47 | 6 | 0 | 41 | B9 | 37 | 17 |
| Octal | 32 | 124 | 131 | 107 | 6 | 0 | 101 | 271 | 67 | 27 |
| Binary | 11010 | 1010100 | 1011001 | 1000111 | 110 | 0 | 1000001 | 10111001 | 110111 | 10111 |
Color Harmonies of #1A5459
Complementary color
Monochromatic Colors of #1A5459
Black with #1A5459
Text Example
Text Example
White with #1A5459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5459; }
p { color: rgb(26,84,89); }
H1.HeaderClassName
{
color: #1A5459;
}
.AnyTagClassName
{
color: #1A5459;
}
</style>
background-color css
<style>
a { background-color: #1A5459; }
a { background-color: rgb(26,84,89); }
div.DivClassName
{
background-color: #1A5459;
}
.BgClassName
{
background-color: #1A5459;
}
</style>
border-color css
<style>
span { border-color: #1A5459; }
span { border-color: rgb(26,84,89); }
td.TdClassName
{
border-color: #1A5459;
}
.TagClassName
{
border-color: #1A5459;
}
</style>