Shades of Blue Stone #13535C
Tints of Blue Stone #13535C
RGB
CMYK
RGB Variations
Color information
#13535C (or 0x13535C) is known color: Blue Stone. HEX triplet: 13, 53 and 5C. RGB value is (19,83,92). Sum of RGB (Red+Green+Blue) = 19+83+92=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #13535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13535C is #ECACA3. Grayscale: #404040. Windows color (decimal): -15510692 or 6050579. OLE color: 6050579.
HSL color Cylindrical-coordinate representation of color #13535C: hue angle of 187.4º 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 #13535C is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 83 | 92 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.64 |
| HSL | 187.4º | 0.66% | 0.22% | - |
| HSV(B) | 187.4º | 0.79% | 0.36% | - |
| XYZ | 5.29 | 7.1 | 11.22 | - |
| YUV | 64.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 92 | 0.79 | 0.10 | 0 | 0.64 | 187.4 | 0.66 | 0.22 |
| Hex | 13 | 53 | 5C | 4F | A | 0 | 40 | BB | 42 | 16 |
| Octal | 23 | 123 | 134 | 117 | 12 | 0 | 100 | 273 | 102 | 26 |
| Binary | 10011 | 1010011 | 1011100 | 1001111 | 1010 | 0 | 1000000 | 10111011 | 1000010 | 10110 |
Color Harmonies of #13535C
Complementary color
Monochromatic Colors of #13535C
Black with #13535C
Text Example
Text Example
White with #13535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13535C; }
p { color: rgb(19,83,92); }
H1.HeaderClassName
{
color: #13535C;
}
.AnyTagClassName
{
color: #13535C;
}
</style>
background-color css
<style>
a { background-color: #13535C; }
a { background-color: rgb(19,83,92); }
div.DivClassName
{
background-color: #13535C;
}
.BgClassName
{
background-color: #13535C;
}
</style>
border-color css
<style>
span { border-color: #13535C; }
span { border-color: rgb(19,83,92); }
td.TdClassName
{
border-color: #13535C;
}
.TagClassName
{
border-color: #13535C;
}
</style>