Shades of Blue Stone #13525A
Tints of Blue Stone #13525A
RGB
CMYK
RGB Variations
Color information
#13525A (or 0x13525A) is known color: Blue Stone. HEX triplet: 13, 52 and 5A. RGB value is (19,82,90). Sum of RGB (Red+Green+Blue) = 19+82+90=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #13525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13525A is #ECADA5. Grayscale: #3F3F3F. Windows color (decimal): -15510950 or 5919251. OLE color: 5919251.
HSL color Cylindrical-coordinate representation of color #13525A: hue angle of 186.76º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13525A is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 82 | 90 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.65 |
| HSL | 186.76º | 0.65% | 0.21% | - |
| HSV(B) | 186.76º | 0.79% | 0.35% | - |
| XYZ | 5.13 | 6.91 | 10.74 | - |
| YUV | 64.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 90 | 0.79 | 0.09 | 0 | 0.65 | 186.76 | 0.65 | 0.21 |
| Hex | 13 | 52 | 5A | 4F | 9 | 0 | 41 | BB | 41 | 15 |
| Octal | 23 | 122 | 132 | 117 | 11 | 0 | 101 | 273 | 101 | 25 |
| Binary | 10011 | 1010010 | 1011010 | 1001111 | 1001 | 0 | 1000001 | 10111011 | 1000001 | 10101 |
Color Harmonies of #13525A
Complementary color
Monochromatic Colors of #13525A
Black with #13525A
Text Example
Text Example
White with #13525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13525A; }
p { color: rgb(19,82,90); }
H1.HeaderClassName
{
color: #13525A;
}
.AnyTagClassName
{
color: #13525A;
}
</style>
background-color css
<style>
a { background-color: #13525A; }
a { background-color: rgb(19,82,90); }
div.DivClassName
{
background-color: #13525A;
}
.BgClassName
{
background-color: #13525A;
}
</style>
border-color css
<style>
span { border-color: #13525A; }
span { border-color: rgb(19,82,90); }
td.TdClassName
{
border-color: #13525A;
}
.TagClassName
{
border-color: #13525A;
}
</style>