Shades of Blue Stone #197068
Tints of Blue Stone #197068
RGB
CMYK
RGB Variations
Color information
#197068 (or 0x197068) is known color: Blue Stone. HEX triplet: 19, 70 and 68. RGB value is (25,112,104). Sum of RGB (Red+Green+Blue) = 25+112+104=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #197068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197068 is #E68F97. Grayscale: #555555. Windows color (decimal): -15110040 or 6844441. OLE color: 6844441.
HSL color Cylindrical-coordinate representation of color #197068: hue angle of 174.48º 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 #197068 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 104 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.56 |
| HSL | 174.48º | 0.64% | 0.27% | - |
| HSV(B) | 174.48º | 0.78% | 0.44% | - |
| XYZ | 8.69 | 12.79 | 15.11 | - |
| YUV | 85.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 104 | 0.78 | 0 | 0.07 | 0.56 | 174.48 | 0.64 | 0.27 |
| Hex | 19 | 70 | 68 | 4E | 0 | 7 | 38 | AE | 40 | 1B |
| Octal | 31 | 160 | 150 | 116 | 0 | 7 | 70 | 256 | 100 | 33 |
| Binary | 11001 | 1110000 | 1101000 | 1001110 | 0 | 111 | 111000 | 10101110 | 1000000 | 11011 |
Color Harmonies of #197068
Complementary color
Monochromatic Colors of #197068
Black with #197068
Text Example
Text Example
White with #197068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197068; }
p { color: rgb(25,112,104); }
H1.HeaderClassName
{
color: #197068;
}
.AnyTagClassName
{
color: #197068;
}
</style>
background-color css
<style>
a { background-color: #197068; }
a { background-color: rgb(25,112,104); }
div.DivClassName
{
background-color: #197068;
}
.BgClassName
{
background-color: #197068;
}
</style>
border-color css
<style>
span { border-color: #197068; }
span { border-color: rgb(25,112,104); }
td.TdClassName
{
border-color: #197068;
}
.TagClassName
{
border-color: #197068;
}
</style>