Shades of Blue Stone #13545C
Tints of Blue Stone #13545C
RGB
CMYK
RGB Variations
Color information
#13545C (or 0x13545C) is known color: Blue Stone. HEX triplet: 13, 54 and 5C. RGB value is (19,84,92). Sum of RGB (Red+Green+Blue) = 19+84+92=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #13545C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13545C is #ECABA3. Grayscale: #414141. Windows color (decimal): -15510436 or 6050835. OLE color: 6050835.
HSL color Cylindrical-coordinate representation of color #13545C: hue angle of 186.58º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13545C is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 84 | 92 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.64 |
| HSL | 186.58º | 0.66% | 0.22% | - |
| HSV(B) | 186.58º | 0.79% | 0.36% | - |
| XYZ | 5.37 | 7.25 | 11.24 | - |
| YUV | 65.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 92 | 0.79 | 0.09 | 0 | 0.64 | 186.58 | 0.66 | 0.22 |
| Hex | 13 | 54 | 5C | 4F | 9 | 0 | 40 | BB | 42 | 16 |
| Octal | 23 | 124 | 134 | 117 | 11 | 0 | 100 | 273 | 102 | 26 |
| Binary | 10011 | 1010100 | 1011100 | 1001111 | 1001 | 0 | 1000000 | 10111011 | 1000010 | 10110 |
Color Harmonies of #13545C
Complementary color
Monochromatic Colors of #13545C
Black with #13545C
Text Example
Text Example
White with #13545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13545C; }
p { color: rgb(19,84,92); }
H1.HeaderClassName
{
color: #13545C;
}
.AnyTagClassName
{
color: #13545C;
}
</style>
background-color css
<style>
a { background-color: #13545C; }
a { background-color: rgb(19,84,92); }
div.DivClassName
{
background-color: #13545C;
}
.BgClassName
{
background-color: #13545C;
}
</style>
border-color css
<style>
span { border-color: #13545C; }
span { border-color: rgb(19,84,92); }
td.TdClassName
{
border-color: #13545C;
}
.TagClassName
{
border-color: #13545C;
}
</style>