Shades of Blue Stone #1A726B
Tints of Blue Stone #1A726B
RGB
CMYK
RGB Variations
Color information
#1A726B (or 0x1A726B) is known color: Blue Stone. HEX triplet: 1A, 72 and 6B. RGB value is (26,114,107). Sum of RGB (Red+Green+Blue) = 26+114+107=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #1A726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A726B is #E58D94. Grayscale: #565656. Windows color (decimal): -15043989 or 7041562. OLE color: 7041562.
HSL color Cylindrical-coordinate representation of color #1A726B: hue angle of 175.23º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A726B is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 114 | 107 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.55 |
| HSL | 175.23º | 0.63% | 0.27% | - |
| HSV(B) | 175.23º | 0.77% | 0.45% | - |
| XYZ | 9.1 | 13.32 | 16 | - |
| YUV | 86.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 114 | 107 | 0.77 | 0 | 0.06 | 0.55 | 175.23 | 0.63 | 0.27 |
| Hex | 1A | 72 | 6B | 4D | 0 | 6 | 37 | AF | 3F | 1B |
| Octal | 32 | 162 | 153 | 115 | 0 | 6 | 67 | 257 | 77 | 33 |
| Binary | 11010 | 1110010 | 1101011 | 1001101 | 0 | 110 | 110111 | 10101111 | 111111 | 11011 |
Color Harmonies of #1A726B
Complementary color
Monochromatic Colors of #1A726B
Black with #1A726B
Text Example
Text Example
White with #1A726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A726B; }
p { color: rgb(26,114,107); }
H1.HeaderClassName
{
color: #1A726B;
}
.AnyTagClassName
{
color: #1A726B;
}
</style>
background-color css
<style>
a { background-color: #1A726B; }
a { background-color: rgb(26,114,107); }
div.DivClassName
{
background-color: #1A726B;
}
.BgClassName
{
background-color: #1A726B;
}
</style>
border-color css
<style>
span { border-color: #1A726B; }
span { border-color: rgb(26,114,107); }
td.TdClassName
{
border-color: #1A726B;
}
.TagClassName
{
border-color: #1A726B;
}
</style>