Shades of Blue Stone #19605B
Tints of Blue Stone #19605B
RGB
CMYK
RGB Variations
Color information
#19605B (or 0x19605B) is known color: Blue Stone. HEX triplet: 19, 60 and 5B. RGB value is (25,96,91). Sum of RGB (Red+Green+Blue) = 25+96+91=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #19605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19605B is #E69FA4. Grayscale: #4A4A4A. Windows color (decimal): -15114149 or 5988377. OLE color: 5988377.
HSL color Cylindrical-coordinate representation of color #19605B: hue angle of 175.77º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19605B is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 91 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.62 |
| HSL | 175.77º | 0.59% | 0.24% | - |
| HSV(B) | 175.77º | 0.74% | 0.38% | - |
| XYZ | 6.47 | 9.33 | 11.36 | - |
| YUV | 74.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 91 | 0.74 | 0 | 0.05 | 0.62 | 175.77 | 0.59 | 0.24 |
| Hex | 19 | 60 | 5B | 4A | 0 | 5 | 3E | B0 | 3B | 18 |
| Octal | 31 | 140 | 133 | 112 | 0 | 5 | 76 | 260 | 73 | 30 |
| Binary | 11001 | 1100000 | 1011011 | 1001010 | 0 | 101 | 111110 | 10110000 | 111011 | 11000 |
Color Harmonies of #19605B
Complementary color
Monochromatic Colors of #19605B
Black with #19605B
Text Example
Text Example
White with #19605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19605B; }
p { color: rgb(25,96,91); }
H1.HeaderClassName
{
color: #19605B;
}
.AnyTagClassName
{
color: #19605B;
}
</style>
background-color css
<style>
a { background-color: #19605B; }
a { background-color: rgb(25,96,91); }
div.DivClassName
{
background-color: #19605B;
}
.BgClassName
{
background-color: #19605B;
}
</style>
border-color css
<style>
span { border-color: #19605B; }
span { border-color: rgb(25,96,91); }
td.TdClassName
{
border-color: #19605B;
}
.TagClassName
{
border-color: #19605B;
}
</style>