Shades of Blue Stone #195965
Tints of Blue Stone #195965
RGB
CMYK
RGB Variations
Color information
#195965 (or 0x195965) is known color: Blue Stone. HEX triplet: 19, 59 and 65. RGB value is (25,89,101). Sum of RGB (Red+Green+Blue) = 25+89+101=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #195965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195965 is #E6A69A. Grayscale: #474747. Windows color (decimal): -15115931 or 6641945. OLE color: 6641945.
HSL color Cylindrical-coordinate representation of color #195965: hue angle of 189.47º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195965 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 89 | 101 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.60 |
| HSL | 189.47º | 0.6% | 0.25% | - |
| HSV(B) | 189.47º | 0.75% | 0.4% | - |
| XYZ | 6.32 | 8.29 | 13.58 | - |
| YUV | 71.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 101 | 0.75 | 0.12 | 0 | 0.60 | 189.47 | 0.6 | 0.25 |
| Hex | 19 | 59 | 65 | 4B | C | 0 | 3C | BD | 3C | 19 |
| Octal | 31 | 131 | 145 | 113 | 14 | 0 | 74 | 275 | 74 | 31 |
| Binary | 11001 | 1011001 | 1100101 | 1001011 | 1100 | 0 | 111100 | 10111101 | 111100 | 11001 |
Color Harmonies of #195965
Complementary color
Monochromatic Colors of #195965
Black with #195965
Text Example
Text Example
White with #195965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195965; }
p { color: rgb(25,89,101); }
H1.HeaderClassName
{
color: #195965;
}
.AnyTagClassName
{
color: #195965;
}
</style>
background-color css
<style>
a { background-color: #195965; }
a { background-color: rgb(25,89,101); }
div.DivClassName
{
background-color: #195965;
}
.BgClassName
{
background-color: #195965;
}
</style>
border-color css
<style>
span { border-color: #195965; }
span { border-color: rgb(25,89,101); }
td.TdClassName
{
border-color: #195965;
}
.TagClassName
{
border-color: #195965;
}
</style>