Shades of Blue Stone #195A68
Tints of Blue Stone #195A68
RGB
CMYK
RGB Variations
Color information
#195A68 (or 0x195A68) is known color: Blue Stone. HEX triplet: 19, 5A and 68. RGB value is (25,90,104). Sum of RGB (Red+Green+Blue) = 25+90+104=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #195A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A68 is #E6A597. Grayscale: #484848. Windows color (decimal): -15115672 or 6838809. OLE color: 6838809.
HSL color Cylindrical-coordinate representation of color #195A68: hue angle of 190.63º degrees, saturation: 0.61, 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 #195A68 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 90 | 104 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.59 |
| HSL | 190.63º | 0.61% | 0.25% | - |
| HSV(B) | 190.63º | 0.76% | 0.41% | - |
| XYZ | 6.56 | 8.52 | 14.4 | - |
| YUV | 72.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 104 | 0.76 | 0.13 | 0 | 0.59 | 190.63 | 0.61 | 0.25 |
| Hex | 19 | 5A | 68 | 4C | D | 0 | 3B | BF | 3D | 19 |
| Octal | 31 | 132 | 150 | 114 | 15 | 0 | 73 | 277 | 75 | 31 |
| Binary | 11001 | 1011010 | 1101000 | 1001100 | 1101 | 0 | 111011 | 10111111 | 111101 | 11001 |
Color Harmonies of #195A68
Complementary color
Monochromatic Colors of #195A68
Black with #195A68
Text Example
Text Example
White with #195A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A68; }
p { color: rgb(25,90,104); }
H1.HeaderClassName
{
color: #195A68;
}
.AnyTagClassName
{
color: #195A68;
}
</style>
background-color css
<style>
a { background-color: #195A68; }
a { background-color: rgb(25,90,104); }
div.DivClassName
{
background-color: #195A68;
}
.BgClassName
{
background-color: #195A68;
}
</style>
border-color css
<style>
span { border-color: #195A68; }
span { border-color: rgb(25,90,104); }
td.TdClassName
{
border-color: #195A68;
}
.TagClassName
{
border-color: #195A68;
}
</style>