Shades of Blue Stone #156A6D
Tints of Blue Stone #156A6D
RGB
CMYK
RGB Variations
Color information
#156A6D (or 0x156A6D) is known color: Blue Stone. HEX triplet: 15, 6A and 6D. RGB value is (21,106,109). Sum of RGB (Red+Green+Blue) = 21+106+109=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #156A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156A6D is #EA9592. Grayscale: #505050. Windows color (decimal): -15373715 or 7170581. OLE color: 7170581.
HSL color Cylindrical-coordinate representation of color #156A6D: hue angle of 182.05º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156A6D is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 106 | 109 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.57 |
| HSL | 182.05º | 0.68% | 0.25% | - |
| HSV(B) | 182.05º | 0.81% | 0.43% | - |
| XYZ | 8.22 | 11.57 | 16.27 | - |
| YUV | 80.93 | 143.84 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 109 | 0.81 | 0.03 | 0 | 0.57 | 182.05 | 0.68 | 0.25 |
| Hex | 15 | 6A | 6D | 51 | 3 | 0 | 39 | B6 | 44 | 19 |
| Octal | 25 | 152 | 155 | 121 | 3 | 0 | 71 | 266 | 104 | 31 |
| Binary | 10101 | 1101010 | 1101101 | 1010001 | 11 | 0 | 111001 | 10110110 | 1000100 | 11001 |
Color Harmonies of #156A6D
Complementary color
Monochromatic Colors of #156A6D
Black with #156A6D
Text Example
Text Example
White with #156A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156A6D; }
p { color: rgb(21,106,109); }
H1.HeaderClassName
{
color: #156A6D;
}
.AnyTagClassName
{
color: #156A6D;
}
</style>
background-color css
<style>
a { background-color: #156A6D; }
a { background-color: rgb(21,106,109); }
div.DivClassName
{
background-color: #156A6D;
}
.BgClassName
{
background-color: #156A6D;
}
</style>
border-color css
<style>
span { border-color: #156A6D; }
span { border-color: rgb(21,106,109); }
td.TdClassName
{
border-color: #156A6D;
}
.TagClassName
{
border-color: #156A6D;
}
</style>