Shades of Blue Stone #19626C
Tints of Blue Stone #19626C
RGB
CMYK
RGB Variations
Color information
#19626C (or 0x19626C) is known color: Blue Stone. HEX triplet: 19, 62 and 6C. RGB value is (25,98,108). Sum of RGB (Red+Green+Blue) = 25+98+108=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #19626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19626C is #E69D93. Grayscale: #4D4D4D. Windows color (decimal): -15113620 or 7103001. OLE color: 7103001.
HSL color Cylindrical-coordinate representation of color #19626C: hue angle of 187.23º 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 #19626C is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 98 | 108 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.58 |
| HSL | 187.23º | 0.62% | 0.26% | - |
| HSV(B) | 187.23º | 0.77% | 0.42% | - |
| XYZ | 7.48 | 10.02 | 15.73 | - |
| YUV | 77.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 108 | 0.77 | 0.09 | 0 | 0.58 | 187.23 | 0.62 | 0.26 |
| Hex | 19 | 62 | 6C | 4D | 9 | 0 | 3A | BB | 3E | 1A |
| Octal | 31 | 142 | 154 | 115 | 11 | 0 | 72 | 273 | 76 | 32 |
| Binary | 11001 | 1100010 | 1101100 | 1001101 | 1001 | 0 | 111010 | 10111011 | 111110 | 11010 |
Color Harmonies of #19626C
Complementary color
Monochromatic Colors of #19626C
Black with #19626C
Text Example
Text Example
White with #19626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19626C; }
p { color: rgb(25,98,108); }
H1.HeaderClassName
{
color: #19626C;
}
.AnyTagClassName
{
color: #19626C;
}
</style>
background-color css
<style>
a { background-color: #19626C; }
a { background-color: rgb(25,98,108); }
div.DivClassName
{
background-color: #19626C;
}
.BgClassName
{
background-color: #19626C;
}
</style>
border-color css
<style>
span { border-color: #19626C; }
span { border-color: rgb(25,98,108); }
td.TdClassName
{
border-color: #19626C;
}
.TagClassName
{
border-color: #19626C;
}
</style>