Shades of Blue Stone #1A6866
Tints of Blue Stone #1A6866
RGB
CMYK
RGB Variations
Color information
#1A6866 (or 0x1A6866) is known color: Blue Stone. HEX triplet: 1A, 68 and 66. RGB value is (26,104,102). Sum of RGB (Red+Green+Blue) = 26+104+102=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #1A6866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6866 is #E59799. Grayscale: #505050. Windows color (decimal): -15046554 or 6711322. OLE color: 6711322.
HSL color Cylindrical-coordinate representation of color #1A6866: hue angle of 178.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6866 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 104 | 102 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.59 |
| HSL | 178.46º | 0.6% | 0.25% | - |
| HSV(B) | 178.46º | 0.75% | 0.41% | - |
| XYZ | 7.77 | 11.08 | 14.3 | - |
| YUV | 80.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 102 | 0.75 | 0 | 0.02 | 0.59 | 178.46 | 0.6 | 0.25 |
| Hex | 1A | 68 | 66 | 4B | 0 | 2 | 3B | B2 | 3C | 19 |
| Octal | 32 | 150 | 146 | 113 | 0 | 2 | 73 | 262 | 74 | 31 |
| Binary | 11010 | 1101000 | 1100110 | 1001011 | 0 | 10 | 111011 | 10110010 | 111100 | 11001 |
Color Harmonies of #1A6866
Complementary color
Monochromatic Colors of #1A6866
Black with #1A6866
Text Example
Text Example
White with #1A6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6866; }
p { color: rgb(26,104,102); }
H1.HeaderClassName
{
color: #1A6866;
}
.AnyTagClassName
{
color: #1A6866;
}
</style>
background-color css
<style>
a { background-color: #1A6866; }
a { background-color: rgb(26,104,102); }
div.DivClassName
{
background-color: #1A6866;
}
.BgClassName
{
background-color: #1A6866;
}
</style>
border-color css
<style>
span { border-color: #1A6866; }
span { border-color: rgb(26,104,102); }
td.TdClassName
{
border-color: #1A6866;
}
.TagClassName
{
border-color: #1A6866;
}
</style>