Shades of Blue Stone #156B64
Tints of Blue Stone #156B64
RGB
CMYK
RGB Variations
Color information
#156B64 (or 0x156B64) is known color: Blue Stone. HEX triplet: 15, 6B and 64. RGB value is (21,107,100). Sum of RGB (Red+Green+Blue) = 21+107+100=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #156B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B64 is #EA949B. Grayscale: #505050. Windows color (decimal): -15373468 or 6581013. OLE color: 6581013.
HSL color Cylindrical-coordinate representation of color #156B64: hue angle of 175.12º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B64 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 107 | 100 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.58 |
| HSL | 175.12º | 0.67% | 0.25% | - |
| HSV(B) | 175.12º | 0.8% | 0.42% | - |
| XYZ | 7.87 | 11.59 | 13.88 | - |
| YUV | 80.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 100 | 0.80 | 0 | 0.07 | 0.58 | 175.12 | 0.67 | 0.25 |
| Hex | 15 | 6B | 64 | 50 | 0 | 7 | 3A | AF | 43 | 19 |
| Octal | 25 | 153 | 144 | 120 | 0 | 7 | 72 | 257 | 103 | 31 |
| Binary | 10101 | 1101011 | 1100100 | 1010000 | 0 | 111 | 111010 | 10101111 | 1000011 | 11001 |
Color Harmonies of #156B64
Complementary color
Monochromatic Colors of #156B64
Black with #156B64
Text Example
Text Example
White with #156B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156B64; }
p { color: rgb(21,107,100); }
H1.HeaderClassName
{
color: #156B64;
}
.AnyTagClassName
{
color: #156B64;
}
</style>
background-color css
<style>
a { background-color: #156B64; }
a { background-color: rgb(21,107,100); }
div.DivClassName
{
background-color: #156B64;
}
.BgClassName
{
background-color: #156B64;
}
</style>
border-color css
<style>
span { border-color: #156B64; }
span { border-color: rgb(21,107,100); }
td.TdClassName
{
border-color: #156B64;
}
.TagClassName
{
border-color: #156B64;
}
</style>