Shades of Blue Stone #19655E
Tints of Blue Stone #19655E
RGB
CMYK
RGB Variations
Color information
#19655E (or 0x19655E) is known color: Blue Stone. HEX triplet: 19, 65 and 5E. RGB value is (25,101,94). Sum of RGB (Red+Green+Blue) = 25+101+94=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #19655E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19655E is #E69AA1. Grayscale: #4D4D4D. Windows color (decimal): -15112866 or 6186265. OLE color: 6186265.
HSL color Cylindrical-coordinate representation of color #19655E: hue angle of 174.47º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19655E is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 101 | 94 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.60 |
| HSL | 174.47º | 0.6% | 0.25% | - |
| HSV(B) | 174.47º | 0.75% | 0.4% | - |
| XYZ | 7.07 | 10.32 | 12.21 | - |
| YUV | 77.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 94 | 0.75 | 0 | 0.07 | 0.60 | 174.47 | 0.6 | 0.25 |
| Hex | 19 | 65 | 5E | 4B | 0 | 7 | 3C | AE | 3C | 19 |
| Octal | 31 | 145 | 136 | 113 | 0 | 7 | 74 | 256 | 74 | 31 |
| Binary | 11001 | 1100101 | 1011110 | 1001011 | 0 | 111 | 111100 | 10101110 | 111100 | 11001 |
Color Harmonies of #19655E
Complementary color
Monochromatic Colors of #19655E
Black with #19655E
Text Example
Text Example
White with #19655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19655E; }
p { color: rgb(25,101,94); }
H1.HeaderClassName
{
color: #19655E;
}
.AnyTagClassName
{
color: #19655E;
}
</style>
background-color css
<style>
a { background-color: #19655E; }
a { background-color: rgb(25,101,94); }
div.DivClassName
{
background-color: #19655E;
}
.BgClassName
{
background-color: #19655E;
}
</style>
border-color css
<style>
span { border-color: #19655E; }
span { border-color: rgb(25,101,94); }
td.TdClassName
{
border-color: #19655E;
}
.TagClassName
{
border-color: #19655E;
}
</style>