Shades of Blue Stone #1A676B
Tints of Blue Stone #1A676B
RGB
CMYK
RGB Variations
Color information
#1A676B (or 0x1A676B) is known color: Blue Stone. HEX triplet: 1A, 67 and 6B. RGB value is (26,103,107). Sum of RGB (Red+Green+Blue) = 26+103+107=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A676B is #E59894. Grayscale: #505050. Windows color (decimal): -15046805 or 7038746. OLE color: 7038746.
HSL color Cylindrical-coordinate representation of color #1A676B: hue angle of 182.96º 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 #1A676B is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 103 | 107 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.58 |
| HSL | 182.96º | 0.61% | 0.26% | - |
| HSV(B) | 182.96º | 0.76% | 0.42% | - |
| XYZ | 7.93 | 10.98 | 15.61 | - |
| YUV | 80.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 107 | 0.76 | 0.04 | 0 | 0.58 | 182.96 | 0.61 | 0.26 |
| Hex | 1A | 67 | 6B | 4C | 4 | 0 | 3A | B7 | 3D | 1A |
| Octal | 32 | 147 | 153 | 114 | 4 | 0 | 72 | 267 | 75 | 32 |
| Binary | 11010 | 1100111 | 1101011 | 1001100 | 100 | 0 | 111010 | 10110111 | 111101 | 11010 |
Color Harmonies of #1A676B
Complementary color
Monochromatic Colors of #1A676B
Black with #1A676B
Text Example
Text Example
White with #1A676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A676B; }
p { color: rgb(26,103,107); }
H1.HeaderClassName
{
color: #1A676B;
}
.AnyTagClassName
{
color: #1A676B;
}
</style>
background-color css
<style>
a { background-color: #1A676B; }
a { background-color: rgb(26,103,107); }
div.DivClassName
{
background-color: #1A676B;
}
.BgClassName
{
background-color: #1A676B;
}
</style>
border-color css
<style>
span { border-color: #1A676B; }
span { border-color: rgb(26,103,107); }
td.TdClassName
{
border-color: #1A676B;
}
.TagClassName
{
border-color: #1A676B;
}
</style>