Shades of Blue Stone #155E68
Tints of Blue Stone #155E68
RGB
CMYK
RGB Variations
Color information
#155E68 (or 0x155E68) is known color: Blue Stone. HEX triplet: 15, 5E and 68. RGB value is (21,94,104). Sum of RGB (Red+Green+Blue) = 21+94+104=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #155E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E68 is #EAA197. Grayscale: #494949. Windows color (decimal): -15376792 or 6839829. OLE color: 6839829.
HSL color Cylindrical-coordinate representation of color #155E68: hue angle of 187.23º degrees, saturation: 0.66, 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 #155E68 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 94 | 104 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.59 |
| HSL | 187.23º | 0.66% | 0.25% | - |
| HSV(B) | 187.23º | 0.8% | 0.41% | - |
| XYZ | 6.81 | 9.16 | 14.51 | - |
| YUV | 73.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 104 | 0.80 | 0.10 | 0 | 0.59 | 187.23 | 0.66 | 0.25 |
| Hex | 15 | 5E | 68 | 50 | A | 0 | 3B | BB | 42 | 19 |
| Octal | 25 | 136 | 150 | 120 | 12 | 0 | 73 | 273 | 102 | 31 |
| Binary | 10101 | 1011110 | 1101000 | 1010000 | 1010 | 0 | 111011 | 10111011 | 1000010 | 11001 |
Color Harmonies of #155E68
Complementary color
Monochromatic Colors of #155E68
Black with #155E68
Text Example
Text Example
White with #155E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E68; }
p { color: rgb(21,94,104); }
H1.HeaderClassName
{
color: #155E68;
}
.AnyTagClassName
{
color: #155E68;
}
</style>
background-color css
<style>
a { background-color: #155E68; }
a { background-color: rgb(21,94,104); }
div.DivClassName
{
background-color: #155E68;
}
.BgClassName
{
background-color: #155E68;
}
</style>
border-color css
<style>
span { border-color: #155E68; }
span { border-color: rgb(21,94,104); }
td.TdClassName
{
border-color: #155E68;
}
.TagClassName
{
border-color: #155E68;
}
</style>