Shades of Blue Stone #15706E
Tints of Blue Stone #15706E
RGB
CMYK
RGB Variations
Color information
#15706E (or 0x15706E) is known color: Blue Stone. HEX triplet: 15, 70 and 6E. RGB value is (21,112,110). Sum of RGB (Red+Green+Blue) = 21+112+110=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #15706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15706E is #EA8F91. Grayscale: #545454. Windows color (decimal): -15372178 or 7237653. OLE color: 7237653.
HSL color Cylindrical-coordinate representation of color #15706E: hue angle of 178.68º 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 #15706E is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 110 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.56 |
| HSL | 178.68º | 0.68% | 0.26% | - |
| HSV(B) | 178.68º | 0.81% | 0.44% | - |
| XYZ | 8.92 | 12.87 | 16.77 | - |
| YUV | 84.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 110 | 0.81 | 0 | 0.02 | 0.56 | 178.68 | 0.68 | 0.26 |
| Hex | 15 | 70 | 6E | 51 | 0 | 2 | 38 | B3 | 44 | 1A |
| Octal | 25 | 160 | 156 | 121 | 0 | 2 | 70 | 263 | 104 | 32 |
| Binary | 10101 | 1110000 | 1101110 | 1010001 | 0 | 10 | 111000 | 10110011 | 1000100 | 11010 |
Color Harmonies of #15706E
Complementary color
Monochromatic Colors of #15706E
Black with #15706E
Text Example
Text Example
White with #15706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15706E; }
p { color: rgb(21,112,110); }
H1.HeaderClassName
{
color: #15706E;
}
.AnyTagClassName
{
color: #15706E;
}
</style>
background-color css
<style>
a { background-color: #15706E; }
a { background-color: rgb(21,112,110); }
div.DivClassName
{
background-color: #15706E;
}
.BgClassName
{
background-color: #15706E;
}
</style>
border-color css
<style>
span { border-color: #15706E; }
span { border-color: rgb(21,112,110); }
td.TdClassName
{
border-color: #15706E;
}
.TagClassName
{
border-color: #15706E;
}
</style>