Shades of Blue Stone #195F6C
Tints of Blue Stone #195F6C
RGB
CMYK
RGB Variations
Color information
#195F6C (or 0x195F6C) is known color: Blue Stone. HEX triplet: 19, 5F and 6C. RGB value is (25,95,108). Sum of RGB (Red+Green+Blue) = 25+95+108=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #195F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F6C is #E6A093. Grayscale: #4B4B4B. Windows color (decimal): -15114388 or 7102233. OLE color: 7102233.
HSL color Cylindrical-coordinate representation of color #195F6C: hue angle of 189.4º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195F6C is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 95 | 108 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.58 |
| HSL | 189.4º | 0.62% | 0.26% | - |
| HSV(B) | 189.4º | 0.77% | 0.42% | - |
| XYZ | 7.2 | 9.47 | 15.64 | - |
| YUV | 75.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 108 | 0.77 | 0.12 | 0 | 0.58 | 189.4 | 0.62 | 0.26 |
| Hex | 19 | 5F | 6C | 4D | C | 0 | 3A | BD | 3E | 1A |
| Octal | 31 | 137 | 154 | 115 | 14 | 0 | 72 | 275 | 76 | 32 |
| Binary | 11001 | 1011111 | 1101100 | 1001101 | 1100 | 0 | 111010 | 10111101 | 111110 | 11010 |
Color Harmonies of #195F6C
Complementary color
Monochromatic Colors of #195F6C
Black with #195F6C
Text Example
Text Example
White with #195F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195F6C; }
p { color: rgb(25,95,108); }
H1.HeaderClassName
{
color: #195F6C;
}
.AnyTagClassName
{
color: #195F6C;
}
</style>
background-color css
<style>
a { background-color: #195F6C; }
a { background-color: rgb(25,95,108); }
div.DivClassName
{
background-color: #195F6C;
}
.BgClassName
{
background-color: #195F6C;
}
</style>
border-color css
<style>
span { border-color: #195F6C; }
span { border-color: rgb(25,95,108); }
td.TdClassName
{
border-color: #195F6C;
}
.TagClassName
{
border-color: #195F6C;
}
</style>