Shades of Blue Stone #195A66
Tints of Blue Stone #195A66
RGB
CMYK
RGB Variations
Color information
#195A66 (or 0x195A66) is known color: Blue Stone. HEX triplet: 19, 5A and 66. RGB value is (25,90,102). Sum of RGB (Red+Green+Blue) = 25+90+102=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #195A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A66 is #E6A599. Grayscale: #474747. Windows color (decimal): -15115674 or 6707737. OLE color: 6707737.
HSL color Cylindrical-coordinate representation of color #195A66: hue angle of 189.35º 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 #195A66 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 90 | 102 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.6 |
| HSL | 189.35º | 0.61% | 0.25% | - |
| HSV(B) | 189.35º | 0.75% | 0.4% | - |
| XYZ | 6.46 | 8.48 | 13.87 | - |
| YUV | 71.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 102 | 0.75 | 0.12 | 0 | 0.6 | 189.35 | 0.61 | 0.25 |
| Hex | 19 | 5A | 66 | 4B | C | 0 | 3C | BD | 3D | 19 |
| Octal | 31 | 132 | 146 | 113 | 14 | 0 | 74 | 275 | 75 | 31 |
| Binary | 11001 | 1011010 | 1100110 | 1001011 | 1100 | 0 | 111100 | 10111101 | 111101 | 11001 |
Color Harmonies of #195A66
Complementary color
Monochromatic Colors of #195A66
Black with #195A66
Text Example
Text Example
White with #195A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A66; }
p { color: rgb(25,90,102); }
H1.HeaderClassName
{
color: #195A66;
}
.AnyTagClassName
{
color: #195A66;
}
</style>
background-color css
<style>
a { background-color: #195A66; }
a { background-color: rgb(25,90,102); }
div.DivClassName
{
background-color: #195A66;
}
.BgClassName
{
background-color: #195A66;
}
</style>
border-color css
<style>
span { border-color: #195A66; }
span { border-color: rgb(25,90,102); }
td.TdClassName
{
border-color: #195A66;
}
.TagClassName
{
border-color: #195A66;
}
</style>