Shades of Blue Stone #155E69
Tints of Blue Stone #155E69
RGB
CMYK
RGB Variations
Color information
#155E69 (or 0x155E69) is known color: Blue Stone. HEX triplet: 15, 5E and 69. RGB value is (21,94,105). Sum of RGB (Red+Green+Blue) = 21+94+105=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #155E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E69 is #EAA196. Grayscale: #494949. Windows color (decimal): -15376791 or 6905365. OLE color: 6905365.
HSL color Cylindrical-coordinate representation of color #155E69: hue angle of 187.86º 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 #155E69 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 94 | 105 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.59 |
| HSL | 187.86º | 0.67% | 0.25% | - |
| HSV(B) | 187.86º | 0.8% | 0.41% | - |
| XYZ | 6.86 | 9.18 | 14.78 | - |
| YUV | 73.43 | 145.82 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 105 | 0.80 | 0.10 | 0 | 0.59 | 187.86 | 0.67 | 0.25 |
| Hex | 15 | 5E | 69 | 50 | A | 0 | 3B | BC | 43 | 19 |
| Octal | 25 | 136 | 151 | 120 | 12 | 0 | 73 | 274 | 103 | 31 |
| Binary | 10101 | 1011110 | 1101001 | 1010000 | 1010 | 0 | 111011 | 10111100 | 1000011 | 11001 |
Color Harmonies of #155E69
Complementary color
Monochromatic Colors of #155E69
Black with #155E69
Text Example
Text Example
White with #155E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E69; }
p { color: rgb(21,94,105); }
H1.HeaderClassName
{
color: #155E69;
}
.AnyTagClassName
{
color: #155E69;
}
</style>
background-color css
<style>
a { background-color: #155E69; }
a { background-color: rgb(21,94,105); }
div.DivClassName
{
background-color: #155E69;
}
.BgClassName
{
background-color: #155E69;
}
</style>
border-color css
<style>
span { border-color: #155E69; }
span { border-color: rgb(21,94,105); }
td.TdClassName
{
border-color: #155E69;
}
.TagClassName
{
border-color: #155E69;
}
</style>