Shades of Blue Stone #1A6A5E
Tints of Blue Stone #1A6A5E
RGB
CMYK
RGB Variations
Color information
#1A6A5E (or 0x1A6A5E) is known color: Blue Stone. HEX triplet: 1A, 6A and 5E. RGB value is (26,106,94). Sum of RGB (Red+Green+Blue) = 26+106+94=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6A5E is #E595A1. Grayscale: #505050. Windows color (decimal): -15046050 or 6187546. OLE color: 6187546.
HSL color Cylindrical-coordinate representation of color #1A6A5E: hue angle of 171º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6A5E is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 106 | 94 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.58 |
| HSL | 171º | 0.61% | 0.26% | - |
| HSV(B) | 171º | 0.75% | 0.42% | - |
| XYZ | 7.6 | 11.34 | 12.38 | - |
| YUV | 80.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 94 | 0.75 | 0 | 0.11 | 0.58 | 171 | 0.61 | 0.26 |
| Hex | 1A | 6A | 5E | 4B | 0 | B | 3A | AB | 3D | 1A |
| Octal | 32 | 152 | 136 | 113 | 0 | 13 | 72 | 253 | 75 | 32 |
| Binary | 11010 | 1101010 | 1011110 | 1001011 | 0 | 1011 | 111010 | 10101011 | 111101 | 11010 |
Color Harmonies of #1A6A5E
Complementary color
Monochromatic Colors of #1A6A5E
Black with #1A6A5E
Text Example
Text Example
White with #1A6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6A5E; }
p { color: rgb(26,106,94); }
H1.HeaderClassName
{
color: #1A6A5E;
}
.AnyTagClassName
{
color: #1A6A5E;
}
</style>
background-color css
<style>
a { background-color: #1A6A5E; }
a { background-color: rgb(26,106,94); }
div.DivClassName
{
background-color: #1A6A5E;
}
.BgClassName
{
background-color: #1A6A5E;
}
</style>
border-color css
<style>
span { border-color: #1A6A5E; }
span { border-color: rgb(26,106,94); }
td.TdClassName
{
border-color: #1A6A5E;
}
.TagClassName
{
border-color: #1A6A5E;
}
</style>