Shades of Blue Stone #156260
Tints of Blue Stone #156260
RGB
CMYK
RGB Variations
Color information
#156260 (or 0x156260) is known color: Blue Stone. HEX triplet: 15, 62 and 60. RGB value is (21,98,96). Sum of RGB (Red+Green+Blue) = 21+98+96=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #156260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156260 is #EA9D9F. Grayscale: #4A4A4A. Windows color (decimal): -15375776 or 6316565. OLE color: 6316565.
HSL color Cylindrical-coordinate representation of color #156260: hue angle of 178.44º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156260 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 98 | 96 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.62 |
| HSL | 178.44º | 0.65% | 0.23% | - |
| HSV(B) | 178.44º | 0.79% | 0.38% | - |
| XYZ | 6.79 | 9.74 | 12.59 | - |
| YUV | 74.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 96 | 0.79 | 0 | 0.02 | 0.62 | 178.44 | 0.65 | 0.23 |
| Hex | 15 | 62 | 60 | 4F | 0 | 2 | 3E | B2 | 41 | 17 |
| Octal | 25 | 142 | 140 | 117 | 0 | 2 | 76 | 262 | 101 | 27 |
| Binary | 10101 | 1100010 | 1100000 | 1001111 | 0 | 10 | 111110 | 10110010 | 1000001 | 10111 |
Color Harmonies of #156260
Complementary color
Monochromatic Colors of #156260
Black with #156260
Text Example
Text Example
White with #156260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156260; }
p { color: rgb(21,98,96); }
H1.HeaderClassName
{
color: #156260;
}
.AnyTagClassName
{
color: #156260;
}
</style>
background-color css
<style>
a { background-color: #156260; }
a { background-color: rgb(21,98,96); }
div.DivClassName
{
background-color: #156260;
}
.BgClassName
{
background-color: #156260;
}
</style>
border-color css
<style>
span { border-color: #156260; }
span { border-color: rgb(21,98,96); }
td.TdClassName
{
border-color: #156260;
}
.TagClassName
{
border-color: #156260;
}
</style>