Shades of Blue Stone #19686A
Tints of Blue Stone #19686A
RGB
CMYK
RGB Variations
Color information
#19686A (or 0x19686A) is known color: Blue Stone. HEX triplet: 19, 68 and 6A. RGB value is (25,104,106). Sum of RGB (Red+Green+Blue) = 25+104+106=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #19686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19686A is #E69795. Grayscale: #505050. Windows color (decimal): -15112086 or 6973465. OLE color: 6973465.
HSL color Cylindrical-coordinate representation of color #19686A: hue angle of 181.48º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19686A is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 104 | 106 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.58 |
| HSL | 181.48º | 0.62% | 0.26% | - |
| HSV(B) | 181.48º | 0.76% | 0.42% | - |
| XYZ | 7.95 | 11.15 | 15.37 | - |
| YUV | 80.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 106 | 0.76 | 0.02 | 0 | 0.58 | 181.48 | 0.62 | 0.26 |
| Hex | 19 | 68 | 6A | 4C | 2 | 0 | 3A | B5 | 3E | 1A |
| Octal | 31 | 150 | 152 | 114 | 2 | 0 | 72 | 265 | 76 | 32 |
| Binary | 11001 | 1101000 | 1101010 | 1001100 | 10 | 0 | 111010 | 10110101 | 111110 | 11010 |
Color Harmonies of #19686A
Complementary color
Monochromatic Colors of #19686A
Black with #19686A
Text Example
Text Example
White with #19686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19686A; }
p { color: rgb(25,104,106); }
H1.HeaderClassName
{
color: #19686A;
}
.AnyTagClassName
{
color: #19686A;
}
</style>
background-color css
<style>
a { background-color: #19686A; }
a { background-color: rgb(25,104,106); }
div.DivClassName
{
background-color: #19686A;
}
.BgClassName
{
background-color: #19686A;
}
</style>
border-color css
<style>
span { border-color: #19686A; }
span { border-color: rgb(25,104,106); }
td.TdClassName
{
border-color: #19686A;
}
.TagClassName
{
border-color: #19686A;
}
</style>