Shades of Blue Stone #195F5D
Tints of Blue Stone #195F5D
RGB
CMYK
RGB Variations
Color information
#195F5D (or 0x195F5D) is known color: Blue Stone. HEX triplet: 19, 5F and 5D. RGB value is (25,95,93). Sum of RGB (Red+Green+Blue) = 25+95+93=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #195F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F5D is #E6A0A2. Grayscale: #494949. Windows color (decimal): -15114403 or 6119193. OLE color: 6119193.
HSL color Cylindrical-coordinate representation of color #195F5D: hue angle of 178.29º 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 #195F5D is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 95 | 93 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.63 |
| HSL | 178.29º | 0.58% | 0.24% | - |
| HSV(B) | 178.29º | 0.74% | 0.37% | - |
| XYZ | 6.47 | 9.18 | 11.79 | - |
| YUV | 73.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 93 | 0.74 | 0 | 0.02 | 0.63 | 178.29 | 0.58 | 0.24 |
| Hex | 19 | 5F | 5D | 4A | 0 | 2 | 3F | B2 | 3A | 18 |
| Octal | 31 | 137 | 135 | 112 | 0 | 2 | 77 | 262 | 72 | 30 |
| Binary | 11001 | 1011111 | 1011101 | 1001010 | 0 | 10 | 111111 | 10110010 | 111010 | 11000 |
Color Harmonies of #195F5D
Complementary color
Monochromatic Colors of #195F5D
Black with #195F5D
Text Example
Text Example
White with #195F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195F5D; }
p { color: rgb(25,95,93); }
H1.HeaderClassName
{
color: #195F5D;
}
.AnyTagClassName
{
color: #195F5D;
}
</style>
background-color css
<style>
a { background-color: #195F5D; }
a { background-color: rgb(25,95,93); }
div.DivClassName
{
background-color: #195F5D;
}
.BgClassName
{
background-color: #195F5D;
}
</style>
border-color css
<style>
span { border-color: #195F5D; }
span { border-color: rgb(25,95,93); }
td.TdClassName
{
border-color: #195F5D;
}
.TagClassName
{
border-color: #195F5D;
}
</style>