Shades of Blue Stone #195967
Tints of Blue Stone #195967
RGB
CMYK
RGB Variations
Color information
#195967 (or 0x195967) is known color: Blue Stone. HEX triplet: 19, 59 and 67. RGB value is (25,89,103). Sum of RGB (Red+Green+Blue) = 25+89+103=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #195967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195967 is #E6A698. Grayscale: #474747. Windows color (decimal): -15115929 or 6773017. OLE color: 6773017.
HSL color Cylindrical-coordinate representation of color #195967: hue angle of 190.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195967 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 89 | 103 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.60 |
| HSL | 190.77º | 0.61% | 0.25% | - |
| HSV(B) | 190.77º | 0.76% | 0.4% | - |
| XYZ | 6.42 | 8.33 | 14.1 | - |
| YUV | 71.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 103 | 0.76 | 0.14 | 0 | 0.60 | 190.77 | 0.61 | 0.25 |
| Hex | 19 | 59 | 67 | 4C | E | 0 | 3C | BF | 3D | 19 |
| Octal | 31 | 131 | 147 | 114 | 16 | 0 | 74 | 277 | 75 | 31 |
| Binary | 11001 | 1011001 | 1100111 | 1001100 | 1110 | 0 | 111100 | 10111111 | 111101 | 11001 |
Color Harmonies of #195967
Complementary color
Monochromatic Colors of #195967
Black with #195967
Text Example
Text Example
White with #195967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195967; }
p { color: rgb(25,89,103); }
H1.HeaderClassName
{
color: #195967;
}
.AnyTagClassName
{
color: #195967;
}
</style>
background-color css
<style>
a { background-color: #195967; }
a { background-color: rgb(25,89,103); }
div.DivClassName
{
background-color: #195967;
}
.BgClassName
{
background-color: #195967;
}
</style>
border-color css
<style>
span { border-color: #195967; }
span { border-color: rgb(25,89,103); }
td.TdClassName
{
border-color: #195967;
}
.TagClassName
{
border-color: #195967;
}
</style>