Shades of Blue Stone #1A5659
Tints of Blue Stone #1A5659
RGB
CMYK
RGB Variations
Color information
#1A5659 (or 0x1A5659) is known color: Blue Stone. HEX triplet: 1A, 56 and 59. RGB value is (26,86,89). Sum of RGB (Red+Green+Blue) = 26+86+89=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5659 is #E5A9A6. Grayscale: #444444. Windows color (decimal): -15051175 or 5854746. OLE color: 5854746.
HSL color Cylindrical-coordinate representation of color #1A5659: hue angle of 182.86º 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 #1A5659 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 86 | 89 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.65 |
| HSL | 182.86º | 0.55% | 0.23% | - |
| HSV(B) | 182.86º | 0.71% | 0.35% | - |
| XYZ | 5.56 | 7.6 | 10.62 | - |
| YUV | 68.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 89 | 0.71 | 0.03 | 0 | 0.65 | 182.86 | 0.55 | 0.23 |
| Hex | 1A | 56 | 59 | 47 | 3 | 0 | 41 | B7 | 37 | 17 |
| Octal | 32 | 126 | 131 | 107 | 3 | 0 | 101 | 267 | 67 | 27 |
| Binary | 11010 | 1010110 | 1011001 | 1000111 | 11 | 0 | 1000001 | 10110111 | 110111 | 10111 |
Color Harmonies of #1A5659
Complementary color
Monochromatic Colors of #1A5659
Black with #1A5659
Text Example
Text Example
White with #1A5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5659; }
p { color: rgb(26,86,89); }
H1.HeaderClassName
{
color: #1A5659;
}
.AnyTagClassName
{
color: #1A5659;
}
</style>
background-color css
<style>
a { background-color: #1A5659; }
a { background-color: rgb(26,86,89); }
div.DivClassName
{
background-color: #1A5659;
}
.BgClassName
{
background-color: #1A5659;
}
</style>
border-color css
<style>
span { border-color: #1A5659; }
span { border-color: rgb(26,86,89); }
td.TdClassName
{
border-color: #1A5659;
}
.TagClassName
{
border-color: #1A5659;
}
</style>