Shades of Blue Stone #1A695E
Tints of Blue Stone #1A695E
RGB
CMYK
RGB Variations
Color information
#1A695E (or 0x1A695E) is known color: Blue Stone. HEX triplet: 1A, 69 and 5E. RGB value is (26,105,94). Sum of RGB (Red+Green+Blue) = 26+105+94=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #1A695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A695E is #E596A1. Grayscale: #505050. Windows color (decimal): -15046306 or 6187290. OLE color: 6187290.
HSL color Cylindrical-coordinate representation of color #1A695E: hue angle of 171.65º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A695E is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 105 | 94 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.59 |
| HSL | 171.65º | 0.6% | 0.26% | - |
| HSV(B) | 171.65º | 0.75% | 0.41% | - |
| XYZ | 7.5 | 11.13 | 12.34 | - |
| YUV | 80.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 94 | 0.75 | 0 | 0.10 | 0.59 | 171.65 | 0.6 | 0.26 |
| Hex | 1A | 69 | 5E | 4B | 0 | A | 3B | AC | 3C | 1A |
| Octal | 32 | 151 | 136 | 113 | 0 | 12 | 73 | 254 | 74 | 32 |
| Binary | 11010 | 1101001 | 1011110 | 1001011 | 0 | 1010 | 111011 | 10101100 | 111100 | 11010 |
Color Harmonies of #1A695E
Complementary color
Monochromatic Colors of #1A695E
Black with #1A695E
Text Example
Text Example
White with #1A695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A695E; }
p { color: rgb(26,105,94); }
H1.HeaderClassName
{
color: #1A695E;
}
.AnyTagClassName
{
color: #1A695E;
}
</style>
background-color css
<style>
a { background-color: #1A695E; }
a { background-color: rgb(26,105,94); }
div.DivClassName
{
background-color: #1A695E;
}
.BgClassName
{
background-color: #1A695E;
}
</style>
border-color css
<style>
span { border-color: #1A695E; }
span { border-color: rgb(26,105,94); }
td.TdClassName
{
border-color: #1A695E;
}
.TagClassName
{
border-color: #1A695E;
}
</style>