Shades of Blue Stone #13665C
Tints of Blue Stone #13665C
RGB
CMYK
RGB Variations
Color information
#13665C (or 0x13665C) is known color: Blue Stone. HEX triplet: 13, 66 and 5C. RGB value is (19,102,92). Sum of RGB (Red+Green+Blue) = 19+102+92=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #13665C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13665C is #EC99A3. Grayscale: #4C4C4C. Windows color (decimal): -15505828 or 6055443. OLE color: 6055443.
HSL color Cylindrical-coordinate representation of color #13665C: hue angle of 172.77º degrees, saturation: 0.69, 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 #13665C is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 102 | 92 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.6 |
| HSL | 172.77º | 0.69% | 0.24% | - |
| HSV(B) | 172.77º | 0.81% | 0.4% | - |
| XYZ | 6.95 | 10.41 | 11.77 | - |
| YUV | 76.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 92 | 0.81 | 0 | 0.10 | 0.6 | 172.77 | 0.69 | 0.24 |
| Hex | 13 | 66 | 5C | 51 | 0 | A | 3C | AD | 45 | 18 |
| Octal | 23 | 146 | 134 | 121 | 0 | 12 | 74 | 255 | 105 | 30 |
| Binary | 10011 | 1100110 | 1011100 | 1010001 | 0 | 1010 | 111100 | 10101101 | 1000101 | 11000 |
Color Harmonies of #13665C
Complementary color
Monochromatic Colors of #13665C
Black with #13665C
Text Example
Text Example
White with #13665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13665C; }
p { color: rgb(19,102,92); }
H1.HeaderClassName
{
color: #13665C;
}
.AnyTagClassName
{
color: #13665C;
}
</style>
background-color css
<style>
a { background-color: #13665C; }
a { background-color: rgb(19,102,92); }
div.DivClassName
{
background-color: #13665C;
}
.BgClassName
{
background-color: #13665C;
}
</style>
border-color css
<style>
span { border-color: #13665C; }
span { border-color: rgb(19,102,92); }
td.TdClassName
{
border-color: #13665C;
}
.TagClassName
{
border-color: #13665C;
}
</style>