Shades of Blue Stone #19665A
Tints of Blue Stone #19665A
RGB
CMYK
RGB Variations
Color information
#19665A (or 0x19665A) is known color: Blue Stone. HEX triplet: 19, 66 and 5A. RGB value is (25,102,90). Sum of RGB (Red+Green+Blue) = 25+102+90=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #19665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19665A is #E699A5. Grayscale: #4D4D4D. Windows color (decimal): -15112614 or 5924377. OLE color: 5924377.
HSL color Cylindrical-coordinate representation of color #19665A: hue angle of 170.65º degrees, saturation: 0.61, 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 #19665A is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 90 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.6 |
| HSL | 170.65º | 0.61% | 0.25% | - |
| HSV(B) | 170.65º | 0.75% | 0.4% | - |
| XYZ | 7 | 10.45 | 11.32 | - |
| YUV | 77.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 90 | 0.75 | 0 | 0.12 | 0.6 | 170.65 | 0.61 | 0.25 |
| Hex | 19 | 66 | 5A | 4B | 0 | C | 3C | AB | 3D | 19 |
| Octal | 31 | 146 | 132 | 113 | 0 | 14 | 74 | 253 | 75 | 31 |
| Binary | 11001 | 1100110 | 1011010 | 1001011 | 0 | 1100 | 111100 | 10101011 | 111101 | 11001 |
Color Harmonies of #19665A
Complementary color
Monochromatic Colors of #19665A
Black with #19665A
Text Example
Text Example
White with #19665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19665A; }
p { color: rgb(25,102,90); }
H1.HeaderClassName
{
color: #19665A;
}
.AnyTagClassName
{
color: #19665A;
}
</style>
background-color css
<style>
a { background-color: #19665A; }
a { background-color: rgb(25,102,90); }
div.DivClassName
{
background-color: #19665A;
}
.BgClassName
{
background-color: #19665A;
}
</style>
border-color css
<style>
span { border-color: #19665A; }
span { border-color: rgb(25,102,90); }
td.TdClassName
{
border-color: #19665A;
}
.TagClassName
{
border-color: #19665A;
}
</style>