Shades of Blue Stone #19565C
Tints of Blue Stone #19565C
RGB
CMYK
RGB Variations
Color information
#19565C (or 0x19565C) is known color: Blue Stone. HEX triplet: 19, 56 and 5C. RGB value is (25,86,92). Sum of RGB (Red+Green+Blue) = 25+86+92=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #19565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19565C is #E6A9A3. Grayscale: #444444. Windows color (decimal): -15116708 or 6051353. OLE color: 6051353.
HSL color Cylindrical-coordinate representation of color #19565C: hue angle of 185.37º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19565C is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 86 | 92 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.64 |
| HSL | 185.37º | 0.57% | 0.23% | - |
| HSV(B) | 185.37º | 0.73% | 0.36% | - |
| XYZ | 5.66 | 7.63 | 11.3 | - |
| YUV | 68.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 92 | 0.73 | 0.07 | 0 | 0.64 | 185.37 | 0.57 | 0.23 |
| Hex | 19 | 56 | 5C | 49 | 7 | 0 | 40 | B9 | 39 | 17 |
| Octal | 31 | 126 | 134 | 111 | 7 | 0 | 100 | 271 | 71 | 27 |
| Binary | 11001 | 1010110 | 1011100 | 1001001 | 111 | 0 | 1000000 | 10111001 | 111001 | 10111 |
Color Harmonies of #19565C
Complementary color
Monochromatic Colors of #19565C
Black with #19565C
Text Example
Text Example
White with #19565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19565C; }
p { color: rgb(25,86,92); }
H1.HeaderClassName
{
color: #19565C;
}
.AnyTagClassName
{
color: #19565C;
}
</style>
background-color css
<style>
a { background-color: #19565C; }
a { background-color: rgb(25,86,92); }
div.DivClassName
{
background-color: #19565C;
}
.BgClassName
{
background-color: #19565C;
}
</style>
border-color css
<style>
span { border-color: #19565C; }
span { border-color: rgb(25,86,92); }
td.TdClassName
{
border-color: #19565C;
}
.TagClassName
{
border-color: #19565C;
}
</style>