Shades of Blue Stone #155F69
Tints of Blue Stone #155F69
RGB
CMYK
RGB Variations
Color information
#155F69 (or 0x155F69) is known color: Blue Stone. HEX triplet: 15, 5F and 69. RGB value is (21,95,105). Sum of RGB (Red+Green+Blue) = 21+95+105=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #155F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F69 is #EAA096. Grayscale: #494949. Windows color (decimal): -15376535 or 6905621. OLE color: 6905621.
HSL color Cylindrical-coordinate representation of color #155F69: hue angle of 187.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155F69 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 95 | 105 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.59 |
| HSL | 187.14º | 0.67% | 0.25% | - |
| HSV(B) | 187.14º | 0.8% | 0.41% | - |
| XYZ | 6.95 | 9.36 | 14.81 | - |
| YUV | 74.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 105 | 0.80 | 0.10 | 0 | 0.59 | 187.14 | 0.67 | 0.25 |
| Hex | 15 | 5F | 69 | 50 | A | 0 | 3B | BB | 43 | 19 |
| Octal | 25 | 137 | 151 | 120 | 12 | 0 | 73 | 273 | 103 | 31 |
| Binary | 10101 | 1011111 | 1101001 | 1010000 | 1010 | 0 | 111011 | 10111011 | 1000011 | 11001 |
Color Harmonies of #155F69
Complementary color
Monochromatic Colors of #155F69
Black with #155F69
Text Example
Text Example
White with #155F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F69; }
p { color: rgb(21,95,105); }
H1.HeaderClassName
{
color: #155F69;
}
.AnyTagClassName
{
color: #155F69;
}
</style>
background-color css
<style>
a { background-color: #155F69; }
a { background-color: rgb(21,95,105); }
div.DivClassName
{
background-color: #155F69;
}
.BgClassName
{
background-color: #155F69;
}
</style>
border-color css
<style>
span { border-color: #155F69; }
span { border-color: rgb(21,95,105); }
td.TdClassName
{
border-color: #155F69;
}
.TagClassName
{
border-color: #155F69;
}
</style>