Shades of Blue Stone #155866
Tints of Blue Stone #155866
RGB
CMYK
RGB Variations
Color information
#155866 (or 0x155866) is known color: Blue Stone. HEX triplet: 15, 58 and 66. RGB value is (21,88,102). Sum of RGB (Red+Green+Blue) = 21+88+102=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #155866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155866 is #EAA799. Grayscale: #454545. Windows color (decimal): -15378330 or 6707221. OLE color: 6707221.
HSL color Cylindrical-coordinate representation of color #155866: hue angle of 190.37º 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 #155866 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 88 | 102 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.6 |
| HSL | 190.37º | 0.66% | 0.24% | - |
| HSV(B) | 190.37º | 0.79% | 0.4% | - |
| XYZ | 6.2 | 8.1 | 13.81 | - |
| YUV | 69.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 102 | 0.79 | 0.14 | 0 | 0.6 | 190.37 | 0.66 | 0.24 |
| Hex | 15 | 58 | 66 | 4F | E | 0 | 3C | BE | 42 | 18 |
| Octal | 25 | 130 | 146 | 117 | 16 | 0 | 74 | 276 | 102 | 30 |
| Binary | 10101 | 1011000 | 1100110 | 1001111 | 1110 | 0 | 111100 | 10111110 | 1000010 | 11000 |
Color Harmonies of #155866
Complementary color
Monochromatic Colors of #155866
Black with #155866
Text Example
Text Example
White with #155866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155866; }
p { color: rgb(21,88,102); }
H1.HeaderClassName
{
color: #155866;
}
.AnyTagClassName
{
color: #155866;
}
</style>
background-color css
<style>
a { background-color: #155866; }
a { background-color: rgb(21,88,102); }
div.DivClassName
{
background-color: #155866;
}
.BgClassName
{
background-color: #155866;
}
</style>
border-color css
<style>
span { border-color: #155866; }
span { border-color: rgb(21,88,102); }
td.TdClassName
{
border-color: #155866;
}
.TagClassName
{
border-color: #155866;
}
</style>