Shades of Blue Stone #195A5D
Tints of Blue Stone #195A5D
RGB
CMYK
RGB Variations
Color information
#195A5D (or 0x195A5D) is known color: Blue Stone. HEX triplet: 19, 5A and 5D. RGB value is (25,90,93). Sum of RGB (Red+Green+Blue) = 25+90+93=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #195A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A5D is #E6A5A2. Grayscale: #464646. Windows color (decimal): -15115683 or 6117913. OLE color: 6117913.
HSL color Cylindrical-coordinate representation of color #195A5D: hue angle of 182.65º degrees, saturation: 0.58, 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 #195A5D is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 90 | 93 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.64 |
| HSL | 182.65º | 0.58% | 0.23% | - |
| HSV(B) | 182.65º | 0.73% | 0.36% | - |
| XYZ | 6.03 | 8.31 | 11.64 | - |
| YUV | 70.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 93 | 0.73 | 0.03 | 0 | 0.64 | 182.65 | 0.58 | 0.23 |
| Hex | 19 | 5A | 5D | 49 | 3 | 0 | 40 | B7 | 3A | 17 |
| Octal | 31 | 132 | 135 | 111 | 3 | 0 | 100 | 267 | 72 | 27 |
| Binary | 11001 | 1011010 | 1011101 | 1001001 | 11 | 0 | 1000000 | 10110111 | 111010 | 10111 |
Color Harmonies of #195A5D
Complementary color
Monochromatic Colors of #195A5D
Black with #195A5D
Text Example
Text Example
White with #195A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A5D; }
p { color: rgb(25,90,93); }
H1.HeaderClassName
{
color: #195A5D;
}
.AnyTagClassName
{
color: #195A5D;
}
</style>
background-color css
<style>
a { background-color: #195A5D; }
a { background-color: rgb(25,90,93); }
div.DivClassName
{
background-color: #195A5D;
}
.BgClassName
{
background-color: #195A5D;
}
</style>
border-color css
<style>
span { border-color: #195A5D; }
span { border-color: rgb(25,90,93); }
td.TdClassName
{
border-color: #195A5D;
}
.TagClassName
{
border-color: #195A5D;
}
</style>