Shades of Blue Stone #1A6E70
Tints of Blue Stone #1A6E70
RGB
CMYK
RGB Variations
Color information
#1A6E70 (or 0x1A6E70) is known color: Blue Stone. HEX triplet: 1A, 6E and 70. RGB value is (26,110,112). Sum of RGB (Red+Green+Blue) = 26+110+112=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A6E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6E70 is #E5918F. Grayscale: #555555. Windows color (decimal): -15045008 or 7368218. OLE color: 7368218.
HSL color Cylindrical-coordinate representation of color #1A6E70: hue angle of 181.4º 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 #1A6E70 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 110 | 112 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.56 |
| HSL | 181.4º | 0.62% | 0.27% | - |
| HSV(B) | 181.4º | 0.77% | 0.44% | - |
| XYZ | 8.93 | 12.54 | 17.28 | - |
| YUV | 85.11 | 143.17 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 110 | 112 | 0.77 | 0.02 | 0 | 0.56 | 181.4 | 0.62 | 0.27 |
| Hex | 1A | 6E | 70 | 4D | 2 | 0 | 38 | B5 | 3E | 1B |
| Octal | 32 | 156 | 160 | 115 | 2 | 0 | 70 | 265 | 76 | 33 |
| Binary | 11010 | 1101110 | 1110000 | 1001101 | 10 | 0 | 111000 | 10110101 | 111110 | 11011 |
Color Harmonies of #1A6E70
Complementary color
Monochromatic Colors of #1A6E70
Black with #1A6E70
Text Example
Text Example
White with #1A6E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6E70; }
p { color: rgb(26,110,112); }
H1.HeaderClassName
{
color: #1A6E70;
}
.AnyTagClassName
{
color: #1A6E70;
}
</style>
background-color css
<style>
a { background-color: #1A6E70; }
a { background-color: rgb(26,110,112); }
div.DivClassName
{
background-color: #1A6E70;
}
.BgClassName
{
background-color: #1A6E70;
}
</style>
border-color css
<style>
span { border-color: #1A6E70; }
span { border-color: rgb(26,110,112); }
td.TdClassName
{
border-color: #1A6E70;
}
.TagClassName
{
border-color: #1A6E70;
}
</style>