Shades of Blue Stone #19685A
Tints of Blue Stone #19685A
RGB
CMYK
RGB Variations
Color information
#19685A (or 0x19685A) is known color: Blue Stone. HEX triplet: 19, 68 and 5A. RGB value is (25,104,90). Sum of RGB (Red+Green+Blue) = 25+104+90=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #19685A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19685A is #E697A5. Grayscale: #4E4E4E. Windows color (decimal): -15112102 or 5924889. OLE color: 5924889.
HSL color Cylindrical-coordinate representation of color #19685A: hue angle of 169.37º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19685A is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 90 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.59 |
| HSL | 169.37º | 0.61% | 0.25% | - |
| HSV(B) | 169.37º | 0.76% | 0.41% | - |
| XYZ | 7.2 | 10.85 | 11.39 | - |
| YUV | 78.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 90 | 0.76 | 0 | 0.13 | 0.59 | 169.37 | 0.61 | 0.25 |
| Hex | 19 | 68 | 5A | 4C | 0 | D | 3B | A9 | 3D | 19 |
| Octal | 31 | 150 | 132 | 114 | 0 | 15 | 73 | 251 | 75 | 31 |
| Binary | 11001 | 1101000 | 1011010 | 1001100 | 0 | 1101 | 111011 | 10101001 | 111101 | 11001 |
Color Harmonies of #19685A
Complementary color
Monochromatic Colors of #19685A
Black with #19685A
Text Example
Text Example
White with #19685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19685A; }
p { color: rgb(25,104,90); }
H1.HeaderClassName
{
color: #19685A;
}
.AnyTagClassName
{
color: #19685A;
}
</style>
background-color css
<style>
a { background-color: #19685A; }
a { background-color: rgb(25,104,90); }
div.DivClassName
{
background-color: #19685A;
}
.BgClassName
{
background-color: #19685A;
}
</style>
border-color css
<style>
span { border-color: #19685A; }
span { border-color: rgb(25,104,90); }
td.TdClassName
{
border-color: #19685A;
}
.TagClassName
{
border-color: #19685A;
}
</style>