Shades of Blue Stone #19646B
Tints of Blue Stone #19646B
RGB
CMYK
RGB Variations
Color information
#19646B (or 0x19646B) is known color: Blue Stone. HEX triplet: 19, 64 and 6B. RGB value is (25,100,107). Sum of RGB (Red+Green+Blue) = 25+100+107=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #19646B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19646B is #E69B94. Grayscale: #4E4E4E. Windows color (decimal): -15113109 or 7037977. OLE color: 7037977.
HSL color Cylindrical-coordinate representation of color #19646B: hue angle of 185.12º 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 #19646B is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 100 | 107 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.58 |
| HSL | 185.12º | 0.62% | 0.26% | - |
| HSV(B) | 185.12º | 0.77% | 0.42% | - |
| XYZ | 7.61 | 10.38 | 15.51 | - |
| YUV | 78.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 107 | 0.77 | 0.07 | 0 | 0.58 | 185.12 | 0.62 | 0.26 |
| Hex | 19 | 64 | 6B | 4D | 7 | 0 | 3A | B9 | 3E | 1A |
| Octal | 31 | 144 | 153 | 115 | 7 | 0 | 72 | 271 | 76 | 32 |
| Binary | 11001 | 1100100 | 1101011 | 1001101 | 111 | 0 | 111010 | 10111001 | 111110 | 11010 |
Color Harmonies of #19646B
Complementary color
Monochromatic Colors of #19646B
Black with #19646B
Text Example
Text Example
White with #19646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19646B; }
p { color: rgb(25,100,107); }
H1.HeaderClassName
{
color: #19646B;
}
.AnyTagClassName
{
color: #19646B;
}
</style>
background-color css
<style>
a { background-color: #19646B; }
a { background-color: rgb(25,100,107); }
div.DivClassName
{
background-color: #19646B;
}
.BgClassName
{
background-color: #19646B;
}
</style>
border-color css
<style>
span { border-color: #19646B; }
span { border-color: rgb(25,100,107); }
td.TdClassName
{
border-color: #19646B;
}
.TagClassName
{
border-color: #19646B;
}
</style>