Shades of Blue Stone #135665
Tints of Blue Stone #135665
RGB
CMYK
RGB Variations
Color information
#135665 (or 0x135665) is known color: Blue Stone. HEX triplet: 13, 56 and 65. RGB value is (19,86,101). Sum of RGB (Red+Green+Blue) = 19+86+101=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #135665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135665 is #ECA99A. Grayscale: #434343. Windows color (decimal): -15509915 or 6641171. OLE color: 6641171.
HSL color Cylindrical-coordinate representation of color #135665: hue angle of 190.98º 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 #135665 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 86 | 101 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.60 |
| HSL | 190.98º | 0.68% | 0.24% | - |
| HSV(B) | 190.98º | 0.81% | 0.4% | - |
| XYZ | 5.95 | 7.73 | 13.49 | - |
| YUV | 67.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 101 | 0.81 | 0.15 | 0 | 0.60 | 190.98 | 0.68 | 0.24 |
| Hex | 13 | 56 | 65 | 51 | F | 0 | 3C | BF | 44 | 18 |
| Octal | 23 | 126 | 145 | 121 | 17 | 0 | 74 | 277 | 104 | 30 |
| Binary | 10011 | 1010110 | 1100101 | 1010001 | 1111 | 0 | 111100 | 10111111 | 1000100 | 11000 |
Color Harmonies of #135665
Complementary color
Monochromatic Colors of #135665
Black with #135665
Text Example
Text Example
White with #135665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135665; }
p { color: rgb(19,86,101); }
H1.HeaderClassName
{
color: #135665;
}
.AnyTagClassName
{
color: #135665;
}
</style>
background-color css
<style>
a { background-color: #135665; }
a { background-color: rgb(19,86,101); }
div.DivClassName
{
background-color: #135665;
}
.BgClassName
{
background-color: #135665;
}
</style>
border-color css
<style>
span { border-color: #135665; }
span { border-color: rgb(19,86,101); }
td.TdClassName
{
border-color: #135665;
}
.TagClassName
{
border-color: #135665;
}
</style>