Shades of Blue Stone #13736C
Tints of Blue Stone #13736C
RGB
CMYK
RGB Variations
Color information
#13736C (or 0x13736C) is known color: Blue Stone. HEX triplet: 13, 73 and 6C. RGB value is (19,115,108). Sum of RGB (Red+Green+Blue) = 19+115+108=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #13736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13736C is #EC8C93. Grayscale: #555555. Windows color (decimal): -15502484 or 7107347. OLE color: 7107347.
HSL color Cylindrical-coordinate representation of color #13736C: hue angle of 175.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13736C is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 108 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.55 |
| HSL | 175.63º | 0.72% | 0.26% | - |
| HSV(B) | 175.63º | 0.83% | 0.45% | - |
| XYZ | 9.11 | 13.48 | 16.31 | - |
| YUV | 85.5 | 140.7 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 108 | 0.83 | 0 | 0.06 | 0.55 | 175.63 | 0.72 | 0.26 |
| Hex | 13 | 73 | 6C | 53 | 0 | 6 | 37 | B0 | 48 | 1A |
| Octal | 23 | 163 | 154 | 123 | 0 | 6 | 67 | 260 | 110 | 32 |
| Binary | 10011 | 1110011 | 1101100 | 1010011 | 0 | 110 | 110111 | 10110000 | 1001000 | 11010 |
Color Harmonies of #13736C
Complementary color
Monochromatic Colors of #13736C
Black with #13736C
Text Example
Text Example
White with #13736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13736C; }
p { color: rgb(19,115,108); }
H1.HeaderClassName
{
color: #13736C;
}
.AnyTagClassName
{
color: #13736C;
}
</style>
background-color css
<style>
a { background-color: #13736C; }
a { background-color: rgb(19,115,108); }
div.DivClassName
{
background-color: #13736C;
}
.BgClassName
{
background-color: #13736C;
}
</style>
border-color css
<style>
span { border-color: #13736C; }
span { border-color: rgb(19,115,108); }
td.TdClassName
{
border-color: #13736C;
}
.TagClassName
{
border-color: #13736C;
}
</style>