Shades of Blue Stone #19646C
Tints of Blue Stone #19646C
RGB
CMYK
RGB Variations
Color information
#19646C (or 0x19646C) is known color: Blue Stone. HEX triplet: 19, 64 and 6C. RGB value is (25,100,108). Sum of RGB (Red+Green+Blue) = 25+100+108=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #19646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19646C is #E69B93. Grayscale: #4E4E4E. Windows color (decimal): -15113108 or 7103513. OLE color: 7103513.
HSL color Cylindrical-coordinate representation of color #19646C: hue angle of 185.78º 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 #19646C is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 100 | 108 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.58 |
| HSL | 185.78º | 0.62% | 0.26% | - |
| HSV(B) | 185.78º | 0.77% | 0.42% | - |
| XYZ | 7.66 | 10.4 | 15.79 | - |
| YUV | 78.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 108 | 0.77 | 0.07 | 0 | 0.58 | 185.78 | 0.62 | 0.26 |
| Hex | 19 | 64 | 6C | 4D | 7 | 0 | 3A | BA | 3E | 1A |
| Octal | 31 | 144 | 154 | 115 | 7 | 0 | 72 | 272 | 76 | 32 |
| Binary | 11001 | 1100100 | 1101100 | 1001101 | 111 | 0 | 111010 | 10111010 | 111110 | 11010 |
Color Harmonies of #19646C
Complementary color
Monochromatic Colors of #19646C
Black with #19646C
Text Example
Text Example
White with #19646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19646C; }
p { color: rgb(25,100,108); }
H1.HeaderClassName
{
color: #19646C;
}
.AnyTagClassName
{
color: #19646C;
}
</style>
background-color css
<style>
a { background-color: #19646C; }
a { background-color: rgb(25,100,108); }
div.DivClassName
{
background-color: #19646C;
}
.BgClassName
{
background-color: #19646C;
}
</style>
border-color css
<style>
span { border-color: #19646C; }
span { border-color: rgb(25,100,108); }
td.TdClassName
{
border-color: #19646C;
}
.TagClassName
{
border-color: #19646C;
}
</style>