Shades of Blue Stone #13555E
Tints of Blue Stone #13555E
RGB
CMYK
RGB Variations
Color information
#13555E (or 0x13555E) is known color: Blue Stone. HEX triplet: 13, 55 and 5E. RGB value is (19,85,94). Sum of RGB (Red+Green+Blue) = 19+85+94=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #13555E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13555E is #ECAAA1. Grayscale: #424242. Windows color (decimal): -15510178 or 6182163. OLE color: 6182163.
HSL color Cylindrical-coordinate representation of color #13555E: hue angle of 187.2º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13555E is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 85 | 94 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.63 |
| HSL | 187.2º | 0.66% | 0.22% | - |
| HSV(B) | 187.2º | 0.8% | 0.37% | - |
| XYZ | 5.54 | 7.44 | 11.73 | - |
| YUV | 66.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 94 | 0.80 | 0.10 | 0 | 0.63 | 187.2 | 0.66 | 0.22 |
| Hex | 13 | 55 | 5E | 50 | A | 0 | 3F | BB | 42 | 16 |
| Octal | 23 | 125 | 136 | 120 | 12 | 0 | 77 | 273 | 102 | 26 |
| Binary | 10011 | 1010101 | 1011110 | 1010000 | 1010 | 0 | 111111 | 10111011 | 1000010 | 10110 |
Color Harmonies of #13555E
Complementary color
Monochromatic Colors of #13555E
Black with #13555E
Text Example
Text Example
White with #13555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13555E; }
p { color: rgb(19,85,94); }
H1.HeaderClassName
{
color: #13555E;
}
.AnyTagClassName
{
color: #13555E;
}
</style>
background-color css
<style>
a { background-color: #13555E; }
a { background-color: rgb(19,85,94); }
div.DivClassName
{
background-color: #13555E;
}
.BgClassName
{
background-color: #13555E;
}
</style>
border-color css
<style>
span { border-color: #13555E; }
span { border-color: rgb(19,85,94); }
td.TdClassName
{
border-color: #13555E;
}
.TagClassName
{
border-color: #13555E;
}
</style>