Shades of Blue Stone #13665F
Tints of Blue Stone #13665F
RGB
CMYK
RGB Variations
Color information
#13665F (or 0x13665F) is known color: Blue Stone. HEX triplet: 13, 66 and 5F. RGB value is (19,102,95). Sum of RGB (Red+Green+Blue) = 19+102+95=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #13665F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13665F is #EC99A0. Grayscale: #4C4C4C. Windows color (decimal): -15505825 or 6252051. OLE color: 6252051.
HSL color Cylindrical-coordinate representation of color #13665F: hue angle of 174.94º 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 #13665F is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 102 | 95 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.6 |
| HSL | 174.94º | 0.69% | 0.24% | - |
| HSV(B) | 174.94º | 0.81% | 0.4% | - |
| XYZ | 7.09 | 10.47 | 12.47 | - |
| YUV | 76.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 95 | 0.81 | 0 | 0.07 | 0.6 | 174.94 | 0.69 | 0.24 |
| Hex | 13 | 66 | 5F | 51 | 0 | 7 | 3C | AF | 45 | 18 |
| Octal | 23 | 146 | 137 | 121 | 0 | 7 | 74 | 257 | 105 | 30 |
| Binary | 10011 | 1100110 | 1011111 | 1010001 | 0 | 111 | 111100 | 10101111 | 1000101 | 11000 |
Color Harmonies of #13665F
Complementary color
Monochromatic Colors of #13665F
Black with #13665F
Text Example
Text Example
White with #13665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13665F; }
p { color: rgb(19,102,95); }
H1.HeaderClassName
{
color: #13665F;
}
.AnyTagClassName
{
color: #13665F;
}
</style>
background-color css
<style>
a { background-color: #13665F; }
a { background-color: rgb(19,102,95); }
div.DivClassName
{
background-color: #13665F;
}
.BgClassName
{
background-color: #13665F;
}
</style>
border-color css
<style>
span { border-color: #13665F; }
span { border-color: rgb(19,102,95); }
td.TdClassName
{
border-color: #13665F;
}
.TagClassName
{
border-color: #13665F;
}
</style>