Shades of Blue Stone #1A5756
Tints of Blue Stone #1A5756
RGB
CMYK
RGB Variations
Color information
#1A5756 (or 0x1A5756) is known color: Blue Stone. HEX triplet: 1A, 57 and 56. RGB value is (26,87,86). Sum of RGB (Red+Green+Blue) = 26+87+86=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 87 - color contains mainly: green. Hex color #1A5756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5756 is #E5A8A9. Grayscale: #444444. Windows color (decimal): -15050922 or 5658394. OLE color: 5658394.
HSL color Cylindrical-coordinate representation of color #1A5756: hue angle of 179.02º 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 #1A5756 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 87 | 86 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.66 |
| HSL | 179.02º | 0.54% | 0.22% | - |
| HSV(B) | 179.02º | 0.7% | 0.34% | - |
| XYZ | 5.51 | 7.71 | 10 | - |
| YUV | 68.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 86 | 0.70 | 0 | 0.01 | 0.66 | 179.02 | 0.54 | 0.22 |
| Hex | 1A | 57 | 56 | 46 | 0 | 1 | 42 | B3 | 36 | 16 |
| Octal | 32 | 127 | 126 | 106 | 0 | 1 | 102 | 263 | 66 | 26 |
| Binary | 11010 | 1010111 | 1010110 | 1000110 | 0 | 1 | 1000010 | 10110011 | 110110 | 10110 |
Color Harmonies of #1A5756
Complementary color
Monochromatic Colors of #1A5756
Black with #1A5756
Text Example
Text Example
White with #1A5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5756; }
p { color: rgb(26,87,86); }
H1.HeaderClassName
{
color: #1A5756;
}
.AnyTagClassName
{
color: #1A5756;
}
</style>
background-color css
<style>
a { background-color: #1A5756; }
a { background-color: rgb(26,87,86); }
div.DivClassName
{
background-color: #1A5756;
}
.BgClassName
{
background-color: #1A5756;
}
</style>
border-color css
<style>
span { border-color: #1A5756; }
span { border-color: rgb(26,87,86); }
td.TdClassName
{
border-color: #1A5756;
}
.TagClassName
{
border-color: #1A5756;
}
</style>