Shades of Blue Stone #13525B
Tints of Blue Stone #13525B
RGB
CMYK
RGB Variations
Color information
#13525B (or 0x13525B) is known color: Blue Stone. HEX triplet: 13, 52 and 5B. RGB value is (19,82,91). Sum of RGB (Red+Green+Blue) = 19+82+91=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #13525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13525B is #ECADA4. Grayscale: #404040. Windows color (decimal): -15510949 or 5984787. OLE color: 5984787.
HSL color Cylindrical-coordinate representation of color #13525B: hue angle of 187.5º degrees, saturation: 0.65, 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 #13525B is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 82 | 91 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.64 |
| HSL | 187.5º | 0.65% | 0.22% | - |
| HSV(B) | 187.5º | 0.79% | 0.36% | - |
| XYZ | 5.17 | 6.93 | 10.96 | - |
| YUV | 64.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 91 | 0.79 | 0.10 | 0 | 0.64 | 187.5 | 0.65 | 0.22 |
| Hex | 13 | 52 | 5B | 4F | A | 0 | 40 | BC | 41 | 16 |
| Octal | 23 | 122 | 133 | 117 | 12 | 0 | 100 | 274 | 101 | 26 |
| Binary | 10011 | 1010010 | 1011011 | 1001111 | 1010 | 0 | 1000000 | 10111100 | 1000001 | 10110 |
Color Harmonies of #13525B
Complementary color
Monochromatic Colors of #13525B
Black with #13525B
Text Example
Text Example
White with #13525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13525B; }
p { color: rgb(19,82,91); }
H1.HeaderClassName
{
color: #13525B;
}
.AnyTagClassName
{
color: #13525B;
}
</style>
background-color css
<style>
a { background-color: #13525B; }
a { background-color: rgb(19,82,91); }
div.DivClassName
{
background-color: #13525B;
}
.BgClassName
{
background-color: #13525B;
}
</style>
border-color css
<style>
span { border-color: #13525B; }
span { border-color: rgb(19,82,91); }
td.TdClassName
{
border-color: #13525B;
}
.TagClassName
{
border-color: #13525B;
}
</style>