Shades of Blue Stone #1B706C
Tints of Blue Stone #1B706C
RGB
CMYK
RGB Variations
Color information
#1B706C (or 0x1B706C) is known color: Blue Stone. HEX triplet: 1B, 70 and 6C. RGB value is (27,112,108). Sum of RGB (Red+Green+Blue) = 27+112+108=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #1B706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B706C is #E48F93. Grayscale: #565656. Windows color (decimal): -14978964 or 7106587. OLE color: 7106587.
HSL color Cylindrical-coordinate representation of color #1B706C: hue angle of 177.18º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B706C is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 112 | 108 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.56 |
| HSL | 177.18º | 0.61% | 0.27% | - |
| HSV(B) | 177.18º | 0.76% | 0.44% | - |
| XYZ | 8.95 | 12.9 | 16.21 | - |
| YUV | 86.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 108 | 0.76 | 0 | 0.04 | 0.56 | 177.18 | 0.61 | 0.27 |
| Hex | 1B | 70 | 6C | 4C | 0 | 4 | 38 | B1 | 3D | 1B |
| Octal | 33 | 160 | 154 | 114 | 0 | 4 | 70 | 261 | 75 | 33 |
| Binary | 11011 | 1110000 | 1101100 | 1001100 | 0 | 100 | 111000 | 10110001 | 111101 | 11011 |
Color Harmonies of #1B706C
Complementary color
Monochromatic Colors of #1B706C
Black with #1B706C
Text Example
Text Example
White with #1B706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B706C; }
p { color: rgb(27,112,108); }
H1.HeaderClassName
{
color: #1B706C;
}
.AnyTagClassName
{
color: #1B706C;
}
</style>
background-color css
<style>
a { background-color: #1B706C; }
a { background-color: rgb(27,112,108); }
div.DivClassName
{
background-color: #1B706C;
}
.BgClassName
{
background-color: #1B706C;
}
</style>
border-color css
<style>
span { border-color: #1B706C; }
span { border-color: rgb(27,112,108); }
td.TdClassName
{
border-color: #1B706C;
}
.TagClassName
{
border-color: #1B706C;
}
</style>