Shades of Blue Stone #19675B
Tints of Blue Stone #19675B
RGB
CMYK
RGB Variations
Color information
#19675B (or 0x19675B) is known color: Blue Stone. HEX triplet: 19, 67 and 5B. RGB value is (25,103,91). Sum of RGB (Red+Green+Blue) = 25+103+91=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #19675B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19675B is #E698A4. Grayscale: #4E4E4E. Windows color (decimal): -15112357 or 5990169. OLE color: 5990169.
HSL color Cylindrical-coordinate representation of color #19675B: hue angle of 170.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19675B is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 91 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.60 |
| HSL | 170.77º | 0.61% | 0.25% | - |
| HSV(B) | 170.77º | 0.76% | 0.4% | - |
| XYZ | 7.14 | 10.66 | 11.58 | - |
| YUV | 78.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 91 | 0.76 | 0 | 0.12 | 0.60 | 170.77 | 0.61 | 0.25 |
| Hex | 19 | 67 | 5B | 4C | 0 | C | 3C | AB | 3D | 19 |
| Octal | 31 | 147 | 133 | 114 | 0 | 14 | 74 | 253 | 75 | 31 |
| Binary | 11001 | 1100111 | 1011011 | 1001100 | 0 | 1100 | 111100 | 10101011 | 111101 | 11001 |
Color Harmonies of #19675B
Complementary color
Monochromatic Colors of #19675B
Black with #19675B
Text Example
Text Example
White with #19675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19675B; }
p { color: rgb(25,103,91); }
H1.HeaderClassName
{
color: #19675B;
}
.AnyTagClassName
{
color: #19675B;
}
</style>
background-color css
<style>
a { background-color: #19675B; }
a { background-color: rgb(25,103,91); }
div.DivClassName
{
background-color: #19675B;
}
.BgClassName
{
background-color: #19675B;
}
</style>
border-color css
<style>
span { border-color: #19675B; }
span { border-color: rgb(25,103,91); }
td.TdClassName
{
border-color: #19675B;
}
.TagClassName
{
border-color: #19675B;
}
</style>