Shades of Blue Stone #156366
Tints of Blue Stone #156366
RGB
CMYK
RGB Variations
Color information
#156366 (or 0x156366) is known color: Blue Stone. HEX triplet: 15, 63 and 66. RGB value is (21,99,102). Sum of RGB (Red+Green+Blue) = 21+99+102=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #156366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156366 is #EA9C99. Grayscale: #4B4B4B. Windows color (decimal): -15375514 or 6710037. OLE color: 6710037.
HSL color Cylindrical-coordinate representation of color #156366: hue angle of 182.22º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156366 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 99 | 102 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.6 |
| HSL | 182.22º | 0.66% | 0.24% | - |
| HSV(B) | 182.22º | 0.79% | 0.4% | - |
| XYZ | 7.17 | 10.04 | 14.13 | - |
| YUV | 76.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 102 | 0.79 | 0.03 | 0 | 0.6 | 182.22 | 0.66 | 0.24 |
| Hex | 15 | 63 | 66 | 4F | 3 | 0 | 3C | B6 | 42 | 18 |
| Octal | 25 | 143 | 146 | 117 | 3 | 0 | 74 | 266 | 102 | 30 |
| Binary | 10101 | 1100011 | 1100110 | 1001111 | 11 | 0 | 111100 | 10110110 | 1000010 | 11000 |
Color Harmonies of #156366
Complementary color
Monochromatic Colors of #156366
Black with #156366
Text Example
Text Example
White with #156366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156366; }
p { color: rgb(21,99,102); }
H1.HeaderClassName
{
color: #156366;
}
.AnyTagClassName
{
color: #156366;
}
</style>
background-color css
<style>
a { background-color: #156366; }
a { background-color: rgb(21,99,102); }
div.DivClassName
{
background-color: #156366;
}
.BgClassName
{
background-color: #156366;
}
</style>
border-color css
<style>
span { border-color: #156366; }
span { border-color: rgb(21,99,102); }
td.TdClassName
{
border-color: #156366;
}
.TagClassName
{
border-color: #156366;
}
</style>