Shades of Blue Stone #195D5E
Tints of Blue Stone #195D5E
RGB
CMYK
RGB Variations
Color information
#195D5E (or 0x195D5E) is known color: Blue Stone. HEX triplet: 19, 5D and 5E. RGB value is (25,93,94). Sum of RGB (Red+Green+Blue) = 25+93+94=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #195D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D5E is #E6A2A1. Grayscale: #484848. Windows color (decimal): -15114914 or 6184217. OLE color: 6184217.
HSL color Cylindrical-coordinate representation of color #195D5E: hue angle of 180.87º 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 #195D5E is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 93 | 94 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.63 |
| HSL | 180.87º | 0.58% | 0.23% | - |
| HSV(B) | 180.87º | 0.73% | 0.37% | - |
| XYZ | 6.34 | 8.84 | 11.96 | - |
| YUV | 72.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 94 | 0.73 | 0.01 | 0 | 0.63 | 180.87 | 0.58 | 0.23 |
| Hex | 19 | 5D | 5E | 49 | 1 | 0 | 3F | B5 | 3A | 17 |
| Octal | 31 | 135 | 136 | 111 | 1 | 0 | 77 | 265 | 72 | 27 |
| Binary | 11001 | 1011101 | 1011110 | 1001001 | 1 | 0 | 111111 | 10110101 | 111010 | 10111 |
Color Harmonies of #195D5E
Complementary color
Monochromatic Colors of #195D5E
Black with #195D5E
Text Example
Text Example
White with #195D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D5E; }
p { color: rgb(25,93,94); }
H1.HeaderClassName
{
color: #195D5E;
}
.AnyTagClassName
{
color: #195D5E;
}
</style>
background-color css
<style>
a { background-color: #195D5E; }
a { background-color: rgb(25,93,94); }
div.DivClassName
{
background-color: #195D5E;
}
.BgClassName
{
background-color: #195D5E;
}
</style>
border-color css
<style>
span { border-color: #195D5E; }
span { border-color: rgb(25,93,94); }
td.TdClassName
{
border-color: #195D5E;
}
.TagClassName
{
border-color: #195D5E;
}
</style>