Shades of Blue Stone #155B6A
Tints of Blue Stone #155B6A
RGB
CMYK
RGB Variations
Color information
#155B6A (or 0x155B6A) is known color: Blue Stone. HEX triplet: 15, 5B and 6A. RGB value is (21,91,106). Sum of RGB (Red+Green+Blue) = 21+91+106=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #155B6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B6A is #EAA495. Grayscale: #474747. Windows color (decimal): -15377558 or 6970133. OLE color: 6970133.
HSL color Cylindrical-coordinate representation of color #155B6A: hue angle of 190.59º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155B6A is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 91 | 106 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.58 |
| HSL | 190.59º | 0.67% | 0.25% | - |
| HSV(B) | 190.59º | 0.8% | 0.42% | - |
| XYZ | 6.65 | 8.68 | 14.96 | - |
| YUV | 71.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 106 | 0.80 | 0.14 | 0 | 0.58 | 190.59 | 0.67 | 0.25 |
| Hex | 15 | 5B | 6A | 50 | E | 0 | 3A | BF | 43 | 19 |
| Octal | 25 | 133 | 152 | 120 | 16 | 0 | 72 | 277 | 103 | 31 |
| Binary | 10101 | 1011011 | 1101010 | 1010000 | 1110 | 0 | 111010 | 10111111 | 1000011 | 11001 |
Color Harmonies of #155B6A
Complementary color
Monochromatic Colors of #155B6A
Black with #155B6A
Text Example
Text Example
White with #155B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B6A; }
p { color: rgb(21,91,106); }
H1.HeaderClassName
{
color: #155B6A;
}
.AnyTagClassName
{
color: #155B6A;
}
</style>
background-color css
<style>
a { background-color: #155B6A; }
a { background-color: rgb(21,91,106); }
div.DivClassName
{
background-color: #155B6A;
}
.BgClassName
{
background-color: #155B6A;
}
</style>
border-color css
<style>
span { border-color: #155B6A; }
span { border-color: rgb(21,91,106); }
td.TdClassName
{
border-color: #155B6A;
}
.TagClassName
{
border-color: #155B6A;
}
</style>