Shades of Blue Stone #195D66
Tints of Blue Stone #195D66
RGB
CMYK
RGB Variations
Color information
#195D66 (or 0x195D66) is known color: Blue Stone. HEX triplet: 19, 5D and 66. RGB value is (25,93,102). Sum of RGB (Red+Green+Blue) = 25+93+102=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #195D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D66 is #E6A299. Grayscale: #494949. Windows color (decimal): -15114906 or 6708505. OLE color: 6708505.
HSL color Cylindrical-coordinate representation of color #195D66: hue angle of 187.01º degrees, saturation: 0.61, 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 #195D66 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 93 | 102 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.6 |
| HSL | 187.01º | 0.61% | 0.25% | - |
| HSV(B) | 187.01º | 0.75% | 0.4% | - |
| XYZ | 6.71 | 8.99 | 13.95 | - |
| YUV | 73.69 | 143.97 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 102 | 0.75 | 0.09 | 0 | 0.6 | 187.01 | 0.61 | 0.25 |
| Hex | 19 | 5D | 66 | 4B | 9 | 0 | 3C | BB | 3D | 19 |
| Octal | 31 | 135 | 146 | 113 | 11 | 0 | 74 | 273 | 75 | 31 |
| Binary | 11001 | 1011101 | 1100110 | 1001011 | 1001 | 0 | 111100 | 10111011 | 111101 | 11001 |
Color Harmonies of #195D66
Complementary color
Monochromatic Colors of #195D66
Black with #195D66
Text Example
Text Example
White with #195D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D66; }
p { color: rgb(25,93,102); }
H1.HeaderClassName
{
color: #195D66;
}
.AnyTagClassName
{
color: #195D66;
}
</style>
background-color css
<style>
a { background-color: #195D66; }
a { background-color: rgb(25,93,102); }
div.DivClassName
{
background-color: #195D66;
}
.BgClassName
{
background-color: #195D66;
}
</style>
border-color css
<style>
span { border-color: #195D66; }
span { border-color: rgb(25,93,102); }
td.TdClassName
{
border-color: #195D66;
}
.TagClassName
{
border-color: #195D66;
}
</style>