Shades of Blue Stone #155966
Tints of Blue Stone #155966
RGB
CMYK
RGB Variations
Color information
#155966 (or 0x155966) is known color: Blue Stone. HEX triplet: 15, 59 and 66. RGB value is (21,89,102). Sum of RGB (Red+Green+Blue) = 21+89+102=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #155966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155966 is #EAA699. Grayscale: #464646. Windows color (decimal): -15378074 or 6707477. OLE color: 6707477.
HSL color Cylindrical-coordinate representation of color #155966: hue angle of 189.63º 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 #155966 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 89 | 102 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.6 |
| HSL | 189.63º | 0.66% | 0.24% | - |
| HSV(B) | 189.63º | 0.79% | 0.4% | - |
| XYZ | 6.28 | 8.26 | 13.83 | - |
| YUV | 70.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 102 | 0.79 | 0.13 | 0 | 0.6 | 189.63 | 0.66 | 0.24 |
| Hex | 15 | 59 | 66 | 4F | D | 0 | 3C | BE | 42 | 18 |
| Octal | 25 | 131 | 146 | 117 | 15 | 0 | 74 | 276 | 102 | 30 |
| Binary | 10101 | 1011001 | 1100110 | 1001111 | 1101 | 0 | 111100 | 10111110 | 1000010 | 11000 |
Color Harmonies of #155966
Complementary color
Monochromatic Colors of #155966
Black with #155966
Text Example
Text Example
White with #155966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155966; }
p { color: rgb(21,89,102); }
H1.HeaderClassName
{
color: #155966;
}
.AnyTagClassName
{
color: #155966;
}
</style>
background-color css
<style>
a { background-color: #155966; }
a { background-color: rgb(21,89,102); }
div.DivClassName
{
background-color: #155966;
}
.BgClassName
{
background-color: #155966;
}
</style>
border-color css
<style>
span { border-color: #155966; }
span { border-color: rgb(21,89,102); }
td.TdClassName
{
border-color: #155966;
}
.TagClassName
{
border-color: #155966;
}
</style>