Shades of Blue Stone #13575C
Tints of Blue Stone #13575C
RGB
CMYK
RGB Variations
Color information
#13575C (or 0x13575C) is known color: Blue Stone. HEX triplet: 13, 57 and 5C. RGB value is (19,87,92). Sum of RGB (Red+Green+Blue) = 19+87+92=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #13575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13575C is #ECA8A3. Grayscale: #434343. Windows color (decimal): -15509668 or 6051603. OLE color: 6051603.
HSL color Cylindrical-coordinate representation of color #13575C: hue angle of 184.11º 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 #13575C is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 87 | 92 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.64 |
| HSL | 184.11º | 0.66% | 0.22% | - |
| HSV(B) | 184.11º | 0.79% | 0.36% | - |
| XYZ | 5.61 | 7.73 | 11.32 | - |
| YUV | 67.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 92 | 0.79 | 0.05 | 0 | 0.64 | 184.11 | 0.66 | 0.22 |
| Hex | 13 | 57 | 5C | 4F | 5 | 0 | 40 | B8 | 42 | 16 |
| Octal | 23 | 127 | 134 | 117 | 5 | 0 | 100 | 270 | 102 | 26 |
| Binary | 10011 | 1010111 | 1011100 | 1001111 | 101 | 0 | 1000000 | 10111000 | 1000010 | 10110 |
Color Harmonies of #13575C
Complementary color
Monochromatic Colors of #13575C
Black with #13575C
Text Example
Text Example
White with #13575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13575C; }
p { color: rgb(19,87,92); }
H1.HeaderClassName
{
color: #13575C;
}
.AnyTagClassName
{
color: #13575C;
}
</style>
background-color css
<style>
a { background-color: #13575C; }
a { background-color: rgb(19,87,92); }
div.DivClassName
{
background-color: #13575C;
}
.BgClassName
{
background-color: #13575C;
}
</style>
border-color css
<style>
span { border-color: #13575C; }
span { border-color: rgb(19,87,92); }
td.TdClassName
{
border-color: #13575C;
}
.TagClassName
{
border-color: #13575C;
}
</style>