Shades of Blue Stone #135D67
Tints of Blue Stone #135D67
RGB
CMYK
RGB Variations
Color information
#135D67 (or 0x135D67) is known color: Blue Stone. HEX triplet: 13, 5D and 67. RGB value is (19,93,103). Sum of RGB (Red+Green+Blue) = 19+93+103=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #135D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D67 is #ECA298. Grayscale: #474747. Windows color (decimal): -15508121 or 6774035. OLE color: 6774035.
HSL color Cylindrical-coordinate representation of color #135D67: hue angle of 187.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 #135D67 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 93 | 103 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.60 |
| HSL | 187.14º | 0.69% | 0.24% | - |
| HSV(B) | 187.14º | 0.82% | 0.4% | - |
| XYZ | 6.63 | 8.95 | 14.21 | - |
| YUV | 72.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 103 | 0.82 | 0.10 | 0 | 0.60 | 187.14 | 0.69 | 0.24 |
| Hex | 13 | 5D | 67 | 52 | A | 0 | 3C | BB | 45 | 18 |
| Octal | 23 | 135 | 147 | 122 | 12 | 0 | 74 | 273 | 105 | 30 |
| Binary | 10011 | 1011101 | 1100111 | 1010010 | 1010 | 0 | 111100 | 10111011 | 1000101 | 11000 |
Color Harmonies of #135D67
Complementary color
Monochromatic Colors of #135D67
Black with #135D67
Text Example
Text Example
White with #135D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D67; }
p { color: rgb(19,93,103); }
H1.HeaderClassName
{
color: #135D67;
}
.AnyTagClassName
{
color: #135D67;
}
</style>
background-color css
<style>
a { background-color: #135D67; }
a { background-color: rgb(19,93,103); }
div.DivClassName
{
background-color: #135D67;
}
.BgClassName
{
background-color: #135D67;
}
</style>
border-color css
<style>
span { border-color: #135D67; }
span { border-color: rgb(19,93,103); }
td.TdClassName
{
border-color: #135D67;
}
.TagClassName
{
border-color: #135D67;
}
</style>