Shades of Blue Stone #15706F
Tints of Blue Stone #15706F
RGB
CMYK
RGB Variations
Color information
#15706F (or 0x15706F) is known color: Blue Stone. HEX triplet: 15, 70 and 6F. RGB value is (21,112,111). Sum of RGB (Red+Green+Blue) = 21+112+111=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #15706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15706F is #EA8F90. Grayscale: #545454. Windows color (decimal): -15372177 or 7303189. OLE color: 7303189.
HSL color Cylindrical-coordinate representation of color #15706F: hue angle of 179.34º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15706F is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 111 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.56 |
| HSL | 179.34º | 0.68% | 0.26% | - |
| HSV(B) | 179.34º | 0.81% | 0.44% | - |
| XYZ | 8.97 | 12.9 | 17.06 | - |
| YUV | 84.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 111 | 0.81 | 0 | 0.01 | 0.56 | 179.34 | 0.68 | 0.26 |
| Hex | 15 | 70 | 6F | 51 | 0 | 1 | 38 | B3 | 44 | 1A |
| Octal | 25 | 160 | 157 | 121 | 0 | 1 | 70 | 263 | 104 | 32 |
| Binary | 10101 | 1110000 | 1101111 | 1010001 | 0 | 1 | 111000 | 10110011 | 1000100 | 11010 |
Color Harmonies of #15706F
Complementary color
Monochromatic Colors of #15706F
Black with #15706F
Text Example
Text Example
White with #15706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15706F; }
p { color: rgb(21,112,111); }
H1.HeaderClassName
{
color: #15706F;
}
.AnyTagClassName
{
color: #15706F;
}
</style>
background-color css
<style>
a { background-color: #15706F; }
a { background-color: rgb(21,112,111); }
div.DivClassName
{
background-color: #15706F;
}
.BgClassName
{
background-color: #15706F;
}
</style>
border-color css
<style>
span { border-color: #15706F; }
span { border-color: rgb(21,112,111); }
td.TdClassName
{
border-color: #15706F;
}
.TagClassName
{
border-color: #15706F;
}
</style>