Shades of Blue Stone #1A6C5F
Tints of Blue Stone #1A6C5F
RGB
CMYK
RGB Variations
Color information
#1A6C5F (or 0x1A6C5F) is known color: Blue Stone. HEX triplet: 1A, 6C and 5F. RGB value is (26,108,95). Sum of RGB (Red+Green+Blue) = 26+108+95=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #1A6C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6C5F is #E593A0. Grayscale: #515151. Windows color (decimal): -15045537 or 6253594. OLE color: 6253594.
HSL color Cylindrical-coordinate representation of color #1A6C5F: hue angle of 170.49º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6C5F is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 108 | 95 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.58 |
| HSL | 170.49º | 0.61% | 0.26% | - |
| HSV(B) | 170.49º | 0.76% | 0.42% | - |
| XYZ | 7.85 | 11.77 | 12.68 | - |
| YUV | 82 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 108 | 95 | 0.76 | 0 | 0.12 | 0.58 | 170.49 | 0.61 | 0.26 |
| Hex | 1A | 6C | 5F | 4C | 0 | C | 3A | AA | 3D | 1A |
| Octal | 32 | 154 | 137 | 114 | 0 | 14 | 72 | 252 | 75 | 32 |
| Binary | 11010 | 1101100 | 1011111 | 1001100 | 0 | 1100 | 111010 | 10101010 | 111101 | 11010 |
Color Harmonies of #1A6C5F
Complementary color
Monochromatic Colors of #1A6C5F
Black with #1A6C5F
Text Example
Text Example
White with #1A6C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6C5F; }
p { color: rgb(26,108,95); }
H1.HeaderClassName
{
color: #1A6C5F;
}
.AnyTagClassName
{
color: #1A6C5F;
}
</style>
background-color css
<style>
a { background-color: #1A6C5F; }
a { background-color: rgb(26,108,95); }
div.DivClassName
{
background-color: #1A6C5F;
}
.BgClassName
{
background-color: #1A6C5F;
}
</style>
border-color css
<style>
span { border-color: #1A6C5F; }
span { border-color: rgb(26,108,95); }
td.TdClassName
{
border-color: #1A6C5F;
}
.TagClassName
{
border-color: #1A6C5F;
}
</style>