Shades of Blue Stone #19606C
Tints of Blue Stone #19606C
RGB
CMYK
RGB Variations
Color information
#19606C (or 0x19606C) is known color: Blue Stone. HEX triplet: 19, 60 and 6C. RGB value is (25,96,108). Sum of RGB (Red+Green+Blue) = 25+96+108=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #19606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19606C is #E69F93. Grayscale: #4C4C4C. Windows color (decimal): -15114132 or 7102489. OLE color: 7102489.
HSL color Cylindrical-coordinate representation of color #19606C: hue angle of 188.67º 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 #19606C is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 96 | 108 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.58 |
| HSL | 188.67º | 0.62% | 0.26% | - |
| HSV(B) | 188.67º | 0.77% | 0.42% | - |
| XYZ | 7.29 | 9.66 | 15.67 | - |
| YUV | 76.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 108 | 0.77 | 0.11 | 0 | 0.58 | 188.67 | 0.62 | 0.26 |
| Hex | 19 | 60 | 6C | 4D | B | 0 | 3A | BD | 3E | 1A |
| Octal | 31 | 140 | 154 | 115 | 13 | 0 | 72 | 275 | 76 | 32 |
| Binary | 11001 | 1100000 | 1101100 | 1001101 | 1011 | 0 | 111010 | 10111101 | 111110 | 11010 |
Color Harmonies of #19606C
Complementary color
Monochromatic Colors of #19606C
Black with #19606C
Text Example
Text Example
White with #19606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19606C; }
p { color: rgb(25,96,108); }
H1.HeaderClassName
{
color: #19606C;
}
.AnyTagClassName
{
color: #19606C;
}
</style>
background-color css
<style>
a { background-color: #19606C; }
a { background-color: rgb(25,96,108); }
div.DivClassName
{
background-color: #19606C;
}
.BgClassName
{
background-color: #19606C;
}
</style>
border-color css
<style>
span { border-color: #19606C; }
span { border-color: rgb(25,96,108); }
td.TdClassName
{
border-color: #19606C;
}
.TagClassName
{
border-color: #19606C;
}
</style>