Shades of Blue Stone #195D69
Tints of Blue Stone #195D69
RGB
CMYK
RGB Variations
Color information
#195D69 (or 0x195D69) is known color: Blue Stone. HEX triplet: 19, 5D and 69. RGB value is (25,93,105). Sum of RGB (Red+Green+Blue) = 25+93+105=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #195D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D69 is #E6A296. Grayscale: #494949. Windows color (decimal): -15114903 or 6905113. OLE color: 6905113.
HSL color Cylindrical-coordinate representation of color #195D69: hue angle of 189º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195D69 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 93 | 105 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.59 |
| HSL | 189º | 0.62% | 0.25% | - |
| HSV(B) | 189º | 0.76% | 0.41% | - |
| XYZ | 6.87 | 9.06 | 14.75 | - |
| YUV | 74.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 105 | 0.76 | 0.11 | 0 | 0.59 | 189 | 0.62 | 0.25 |
| Hex | 19 | 5D | 69 | 4C | B | 0 | 3B | BD | 3E | 19 |
| Octal | 31 | 135 | 151 | 114 | 13 | 0 | 73 | 275 | 76 | 31 |
| Binary | 11001 | 1011101 | 1101001 | 1001100 | 1011 | 0 | 111011 | 10111101 | 111110 | 11001 |
Color Harmonies of #195D69
Complementary color
Monochromatic Colors of #195D69
Black with #195D69
Text Example
Text Example
White with #195D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D69; }
p { color: rgb(25,93,105); }
H1.HeaderClassName
{
color: #195D69;
}
.AnyTagClassName
{
color: #195D69;
}
</style>
background-color css
<style>
a { background-color: #195D69; }
a { background-color: rgb(25,93,105); }
div.DivClassName
{
background-color: #195D69;
}
.BgClassName
{
background-color: #195D69;
}
</style>
border-color css
<style>
span { border-color: #195D69; }
span { border-color: rgb(25,93,105); }
td.TdClassName
{
border-color: #195D69;
}
.TagClassName
{
border-color: #195D69;
}
</style>