Shades of Blue Stone #13646D
Tints of Blue Stone #13646D
RGB
CMYK
RGB Variations
Color information
#13646D (or 0x13646D) is known color: Blue Stone. HEX triplet: 13, 64 and 6D. RGB value is (19,100,109). Sum of RGB (Red+Green+Blue) = 19+100+109=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #13646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13646D is #EC9B92. Grayscale: #4C4C4C. Windows color (decimal): -15506323 or 7169043. OLE color: 7169043.
HSL color Cylindrical-coordinate representation of color #13646D: hue angle of 186º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13646D is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 100 | 109 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.57 |
| HSL | 186º | 0.7% | 0.25% | - |
| HSV(B) | 186º | 0.83% | 0.43% | - |
| XYZ | 7.59 | 10.36 | 16.07 | - |
| YUV | 76.81 | 146.16 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 109 | 0.83 | 0.08 | 0 | 0.57 | 186 | 0.7 | 0.25 |
| Hex | 13 | 64 | 6D | 53 | 8 | 0 | 39 | BA | 46 | 19 |
| Octal | 23 | 144 | 155 | 123 | 10 | 0 | 71 | 272 | 106 | 31 |
| Binary | 10011 | 1100100 | 1101101 | 1010011 | 1000 | 0 | 111001 | 10111010 | 1000110 | 11001 |
Color Harmonies of #13646D
Complementary color
Monochromatic Colors of #13646D
Black with #13646D
Text Example
Text Example
White with #13646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13646D; }
p { color: rgb(19,100,109); }
H1.HeaderClassName
{
color: #13646D;
}
.AnyTagClassName
{
color: #13646D;
}
</style>
background-color css
<style>
a { background-color: #13646D; }
a { background-color: rgb(19,100,109); }
div.DivClassName
{
background-color: #13646D;
}
.BgClassName
{
background-color: #13646D;
}
</style>
border-color css
<style>
span { border-color: #13646D; }
span { border-color: rgb(19,100,109); }
td.TdClassName
{
border-color: #13646D;
}
.TagClassName
{
border-color: #13646D;
}
</style>