Shades of Blue Stone #156F63
Tints of Blue Stone #156F63
RGB
CMYK
RGB Variations
Color information
#156F63 (or 0x156F63) is known color: Blue Stone. HEX triplet: 15, 6F and 63. RGB value is (21,111,99). Sum of RGB (Red+Green+Blue) = 21+111+99=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #156F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156F63 is #EA909C. Grayscale: #525252. Windows color (decimal): -15372445 or 6516501. OLE color: 6516501.
HSL color Cylindrical-coordinate representation of color #156F63: hue angle of 172º 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 #156F63 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 111 | 99 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.56 |
| HSL | 172º | 0.68% | 0.26% | - |
| HSV(B) | 172º | 0.81% | 0.44% | - |
| XYZ | 8.25 | 12.43 | 13.77 | - |
| YUV | 82.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 99 | 0.81 | 0 | 0.11 | 0.56 | 172 | 0.68 | 0.26 |
| Hex | 15 | 6F | 63 | 51 | 0 | B | 38 | AC | 44 | 1A |
| Octal | 25 | 157 | 143 | 121 | 0 | 13 | 70 | 254 | 104 | 32 |
| Binary | 10101 | 1101111 | 1100011 | 1010001 | 0 | 1011 | 111000 | 10101100 | 1000100 | 11010 |
Color Harmonies of #156F63
Complementary color
Monochromatic Colors of #156F63
Black with #156F63
Text Example
Text Example
White with #156F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156F63; }
p { color: rgb(21,111,99); }
H1.HeaderClassName
{
color: #156F63;
}
.AnyTagClassName
{
color: #156F63;
}
</style>
background-color css
<style>
a { background-color: #156F63; }
a { background-color: rgb(21,111,99); }
div.DivClassName
{
background-color: #156F63;
}
.BgClassName
{
background-color: #156F63;
}
</style>
border-color css
<style>
span { border-color: #156F63; }
span { border-color: rgb(21,111,99); }
td.TdClassName
{
border-color: #156F63;
}
.TagClassName
{
border-color: #156F63;
}
</style>