Shades of Blue Stone #19625C
Tints of Blue Stone #19625C
RGB
CMYK
RGB Variations
Color information
#19625C (or 0x19625C) is known color: Blue Stone. HEX triplet: 19, 62 and 5C. RGB value is (25,98,92). Sum of RGB (Red+Green+Blue) = 25+98+92=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #19625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19625C is #E69DA3. Grayscale: #4B4B4B. Windows color (decimal): -15113636 or 6054425. OLE color: 6054425.
HSL color Cylindrical-coordinate representation of color #19625C: hue angle of 175.07º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19625C is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 92 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.62 |
| HSL | 175.07º | 0.59% | 0.24% | - |
| HSV(B) | 175.07º | 0.74% | 0.38% | - |
| XYZ | 6.7 | 9.71 | 11.65 | - |
| YUV | 75.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 92 | 0.74 | 0 | 0.06 | 0.62 | 175.07 | 0.59 | 0.24 |
| Hex | 19 | 62 | 5C | 4A | 0 | 6 | 3E | AF | 3B | 18 |
| Octal | 31 | 142 | 134 | 112 | 0 | 6 | 76 | 257 | 73 | 30 |
| Binary | 11001 | 1100010 | 1011100 | 1001010 | 0 | 110 | 111110 | 10101111 | 111011 | 11000 |
Color Harmonies of #19625C
Complementary color
Monochromatic Colors of #19625C
Black with #19625C
Text Example
Text Example
White with #19625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19625C; }
p { color: rgb(25,98,92); }
H1.HeaderClassName
{
color: #19625C;
}
.AnyTagClassName
{
color: #19625C;
}
</style>
background-color css
<style>
a { background-color: #19625C; }
a { background-color: rgb(25,98,92); }
div.DivClassName
{
background-color: #19625C;
}
.BgClassName
{
background-color: #19625C;
}
</style>
border-color css
<style>
span { border-color: #19625C; }
span { border-color: rgb(25,98,92); }
td.TdClassName
{
border-color: #19625C;
}
.TagClassName
{
border-color: #19625C;
}
</style>