Shades of Blue Stone #19686C
Tints of Blue Stone #19686C
RGB
CMYK
RGB Variations
Color information
#19686C (or 0x19686C) is known color: Blue Stone. HEX triplet: 19, 68 and 6C. RGB value is (25,104,108). Sum of RGB (Red+Green+Blue) = 25+104+108=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #19686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19686C is #E69793. Grayscale: #505050. Windows color (decimal): -15112084 or 7104537. OLE color: 7104537.
HSL color Cylindrical-coordinate representation of color #19686C: hue angle of 182.89º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19686C is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 104 | 108 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.58 |
| HSL | 182.89º | 0.62% | 0.26% | - |
| HSV(B) | 182.89º | 0.77% | 0.42% | - |
| XYZ | 8.06 | 11.19 | 15.92 | - |
| YUV | 80.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 108 | 0.77 | 0.04 | 0 | 0.58 | 182.89 | 0.62 | 0.26 |
| Hex | 19 | 68 | 6C | 4D | 4 | 0 | 3A | B7 | 3E | 1A |
| Octal | 31 | 150 | 154 | 115 | 4 | 0 | 72 | 267 | 76 | 32 |
| Binary | 11001 | 1101000 | 1101100 | 1001101 | 100 | 0 | 111010 | 10110111 | 111110 | 11010 |
Color Harmonies of #19686C
Complementary color
Monochromatic Colors of #19686C
Black with #19686C
Text Example
Text Example
White with #19686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19686C; }
p { color: rgb(25,104,108); }
H1.HeaderClassName
{
color: #19686C;
}
.AnyTagClassName
{
color: #19686C;
}
</style>
background-color css
<style>
a { background-color: #19686C; }
a { background-color: rgb(25,104,108); }
div.DivClassName
{
background-color: #19686C;
}
.BgClassName
{
background-color: #19686C;
}
</style>
border-color css
<style>
span { border-color: #19686C; }
span { border-color: rgb(25,104,108); }
td.TdClassName
{
border-color: #19686C;
}
.TagClassName
{
border-color: #19686C;
}
</style>