Shades of Blue Stone #135C5D
Tints of Blue Stone #135C5D
RGB
CMYK
RGB Variations
Color information
#135C5D (or 0x135C5D) is known color: Blue Stone. HEX triplet: 13, 5C and 5D. RGB value is (19,92,93). Sum of RGB (Red+Green+Blue) = 19+92+93=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #135C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C5D is #ECA3A2. Grayscale: #464646. Windows color (decimal): -15508387 or 6118419. OLE color: 6118419.
HSL color Cylindrical-coordinate representation of color #135C5D: hue angle of 180.81º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135C5D is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 93 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.64 |
| HSL | 180.81º | 0.66% | 0.22% | - |
| HSV(B) | 180.81º | 0.8% | 0.36% | - |
| XYZ | 6.07 | 8.58 | 11.69 | - |
| YUV | 70.29 | 140.82 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 93 | 0.80 | 0.01 | 0 | 0.64 | 180.81 | 0.66 | 0.22 |
| Hex | 13 | 5C | 5D | 50 | 1 | 0 | 40 | B5 | 42 | 16 |
| Octal | 23 | 134 | 135 | 120 | 1 | 0 | 100 | 265 | 102 | 26 |
| Binary | 10011 | 1011100 | 1011101 | 1010000 | 1 | 0 | 1000000 | 10110101 | 1000010 | 10110 |
Color Harmonies of #135C5D
Complementary color
Monochromatic Colors of #135C5D
Black with #135C5D
Text Example
Text Example
White with #135C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C5D; }
p { color: rgb(19,92,93); }
H1.HeaderClassName
{
color: #135C5D;
}
.AnyTagClassName
{
color: #135C5D;
}
</style>
background-color css
<style>
a { background-color: #135C5D; }
a { background-color: rgb(19,92,93); }
div.DivClassName
{
background-color: #135C5D;
}
.BgClassName
{
background-color: #135C5D;
}
</style>
border-color css
<style>
span { border-color: #135C5D; }
span { border-color: rgb(19,92,93); }
td.TdClassName
{
border-color: #135C5D;
}
.TagClassName
{
border-color: #135C5D;
}
</style>