Shades of Blue Stone #19545B
Tints of Blue Stone #19545B
RGB
CMYK
RGB Variations
Color information
#19545B (or 0x19545B) is known color: Blue Stone. HEX triplet: 19, 54 and 5B. RGB value is (25,84,91). Sum of RGB (Red+Green+Blue) = 25+84+91=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #19545B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19545B is #E6ABA4. Grayscale: #434343. Windows color (decimal): -15117221 or 5985305. OLE color: 5985305.
HSL color Cylindrical-coordinate representation of color #19545B: hue angle of 186.36º 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 #19545B is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 84 | 91 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.64 |
| HSL | 186.36º | 0.57% | 0.23% | - |
| HSV(B) | 186.36º | 0.73% | 0.36% | - |
| XYZ | 5.46 | 7.3 | 11.02 | - |
| YUV | 67.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 91 | 0.73 | 0.08 | 0 | 0.64 | 186.36 | 0.57 | 0.23 |
| Hex | 19 | 54 | 5B | 49 | 8 | 0 | 40 | BA | 39 | 17 |
| Octal | 31 | 124 | 133 | 111 | 10 | 0 | 100 | 272 | 71 | 27 |
| Binary | 11001 | 1010100 | 1011011 | 1001001 | 1000 | 0 | 1000000 | 10111010 | 111001 | 10111 |
Color Harmonies of #19545B
Complementary color
Monochromatic Colors of #19545B
Black with #19545B
Text Example
Text Example
White with #19545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19545B; }
p { color: rgb(25,84,91); }
H1.HeaderClassName
{
color: #19545B;
}
.AnyTagClassName
{
color: #19545B;
}
</style>
background-color css
<style>
a { background-color: #19545B; }
a { background-color: rgb(25,84,91); }
div.DivClassName
{
background-color: #19545B;
}
.BgClassName
{
background-color: #19545B;
}
</style>
border-color css
<style>
span { border-color: #19545B; }
span { border-color: rgb(25,84,91); }
td.TdClassName
{
border-color: #19545B;
}
.TagClassName
{
border-color: #19545B;
}
</style>