Shades of Blue Stone #197169
Tints of Blue Stone #197169
RGB
CMYK
RGB Variations
Color information
#197169 (or 0x197169) is known color: Blue Stone. HEX triplet: 19, 71 and 69. RGB value is (25,113,105). Sum of RGB (Red+Green+Blue) = 25+113+105=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #197169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197169 is #E68E96. Grayscale: #555555. Windows color (decimal): -15109783 or 6910233. OLE color: 6910233.
HSL color Cylindrical-coordinate representation of color #197169: hue angle of 174.55º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197169 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 105 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.56 |
| HSL | 174.55º | 0.64% | 0.27% | - |
| HSV(B) | 174.55º | 0.78% | 0.44% | - |
| XYZ | 8.86 | 13.04 | 15.41 | - |
| YUV | 85.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 105 | 0.78 | 0 | 0.07 | 0.56 | 174.55 | 0.64 | 0.27 |
| Hex | 19 | 71 | 69 | 4E | 0 | 7 | 38 | AF | 40 | 1B |
| Octal | 31 | 161 | 151 | 116 | 0 | 7 | 70 | 257 | 100 | 33 |
| Binary | 11001 | 1110001 | 1101001 | 1001110 | 0 | 111 | 111000 | 10101111 | 1000000 | 11011 |
Color Harmonies of #197169
Complementary color
Monochromatic Colors of #197169
Black with #197169
Text Example
Text Example
White with #197169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197169; }
p { color: rgb(25,113,105); }
H1.HeaderClassName
{
color: #197169;
}
.AnyTagClassName
{
color: #197169;
}
</style>
background-color css
<style>
a { background-color: #197169; }
a { background-color: rgb(25,113,105); }
div.DivClassName
{
background-color: #197169;
}
.BgClassName
{
background-color: #197169;
}
</style>
border-color css
<style>
span { border-color: #197169; }
span { border-color: rgb(25,113,105); }
td.TdClassName
{
border-color: #197169;
}
.TagClassName
{
border-color: #197169;
}
</style>