Shades of Blue Stone #155A6A
Tints of Blue Stone #155A6A
RGB
CMYK
RGB Variations
Color information
#155A6A (or 0x155A6A) is known color: Blue Stone. HEX triplet: 15, 5A and 6A. RGB value is (21,90,106). Sum of RGB (Red+Green+Blue) = 21+90+106=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #155A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A6A is #EAA595. Grayscale: #474747. Windows color (decimal): -15377814 or 6969877. OLE color: 6969877.
HSL color Cylindrical-coordinate representation of color #155A6A: hue angle of 191.29º 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 #155A6A is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 90 | 106 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.58 |
| HSL | 191.29º | 0.67% | 0.25% | - |
| HSV(B) | 191.29º | 0.8% | 0.42% | - |
| XYZ | 6.57 | 8.51 | 14.93 | - |
| YUV | 71.19 | 147.64 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 106 | 0.80 | 0.15 | 0 | 0.58 | 191.29 | 0.67 | 0.25 |
| Hex | 15 | 5A | 6A | 50 | F | 0 | 3A | BF | 43 | 19 |
| Octal | 25 | 132 | 152 | 120 | 17 | 0 | 72 | 277 | 103 | 31 |
| Binary | 10101 | 1011010 | 1101010 | 1010000 | 1111 | 0 | 111010 | 10111111 | 1000011 | 11001 |
Color Harmonies of #155A6A
Complementary color
Monochromatic Colors of #155A6A
Black with #155A6A
Text Example
Text Example
White with #155A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A6A; }
p { color: rgb(21,90,106); }
H1.HeaderClassName
{
color: #155A6A;
}
.AnyTagClassName
{
color: #155A6A;
}
</style>
background-color css
<style>
a { background-color: #155A6A; }
a { background-color: rgb(21,90,106); }
div.DivClassName
{
background-color: #155A6A;
}
.BgClassName
{
background-color: #155A6A;
}
</style>
border-color css
<style>
span { border-color: #155A6A; }
span { border-color: rgb(21,90,106); }
td.TdClassName
{
border-color: #155A6A;
}
.TagClassName
{
border-color: #155A6A;
}
</style>