Shades of Blue Stone #195560
Tints of Blue Stone #195560
RGB
CMYK
RGB Variations
Color information
#195560 (or 0x195560) is known color: Blue Stone. HEX triplet: 19, 55 and 60. RGB value is (25,85,96). Sum of RGB (Red+Green+Blue) = 25+85+96=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #195560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195560 is #E6AA9F. Grayscale: #444444. Windows color (decimal): -15116960 or 6313241. OLE color: 6313241.
HSL color Cylindrical-coordinate representation of color #195560: hue angle of 189.3º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195560 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 85 | 96 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.62 |
| HSL | 189.3º | 0.59% | 0.24% | - |
| HSV(B) | 189.3º | 0.74% | 0.38% | - |
| XYZ | 5.76 | 7.55 | 12.22 | - |
| YUV | 68.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 96 | 0.74 | 0.11 | 0 | 0.62 | 189.3 | 0.59 | 0.24 |
| Hex | 19 | 55 | 60 | 4A | B | 0 | 3E | BD | 3B | 18 |
| Octal | 31 | 125 | 140 | 112 | 13 | 0 | 76 | 275 | 73 | 30 |
| Binary | 11001 | 1010101 | 1100000 | 1001010 | 1011 | 0 | 111110 | 10111101 | 111011 | 11000 |
Color Harmonies of #195560
Complementary color
Monochromatic Colors of #195560
Black with #195560
Text Example
Text Example
White with #195560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195560; }
p { color: rgb(25,85,96); }
H1.HeaderClassName
{
color: #195560;
}
.AnyTagClassName
{
color: #195560;
}
</style>
background-color css
<style>
a { background-color: #195560; }
a { background-color: rgb(25,85,96); }
div.DivClassName
{
background-color: #195560;
}
.BgClassName
{
background-color: #195560;
}
</style>
border-color css
<style>
span { border-color: #195560; }
span { border-color: rgb(25,85,96); }
td.TdClassName
{
border-color: #195560;
}
.TagClassName
{
border-color: #195560;
}
</style>