Shades of Blue Stone #19686D
Tints of Blue Stone #19686D
RGB
CMYK
RGB Variations
Color information
#19686D (or 0x19686D) is known color: Blue Stone. HEX triplet: 19, 68 and 6D. RGB value is (25,104,109). Sum of RGB (Red+Green+Blue) = 25+104+109=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #19686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19686D is #E69792. Grayscale: #505050. Windows color (decimal): -15112083 or 7170073. OLE color: 7170073.
HSL color Cylindrical-coordinate representation of color #19686D: hue angle of 183.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19686D is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 104 | 109 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.57 |
| HSL | 183.57º | 0.63% | 0.26% | - |
| HSV(B) | 183.57º | 0.77% | 0.43% | - |
| XYZ | 8.11 | 11.21 | 16.2 | - |
| YUV | 80.95 | 143.83 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 109 | 0.77 | 0.05 | 0 | 0.57 | 183.57 | 0.63 | 0.26 |
| Hex | 19 | 68 | 6D | 4D | 5 | 0 | 39 | B8 | 3F | 1A |
| Octal | 31 | 150 | 155 | 115 | 5 | 0 | 71 | 270 | 77 | 32 |
| Binary | 11001 | 1101000 | 1101101 | 1001101 | 101 | 0 | 111001 | 10111000 | 111111 | 11010 |
Color Harmonies of #19686D
Complementary color
Monochromatic Colors of #19686D
Black with #19686D
Text Example
Text Example
White with #19686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19686D; }
p { color: rgb(25,104,109); }
H1.HeaderClassName
{
color: #19686D;
}
.AnyTagClassName
{
color: #19686D;
}
</style>
background-color css
<style>
a { background-color: #19686D; }
a { background-color: rgb(25,104,109); }
div.DivClassName
{
background-color: #19686D;
}
.BgClassName
{
background-color: #19686D;
}
</style>
border-color css
<style>
span { border-color: #19686D; }
span { border-color: rgb(25,104,109); }
td.TdClassName
{
border-color: #19686D;
}
.TagClassName
{
border-color: #19686D;
}
</style>