Shades of Blue Stone #195B5E
Tints of Blue Stone #195B5E
RGB
CMYK
RGB Variations
Color information
#195B5E (or 0x195B5E) is known color: Blue Stone. HEX triplet: 19, 5B and 5E. RGB value is (25,91,94). Sum of RGB (Red+Green+Blue) = 25+91+94=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #195B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195B5E is #E6A4A1. Grayscale: #474747. Windows color (decimal): -15115426 or 6183705. OLE color: 6183705.
HSL color Cylindrical-coordinate representation of color #195B5E: hue angle of 182.61º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195B5E is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 91 | 94 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.63 |
| HSL | 182.61º | 0.58% | 0.23% | - |
| HSV(B) | 182.61º | 0.73% | 0.37% | - |
| XYZ | 6.16 | 8.5 | 11.9 | - |
| YUV | 71.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 94 | 0.73 | 0.03 | 0 | 0.63 | 182.61 | 0.58 | 0.23 |
| Hex | 19 | 5B | 5E | 49 | 3 | 0 | 3F | B7 | 3A | 17 |
| Octal | 31 | 133 | 136 | 111 | 3 | 0 | 77 | 267 | 72 | 27 |
| Binary | 11001 | 1011011 | 1011110 | 1001001 | 11 | 0 | 111111 | 10110111 | 111010 | 10111 |
Color Harmonies of #195B5E
Complementary color
Monochromatic Colors of #195B5E
Black with #195B5E
Text Example
Text Example
White with #195B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195B5E; }
p { color: rgb(25,91,94); }
H1.HeaderClassName
{
color: #195B5E;
}
.AnyTagClassName
{
color: #195B5E;
}
</style>
background-color css
<style>
a { background-color: #195B5E; }
a { background-color: rgb(25,91,94); }
div.DivClassName
{
background-color: #195B5E;
}
.BgClassName
{
background-color: #195B5E;
}
</style>
border-color css
<style>
span { border-color: #195B5E; }
span { border-color: rgb(25,91,94); }
td.TdClassName
{
border-color: #195B5E;
}
.TagClassName
{
border-color: #195B5E;
}
</style>