Shades of Blue Stone #195F5E
Tints of Blue Stone #195F5E
RGB
CMYK
RGB Variations
Color information
#195F5E (or 0x195F5E) is known color: Blue Stone. HEX triplet: 19, 5F and 5E. RGB value is (25,95,94). Sum of RGB (Red+Green+Blue) = 25+95+94=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 95 - color contains mainly: green. Hex color #195F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F5E is #E6A0A1. Grayscale: #494949. Windows color (decimal): -15114402 or 6184729. OLE color: 6184729.
HSL color Cylindrical-coordinate representation of color #195F5E: hue angle of 179.14º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195F5E is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 95 | 94 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.63 |
| HSL | 179.14º | 0.58% | 0.24% | - |
| HSV(B) | 179.14º | 0.74% | 0.37% | - |
| XYZ | 6.51 | 9.2 | 12.02 | - |
| YUV | 73.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 94 | 0.74 | 0 | 0.01 | 0.63 | 179.14 | 0.58 | 0.24 |
| Hex | 19 | 5F | 5E | 4A | 0 | 1 | 3F | B3 | 3A | 18 |
| Octal | 31 | 137 | 136 | 112 | 0 | 1 | 77 | 263 | 72 | 30 |
| Binary | 11001 | 1011111 | 1011110 | 1001010 | 0 | 1 | 111111 | 10110011 | 111010 | 11000 |
Color Harmonies of #195F5E
Complementary color
Monochromatic Colors of #195F5E
Black with #195F5E
Text Example
Text Example
White with #195F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195F5E; }
p { color: rgb(25,95,94); }
H1.HeaderClassName
{
color: #195F5E;
}
.AnyTagClassName
{
color: #195F5E;
}
</style>
background-color css
<style>
a { background-color: #195F5E; }
a { background-color: rgb(25,95,94); }
div.DivClassName
{
background-color: #195F5E;
}
.BgClassName
{
background-color: #195F5E;
}
</style>
border-color css
<style>
span { border-color: #195F5E; }
span { border-color: rgb(25,95,94); }
td.TdClassName
{
border-color: #195F5E;
}
.TagClassName
{
border-color: #195F5E;
}
</style>