Shades of Blue Stone #155A67
Tints of Blue Stone #155A67
RGB
CMYK
RGB Variations
Color information
#155A67 (or 0x155A67) is known color: Blue Stone. HEX triplet: 15, 5A and 67. RGB value is (21,90,103). Sum of RGB (Red+Green+Blue) = 21+90+103=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #155A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A67 is #EAA598. Grayscale: #464646. Windows color (decimal): -15377817 or 6773269. OLE color: 6773269.
HSL color Cylindrical-coordinate representation of color #155A67: hue angle of 189.51º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155A67 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 90 | 103 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.60 |
| HSL | 189.51º | 0.66% | 0.24% | - |
| HSV(B) | 189.51º | 0.8% | 0.4% | - |
| XYZ | 6.41 | 8.45 | 14.13 | - |
| YUV | 70.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 103 | 0.80 | 0.13 | 0 | 0.60 | 189.51 | 0.66 | 0.24 |
| Hex | 15 | 5A | 67 | 50 | D | 0 | 3C | BE | 42 | 18 |
| Octal | 25 | 132 | 147 | 120 | 15 | 0 | 74 | 276 | 102 | 30 |
| Binary | 10101 | 1011010 | 1100111 | 1010000 | 1101 | 0 | 111100 | 10111110 | 1000010 | 11000 |
Color Harmonies of #155A67
Complementary color
Monochromatic Colors of #155A67
Black with #155A67
Text Example
Text Example
White with #155A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A67; }
p { color: rgb(21,90,103); }
H1.HeaderClassName
{
color: #155A67;
}
.AnyTagClassName
{
color: #155A67;
}
</style>
background-color css
<style>
a { background-color: #155A67; }
a { background-color: rgb(21,90,103); }
div.DivClassName
{
background-color: #155A67;
}
.BgClassName
{
background-color: #155A67;
}
</style>
border-color css
<style>
span { border-color: #155A67; }
span { border-color: rgb(21,90,103); }
td.TdClassName
{
border-color: #155A67;
}
.TagClassName
{
border-color: #155A67;
}
</style>