Shades of Blue Stone #13626D
Tints of Blue Stone #13626D
RGB
CMYK
RGB Variations
Color information
#13626D (or 0x13626D) is known color: Blue Stone. HEX triplet: 13, 62 and 6D. RGB value is (19,98,109). Sum of RGB (Red+Green+Blue) = 19+98+109=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #13626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13626D is #EC9D92. Grayscale: #4B4B4B. Windows color (decimal): -15506835 or 7168531. OLE color: 7168531.
HSL color Cylindrical-coordinate representation of color #13626D: hue angle of 187.33º 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 #13626D is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 98 | 109 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.57 |
| HSL | 187.33º | 0.7% | 0.25% | - |
| HSV(B) | 187.33º | 0.83% | 0.43% | - |
| XYZ | 7.4 | 9.98 | 16 | - |
| YUV | 75.63 | 146.83 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 109 | 0.83 | 0.10 | 0 | 0.57 | 187.33 | 0.7 | 0.25 |
| Hex | 13 | 62 | 6D | 53 | A | 0 | 39 | BB | 46 | 19 |
| Octal | 23 | 142 | 155 | 123 | 12 | 0 | 71 | 273 | 106 | 31 |
| Binary | 10011 | 1100010 | 1101101 | 1010011 | 1010 | 0 | 111001 | 10111011 | 1000110 | 11001 |
Color Harmonies of #13626D
Complementary color
Monochromatic Colors of #13626D
Black with #13626D
Text Example
Text Example
White with #13626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13626D; }
p { color: rgb(19,98,109); }
H1.HeaderClassName
{
color: #13626D;
}
.AnyTagClassName
{
color: #13626D;
}
</style>
background-color css
<style>
a { background-color: #13626D; }
a { background-color: rgb(19,98,109); }
div.DivClassName
{
background-color: #13626D;
}
.BgClassName
{
background-color: #13626D;
}
</style>
border-color css
<style>
span { border-color: #13626D; }
span { border-color: rgb(19,98,109); }
td.TdClassName
{
border-color: #13626D;
}
.TagClassName
{
border-color: #13626D;
}
</style>