Shades of Blue Stone #1A6E6F
Tints of Blue Stone #1A6E6F
RGB
CMYK
RGB Variations
Color information
#1A6E6F (or 0x1A6E6F) is known color: Blue Stone. HEX triplet: 1A, 6E and 6F. RGB value is (26,110,111). Sum of RGB (Red+Green+Blue) = 26+110+111=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A6E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6E6F is #E59190. Grayscale: #545454. Windows color (decimal): -15045009 or 7302682. OLE color: 7302682.
HSL color Cylindrical-coordinate representation of color #1A6E6F: hue angle of 180.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6E6F is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 110 | 111 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.56 |
| HSL | 180.71º | 0.62% | 0.27% | - |
| HSV(B) | 180.71º | 0.77% | 0.44% | - |
| XYZ | 8.87 | 12.52 | 16.99 | - |
| YUV | 85 | 142.67 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 110 | 111 | 0.77 | 0.01 | 0 | 0.56 | 180.71 | 0.62 | 0.27 |
| Hex | 1A | 6E | 6F | 4D | 1 | 0 | 38 | B5 | 3E | 1B |
| Octal | 32 | 156 | 157 | 115 | 1 | 0 | 70 | 265 | 76 | 33 |
| Binary | 11010 | 1101110 | 1101111 | 1001101 | 1 | 0 | 111000 | 10110101 | 111110 | 11011 |
Color Harmonies of #1A6E6F
Complementary color
Monochromatic Colors of #1A6E6F
Black with #1A6E6F
Text Example
Text Example
White with #1A6E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6E6F; }
p { color: rgb(26,110,111); }
H1.HeaderClassName
{
color: #1A6E6F;
}
.AnyTagClassName
{
color: #1A6E6F;
}
</style>
background-color css
<style>
a { background-color: #1A6E6F; }
a { background-color: rgb(26,110,111); }
div.DivClassName
{
background-color: #1A6E6F;
}
.BgClassName
{
background-color: #1A6E6F;
}
</style>
border-color css
<style>
span { border-color: #1A6E6F; }
span { border-color: rgb(26,110,111); }
td.TdClassName
{
border-color: #1A6E6F;
}
.TagClassName
{
border-color: #1A6E6F;
}
</style>