Shades of Blue Stone #155A63
Tints of Blue Stone #155A63
RGB
CMYK
RGB Variations
Color information
#155A63 (or 0x155A63) is known color: Blue Stone. HEX triplet: 15, 5A and 63. RGB value is (21,90,99). Sum of RGB (Red+Green+Blue) = 21+90+99=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #155A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A63 is #EAA59C. Grayscale: #464646. Windows color (decimal): -15377821 or 6511125. OLE color: 6511125.
HSL color Cylindrical-coordinate representation of color #155A63: hue angle of 186.92º 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 #155A63 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 90 | 99 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.61 |
| HSL | 186.92º | 0.65% | 0.24% | - |
| HSV(B) | 186.92º | 0.79% | 0.39% | - |
| XYZ | 6.22 | 8.37 | 13.09 | - |
| YUV | 70.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 99 | 0.79 | 0.09 | 0 | 0.61 | 186.92 | 0.65 | 0.24 |
| Hex | 15 | 5A | 63 | 4F | 9 | 0 | 3D | BB | 41 | 18 |
| Octal | 25 | 132 | 143 | 117 | 11 | 0 | 75 | 273 | 101 | 30 |
| Binary | 10101 | 1011010 | 1100011 | 1001111 | 1001 | 0 | 111101 | 10111011 | 1000001 | 11000 |
Color Harmonies of #155A63
Complementary color
Monochromatic Colors of #155A63
Black with #155A63
Text Example
Text Example
White with #155A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A63; }
p { color: rgb(21,90,99); }
H1.HeaderClassName
{
color: #155A63;
}
.AnyTagClassName
{
color: #155A63;
}
</style>
background-color css
<style>
a { background-color: #155A63; }
a { background-color: rgb(21,90,99); }
div.DivClassName
{
background-color: #155A63;
}
.BgClassName
{
background-color: #155A63;
}
</style>
border-color css
<style>
span { border-color: #155A63; }
span { border-color: rgb(21,90,99); }
td.TdClassName
{
border-color: #155A63;
}
.TagClassName
{
border-color: #155A63;
}
</style>