Shades of Blue Stone #19636C
Tints of Blue Stone #19636C
RGB
CMYK
RGB Variations
Color information
#19636C (or 0x19636C) is known color: Blue Stone. HEX triplet: 19, 63 and 6C. RGB value is (25,99,108). Sum of RGB (Red+Green+Blue) = 25+99+108=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #19636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19636C is #E69C93. Grayscale: #4D4D4D. Windows color (decimal): -15113364 or 7103257. OLE color: 7103257.
HSL color Cylindrical-coordinate representation of color #19636C: hue angle of 186.51º 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 #19636C is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 99 | 108 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.58 |
| HSL | 186.51º | 0.62% | 0.26% | - |
| HSV(B) | 186.51º | 0.77% | 0.42% | - |
| XYZ | 7.57 | 10.21 | 15.76 | - |
| YUV | 77.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 108 | 0.77 | 0.08 | 0 | 0.58 | 186.51 | 0.62 | 0.26 |
| Hex | 19 | 63 | 6C | 4D | 8 | 0 | 3A | BB | 3E | 1A |
| Octal | 31 | 143 | 154 | 115 | 10 | 0 | 72 | 273 | 76 | 32 |
| Binary | 11001 | 1100011 | 1101100 | 1001101 | 1000 | 0 | 111010 | 10111011 | 111110 | 11010 |
Color Harmonies of #19636C
Complementary color
Monochromatic Colors of #19636C
Black with #19636C
Text Example
Text Example
White with #19636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19636C; }
p { color: rgb(25,99,108); }
H1.HeaderClassName
{
color: #19636C;
}
.AnyTagClassName
{
color: #19636C;
}
</style>
background-color css
<style>
a { background-color: #19636C; }
a { background-color: rgb(25,99,108); }
div.DivClassName
{
background-color: #19636C;
}
.BgClassName
{
background-color: #19636C;
}
</style>
border-color css
<style>
span { border-color: #19636C; }
span { border-color: rgb(25,99,108); }
td.TdClassName
{
border-color: #19636C;
}
.TagClassName
{
border-color: #19636C;
}
</style>