Shades of Blue Stone #13675C
Tints of Blue Stone #13675C
RGB
CMYK
RGB Variations
Color information
#13675C (or 0x13675C) is known color: Blue Stone. HEX triplet: 13, 67 and 5C. RGB value is (19,103,92). Sum of RGB (Red+Green+Blue) = 19+103+92=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #13675C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13675C is #EC98A3. Grayscale: #4C4C4C. Windows color (decimal): -15505572 or 6055699. OLE color: 6055699.
HSL color Cylindrical-coordinate representation of color #13675C: hue angle of 172.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13675C is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 92 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.60 |
| HSL | 172.14º | 0.69% | 0.24% | - |
| HSV(B) | 172.14º | 0.82% | 0.4% | - |
| XYZ | 7.05 | 10.61 | 11.8 | - |
| YUV | 76.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 92 | 0.82 | 0 | 0.11 | 0.60 | 172.14 | 0.69 | 0.24 |
| Hex | 13 | 67 | 5C | 52 | 0 | B | 3C | AC | 45 | 18 |
| Octal | 23 | 147 | 134 | 122 | 0 | 13 | 74 | 254 | 105 | 30 |
| Binary | 10011 | 1100111 | 1011100 | 1010010 | 0 | 1011 | 111100 | 10101100 | 1000101 | 11000 |
Color Harmonies of #13675C
Complementary color
Monochromatic Colors of #13675C
Black with #13675C
Text Example
Text Example
White with #13675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13675C; }
p { color: rgb(19,103,92); }
H1.HeaderClassName
{
color: #13675C;
}
.AnyTagClassName
{
color: #13675C;
}
</style>
background-color css
<style>
a { background-color: #13675C; }
a { background-color: rgb(19,103,92); }
div.DivClassName
{
background-color: #13675C;
}
.BgClassName
{
background-color: #13675C;
}
</style>
border-color css
<style>
span { border-color: #13675C; }
span { border-color: rgb(19,103,92); }
td.TdClassName
{
border-color: #13675C;
}
.TagClassName
{
border-color: #13675C;
}
</style>