Shades of Blue Stone #13655C
Tints of Blue Stone #13655C
RGB
CMYK
RGB Variations
Color information
#13655C (or 0x13655C) is known color: Blue Stone. HEX triplet: 13, 65 and 5C. RGB value is (19,101,92). Sum of RGB (Red+Green+Blue) = 19+101+92=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #13655C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13655C is #EC9AA3. Grayscale: #4B4B4B. Windows color (decimal): -15506084 or 6055187. OLE color: 6055187.
HSL color Cylindrical-coordinate representation of color #13655C: hue angle of 173.41º 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 #13655C is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 101 | 92 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.60 |
| HSL | 173.41º | 0.68% | 0.24% | - |
| HSV(B) | 173.41º | 0.81% | 0.4% | - |
| XYZ | 6.85 | 10.22 | 11.74 | - |
| YUV | 75.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 92 | 0.81 | 0 | 0.09 | 0.60 | 173.41 | 0.68 | 0.24 |
| Hex | 13 | 65 | 5C | 51 | 0 | 9 | 3C | AD | 44 | 18 |
| Octal | 23 | 145 | 134 | 121 | 0 | 11 | 74 | 255 | 104 | 30 |
| Binary | 10011 | 1100101 | 1011100 | 1010001 | 0 | 1001 | 111100 | 10101101 | 1000100 | 11000 |
Color Harmonies of #13655C
Complementary color
Monochromatic Colors of #13655C
Black with #13655C
Text Example
Text Example
White with #13655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13655C; }
p { color: rgb(19,101,92); }
H1.HeaderClassName
{
color: #13655C;
}
.AnyTagClassName
{
color: #13655C;
}
</style>
background-color css
<style>
a { background-color: #13655C; }
a { background-color: rgb(19,101,92); }
div.DivClassName
{
background-color: #13655C;
}
.BgClassName
{
background-color: #13655C;
}
</style>
border-color css
<style>
span { border-color: #13655C; }
span { border-color: rgb(19,101,92); }
td.TdClassName
{
border-color: #13655C;
}
.TagClassName
{
border-color: #13655C;
}
</style>