Shades of Blue Stone #19555B
Tints of Blue Stone #19555B
RGB
CMYK
RGB Variations
Color information
#19555B (or 0x19555B) is known color: Blue Stone. HEX triplet: 19, 55 and 5B. RGB value is (25,85,91). Sum of RGB (Red+Green+Blue) = 25+85+91=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #19555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19555B is #E6AAA4. Grayscale: #434343. Windows color (decimal): -15116965 or 5985561. OLE color: 5985561.
HSL color Cylindrical-coordinate representation of color #19555B: hue angle of 185.45º 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 #19555B is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 85 | 91 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.64 |
| HSL | 185.45º | 0.57% | 0.23% | - |
| HSV(B) | 185.45º | 0.73% | 0.36% | - |
| XYZ | 5.54 | 7.46 | 11.05 | - |
| YUV | 67.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 91 | 0.73 | 0.07 | 0 | 0.64 | 185.45 | 0.57 | 0.23 |
| Hex | 19 | 55 | 5B | 49 | 7 | 0 | 40 | B9 | 39 | 17 |
| Octal | 31 | 125 | 133 | 111 | 7 | 0 | 100 | 271 | 71 | 27 |
| Binary | 11001 | 1010101 | 1011011 | 1001001 | 111 | 0 | 1000000 | 10111001 | 111001 | 10111 |
Color Harmonies of #19555B
Complementary color
Monochromatic Colors of #19555B
Black with #19555B
Text Example
Text Example
White with #19555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19555B; }
p { color: rgb(25,85,91); }
H1.HeaderClassName
{
color: #19555B;
}
.AnyTagClassName
{
color: #19555B;
}
</style>
background-color css
<style>
a { background-color: #19555B; }
a { background-color: rgb(25,85,91); }
div.DivClassName
{
background-color: #19555B;
}
.BgClassName
{
background-color: #19555B;
}
</style>
border-color css
<style>
span { border-color: #19555B; }
span { border-color: rgb(25,85,91); }
td.TdClassName
{
border-color: #19555B;
}
.TagClassName
{
border-color: #19555B;
}
</style>