Shades of Blue Stone #13655A
Tints of Blue Stone #13655A
RGB
CMYK
RGB Variations
Color information
#13655A (or 0x13655A) is known color: Blue Stone. HEX triplet: 13, 65 and 5A. RGB value is (19,101,90). Sum of RGB (Red+Green+Blue) = 19+101+90=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #13655A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13655A is #EC9AA5. Grayscale: #4B4B4B. Windows color (decimal): -15506086 or 5924115. OLE color: 5924115.
HSL color Cylindrical-coordinate representation of color #13655A: hue angle of 171.95º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13655A is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 101 | 90 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.60 |
| HSL | 171.95º | 0.68% | 0.24% | - |
| HSV(B) | 171.95º | 0.81% | 0.4% | - |
| XYZ | 6.77 | 10.18 | 11.28 | - |
| YUV | 75.23 | 136.33 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 90 | 0.81 | 0 | 0.11 | 0.60 | 171.95 | 0.68 | 0.24 |
| Hex | 13 | 65 | 5A | 51 | 0 | B | 3C | AC | 44 | 18 |
| Octal | 23 | 145 | 132 | 121 | 0 | 13 | 74 | 254 | 104 | 30 |
| Binary | 10011 | 1100101 | 1011010 | 1010001 | 0 | 1011 | 111100 | 10101100 | 1000100 | 11000 |
Color Harmonies of #13655A
Complementary color
Monochromatic Colors of #13655A
Black with #13655A
Text Example
Text Example
White with #13655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13655A; }
p { color: rgb(19,101,90); }
H1.HeaderClassName
{
color: #13655A;
}
.AnyTagClassName
{
color: #13655A;
}
</style>
background-color css
<style>
a { background-color: #13655A; }
a { background-color: rgb(19,101,90); }
div.DivClassName
{
background-color: #13655A;
}
.BgClassName
{
background-color: #13655A;
}
</style>
border-color css
<style>
span { border-color: #13655A; }
span { border-color: rgb(19,101,90); }
td.TdClassName
{
border-color: #13655A;
}
.TagClassName
{
border-color: #13655A;
}
</style>