Shades of Blue Stone #195E57
Tints of Blue Stone #195E57
RGB
CMYK
RGB Variations
Color information
#195E57 (or 0x195E57) is known color: Blue Stone. HEX triplet: 19, 5E and 57. RGB value is (25,94,87). Sum of RGB (Red+Green+Blue) = 25+94+87=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #195E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195E57 is #E6A1A8. Grayscale: #484848. Windows color (decimal): -15114665 or 5725721. OLE color: 5725721.
HSL color Cylindrical-coordinate representation of color #195E57: hue angle of 173.91º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195E57 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 94 | 87 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.63 |
| HSL | 173.91º | 0.58% | 0.23% | - |
| HSV(B) | 173.91º | 0.73% | 0.37% | - |
| XYZ | 6.12 | 8.9 | 10.41 | - |
| YUV | 72.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 87 | 0.73 | 0 | 0.07 | 0.63 | 173.91 | 0.58 | 0.23 |
| Hex | 19 | 5E | 57 | 49 | 0 | 7 | 3F | AE | 3A | 17 |
| Octal | 31 | 136 | 127 | 111 | 0 | 7 | 77 | 256 | 72 | 27 |
| Binary | 11001 | 1011110 | 1010111 | 1001001 | 0 | 111 | 111111 | 10101110 | 111010 | 10111 |
Color Harmonies of #195E57
Complementary color
Monochromatic Colors of #195E57
Black with #195E57
Text Example
Text Example
White with #195E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195E57; }
p { color: rgb(25,94,87); }
H1.HeaderClassName
{
color: #195E57;
}
.AnyTagClassName
{
color: #195E57;
}
</style>
background-color css
<style>
a { background-color: #195E57; }
a { background-color: rgb(25,94,87); }
div.DivClassName
{
background-color: #195E57;
}
.BgClassName
{
background-color: #195E57;
}
</style>
border-color css
<style>
span { border-color: #195E57; }
span { border-color: rgb(25,94,87); }
td.TdClassName
{
border-color: #195E57;
}
.TagClassName
{
border-color: #195E57;
}
</style>