Shades of Blue Stone #195355
Tints of Blue Stone #195355
RGB
CMYK
RGB Variations
Color information
#195355 (or 0x195355) is known color: Blue Stone. HEX triplet: 19, 53 and 55. RGB value is (25,83,85). Sum of RGB (Red+Green+Blue) = 25+83+85=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #195355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195355 is #E6ACAA. Grayscale: #414141. Windows color (decimal): -15117483 or 5591833. OLE color: 5591833.
HSL color Cylindrical-coordinate representation of color #195355: hue angle of 182º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195355 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 85 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.67 |
| HSL | 182º | 0.55% | 0.22% | - |
| HSV(B) | 182º | 0.71% | 0.33% | - |
| XYZ | 5.13 | 7.05 | 9.68 | - |
| YUV | 65.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 85 | 0.71 | 0.02 | 0 | 0.67 | 182 | 0.55 | 0.22 |
| Hex | 19 | 53 | 55 | 47 | 2 | 0 | 43 | B6 | 37 | 16 |
| Octal | 31 | 123 | 125 | 107 | 2 | 0 | 103 | 266 | 67 | 26 |
| Binary | 11001 | 1010011 | 1010101 | 1000111 | 10 | 0 | 1000011 | 10110110 | 110111 | 10110 |
Color Harmonies of #195355
Complementary color
Monochromatic Colors of #195355
Black with #195355
Text Example
Text Example
White with #195355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195355; }
p { color: rgb(25,83,85); }
H1.HeaderClassName
{
color: #195355;
}
.AnyTagClassName
{
color: #195355;
}
</style>
background-color css
<style>
a { background-color: #195355; }
a { background-color: rgb(25,83,85); }
div.DivClassName
{
background-color: #195355;
}
.BgClassName
{
background-color: #195355;
}
</style>
border-color css
<style>
span { border-color: #195355; }
span { border-color: rgb(25,83,85); }
td.TdClassName
{
border-color: #195355;
}
.TagClassName
{
border-color: #195355;
}
</style>