Shades of Blue Stone #1B706F
Tints of Blue Stone #1B706F
RGB
CMYK
RGB Variations
Color information
#1B706F (or 0x1B706F) is known color: Blue Stone. HEX triplet: 1B, 70 and 6F. RGB value is (27,112,111). Sum of RGB (Red+Green+Blue) = 27+112+111=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #1B706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B706F is #E48F90. Grayscale: #565656. Windows color (decimal): -14978961 or 7303195. OLE color: 7303195.
HSL color Cylindrical-coordinate representation of color #1B706F: hue angle of 179.29º 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 #1B706F is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 112 | 111 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.56 |
| HSL | 179.29º | 0.61% | 0.27% | - |
| HSV(B) | 179.29º | 0.76% | 0.44% | - |
| XYZ | 9.12 | 12.97 | 17.06 | - |
| YUV | 86.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 111 | 0.76 | 0 | 0.01 | 0.56 | 179.29 | 0.61 | 0.27 |
| Hex | 1B | 70 | 6F | 4C | 0 | 1 | 38 | B3 | 3D | 1B |
| Octal | 33 | 160 | 157 | 114 | 0 | 1 | 70 | 263 | 75 | 33 |
| Binary | 11011 | 1110000 | 1101111 | 1001100 | 0 | 1 | 111000 | 10110011 | 111101 | 11011 |
Color Harmonies of #1B706F
Complementary color
Monochromatic Colors of #1B706F
Black with #1B706F
Text Example
Text Example
White with #1B706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B706F; }
p { color: rgb(27,112,111); }
H1.HeaderClassName
{
color: #1B706F;
}
.AnyTagClassName
{
color: #1B706F;
}
</style>
background-color css
<style>
a { background-color: #1B706F; }
a { background-color: rgb(27,112,111); }
div.DivClassName
{
background-color: #1B706F;
}
.BgClassName
{
background-color: #1B706F;
}
</style>
border-color css
<style>
span { border-color: #1B706F; }
span { border-color: rgb(27,112,111); }
td.TdClassName
{
border-color: #1B706F;
}
.TagClassName
{
border-color: #1B706F;
}
</style>