Shades of Blue Stone #155F67
Tints of Blue Stone #155F67
RGB
CMYK
RGB Variations
Color information
#155F67 (or 0x155F67) is known color: Blue Stone. HEX triplet: 15, 5F and 67. RGB value is (21,95,103). Sum of RGB (Red+Green+Blue) = 21+95+103=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #155F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F67 is #EAA098. Grayscale: #494949. Windows color (decimal): -15376537 or 6774549. OLE color: 6774549.
HSL color Cylindrical-coordinate representation of color #155F67: hue angle of 185.85º 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 #155F67 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 95 | 103 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.60 |
| HSL | 185.85º | 0.66% | 0.24% | - |
| HSV(B) | 185.85º | 0.8% | 0.4% | - |
| XYZ | 6.85 | 9.32 | 14.27 | - |
| YUV | 73.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 103 | 0.80 | 0.08 | 0 | 0.60 | 185.85 | 0.66 | 0.24 |
| Hex | 15 | 5F | 67 | 50 | 8 | 0 | 3C | BA | 42 | 18 |
| Octal | 25 | 137 | 147 | 120 | 10 | 0 | 74 | 272 | 102 | 30 |
| Binary | 10101 | 1011111 | 1100111 | 1010000 | 1000 | 0 | 111100 | 10111010 | 1000010 | 11000 |
Color Harmonies of #155F67
Complementary color
Monochromatic Colors of #155F67
Black with #155F67
Text Example
Text Example
White with #155F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F67; }
p { color: rgb(21,95,103); }
H1.HeaderClassName
{
color: #155F67;
}
.AnyTagClassName
{
color: #155F67;
}
</style>
background-color css
<style>
a { background-color: #155F67; }
a { background-color: rgb(21,95,103); }
div.DivClassName
{
background-color: #155F67;
}
.BgClassName
{
background-color: #155F67;
}
</style>
border-color css
<style>
span { border-color: #155F67; }
span { border-color: rgb(21,95,103); }
td.TdClassName
{
border-color: #155F67;
}
.TagClassName
{
border-color: #155F67;
}
</style>