Shades of Blue Stone #156463
Tints of Blue Stone #156463
RGB
CMYK
RGB Variations
Color information
#156463 (or 0x156463) is known color: Blue Stone. HEX triplet: 15, 64 and 63. RGB value is (21,100,99). Sum of RGB (Red+Green+Blue) = 21+100+99=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #156463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156463 is #EA9B9C. Grayscale: #4C4C4C. Windows color (decimal): -15375261 or 6513685. OLE color: 6513685.
HSL color Cylindrical-coordinate representation of color #156463: hue angle of 179.24º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156463 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 100 | 99 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.61 |
| HSL | 179.24º | 0.65% | 0.24% | - |
| HSV(B) | 179.24º | 0.79% | 0.39% | - |
| XYZ | 7.12 | 10.17 | 13.39 | - |
| YUV | 76.27 | 140.83 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 99 | 0.79 | 0 | 0.01 | 0.61 | 179.24 | 0.65 | 0.24 |
| Hex | 15 | 64 | 63 | 4F | 0 | 1 | 3D | B3 | 41 | 18 |
| Octal | 25 | 144 | 143 | 117 | 0 | 1 | 75 | 263 | 101 | 30 |
| Binary | 10101 | 1100100 | 1100011 | 1001111 | 0 | 1 | 111101 | 10110011 | 1000001 | 11000 |
Color Harmonies of #156463
Complementary color
Monochromatic Colors of #156463
Black with #156463
Text Example
Text Example
White with #156463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156463; }
p { color: rgb(21,100,99); }
H1.HeaderClassName
{
color: #156463;
}
.AnyTagClassName
{
color: #156463;
}
</style>
background-color css
<style>
a { background-color: #156463; }
a { background-color: rgb(21,100,99); }
div.DivClassName
{
background-color: #156463;
}
.BgClassName
{
background-color: #156463;
}
</style>
border-color css
<style>
span { border-color: #156463; }
span { border-color: rgb(21,100,99); }
td.TdClassName
{
border-color: #156463;
}
.TagClassName
{
border-color: #156463;
}
</style>