Shades of Blue Stone #156863
Tints of Blue Stone #156863
RGB
CMYK
RGB Variations
Color information
#156863 (or 0x156863) is known color: Blue Stone. HEX triplet: 15, 68 and 63. RGB value is (21,104,99). Sum of RGB (Red+Green+Blue) = 21+104+99=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #156863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156863 is #EA979C. Grayscale: #4E4E4E. Windows color (decimal): -15374237 or 6514709. OLE color: 6514709.
HSL color Cylindrical-coordinate representation of color #156863: hue angle of 176.39º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156863 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 104 | 99 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.59 |
| HSL | 176.39º | 0.66% | 0.25% | - |
| HSV(B) | 176.39º | 0.8% | 0.41% | - |
| XYZ | 7.51 | 10.96 | 13.52 | - |
| YUV | 78.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 99 | 0.80 | 0 | 0.05 | 0.59 | 176.39 | 0.66 | 0.25 |
| Hex | 15 | 68 | 63 | 50 | 0 | 5 | 3B | B0 | 42 | 19 |
| Octal | 25 | 150 | 143 | 120 | 0 | 5 | 73 | 260 | 102 | 31 |
| Binary | 10101 | 1101000 | 1100011 | 1010000 | 0 | 101 | 111011 | 10110000 | 1000010 | 11001 |
Color Harmonies of #156863
Complementary color
Monochromatic Colors of #156863
Black with #156863
Text Example
Text Example
White with #156863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156863; }
p { color: rgb(21,104,99); }
H1.HeaderClassName
{
color: #156863;
}
.AnyTagClassName
{
color: #156863;
}
</style>
background-color css
<style>
a { background-color: #156863; }
a { background-color: rgb(21,104,99); }
div.DivClassName
{
background-color: #156863;
}
.BgClassName
{
background-color: #156863;
}
</style>
border-color css
<style>
span { border-color: #156863; }
span { border-color: rgb(21,104,99); }
td.TdClassName
{
border-color: #156863;
}
.TagClassName
{
border-color: #156863;
}
</style>