Shades of Blue Stone #13626C
Tints of Blue Stone #13626C
RGB
CMYK
RGB Variations
Color information
#13626C (or 0x13626C) is known color: Blue Stone. HEX triplet: 13, 62 and 6C. RGB value is (19,98,108). Sum of RGB (Red+Green+Blue) = 19+98+108=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #13626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13626C is #EC9D93. Grayscale: #4B4B4B. Windows color (decimal): -15506836 or 7102995. OLE color: 7102995.
HSL color Cylindrical-coordinate representation of color #13626C: hue angle of 186.74º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13626C is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 98 | 108 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.58 |
| HSL | 186.74º | 0.7% | 0.25% | - |
| HSV(B) | 186.74º | 0.82% | 0.42% | - |
| XYZ | 7.34 | 9.96 | 15.72 | - |
| YUV | 75.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 108 | 0.82 | 0.09 | 0 | 0.58 | 186.74 | 0.7 | 0.25 |
| Hex | 13 | 62 | 6C | 52 | 9 | 0 | 3A | BB | 46 | 19 |
| Octal | 23 | 142 | 154 | 122 | 11 | 0 | 72 | 273 | 106 | 31 |
| Binary | 10011 | 1100010 | 1101100 | 1010010 | 1001 | 0 | 111010 | 10111011 | 1000110 | 11001 |
Color Harmonies of #13626C
Complementary color
Monochromatic Colors of #13626C
Black with #13626C
Text Example
Text Example
White with #13626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13626C; }
p { color: rgb(19,98,108); }
H1.HeaderClassName
{
color: #13626C;
}
.AnyTagClassName
{
color: #13626C;
}
</style>
background-color css
<style>
a { background-color: #13626C; }
a { background-color: rgb(19,98,108); }
div.DivClassName
{
background-color: #13626C;
}
.BgClassName
{
background-color: #13626C;
}
</style>
border-color css
<style>
span { border-color: #13626C; }
span { border-color: rgb(19,98,108); }
td.TdClassName
{
border-color: #13626C;
}
.TagClassName
{
border-color: #13626C;
}
</style>