Shades of Blue Stone #135964
Tints of Blue Stone #135964
RGB
CMYK
RGB Variations
Color information
#135964 (or 0x135964) is known color: Blue Stone. HEX triplet: 13, 59 and 64. RGB value is (19,89,100). Sum of RGB (Red+Green+Blue) = 19+89+100=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #135964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135964 is #ECA69B. Grayscale: #454545. Windows color (decimal): -15509148 or 6576403. OLE color: 6576403.
HSL color Cylindrical-coordinate representation of color #135964: hue angle of 188.15º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135964 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 89 | 100 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.61 |
| HSL | 188.15º | 0.68% | 0.23% | - |
| HSV(B) | 188.15º | 0.81% | 0.39% | - |
| XYZ | 6.14 | 8.2 | 13.32 | - |
| YUV | 69.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 100 | 0.81 | 0.11 | 0 | 0.61 | 188.15 | 0.68 | 0.23 |
| Hex | 13 | 59 | 64 | 51 | B | 0 | 3D | BC | 44 | 17 |
| Octal | 23 | 131 | 144 | 121 | 13 | 0 | 75 | 274 | 104 | 27 |
| Binary | 10011 | 1011001 | 1100100 | 1010001 | 1011 | 0 | 111101 | 10111100 | 1000100 | 10111 |
Color Harmonies of #135964
Complementary color
Monochromatic Colors of #135964
Black with #135964
Text Example
Text Example
White with #135964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135964; }
p { color: rgb(19,89,100); }
H1.HeaderClassName
{
color: #135964;
}
.AnyTagClassName
{
color: #135964;
}
</style>
background-color css
<style>
a { background-color: #135964; }
a { background-color: rgb(19,89,100); }
div.DivClassName
{
background-color: #135964;
}
.BgClassName
{
background-color: #135964;
}
</style>
border-color css
<style>
span { border-color: #135964; }
span { border-color: rgb(19,89,100); }
td.TdClassName
{
border-color: #135964;
}
.TagClassName
{
border-color: #135964;
}
</style>