Shades of Blue Stone #135F68
Tints of Blue Stone #135F68
RGB
CMYK
RGB Variations
Color information
#135F68 (or 0x135F68) is known color: Blue Stone. HEX triplet: 13, 5F and 68. RGB value is (19,95,104). Sum of RGB (Red+Green+Blue) = 19+95+104=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #135F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F68 is #ECA097. Grayscale: #494949. Windows color (decimal): -15507608 or 6840083. OLE color: 6840083.
HSL color Cylindrical-coordinate representation of color #135F68: hue angle of 186.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135F68 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 95 | 104 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.59 |
| HSL | 186.35º | 0.69% | 0.24% | - |
| HSV(B) | 186.35º | 0.82% | 0.41% | - |
| XYZ | 6.86 | 9.32 | 14.53 | - |
| YUV | 73.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 104 | 0.82 | 0.09 | 0 | 0.59 | 186.35 | 0.69 | 0.24 |
| Hex | 13 | 5F | 68 | 52 | 9 | 0 | 3B | BA | 45 | 18 |
| Octal | 23 | 137 | 150 | 122 | 11 | 0 | 73 | 272 | 105 | 30 |
| Binary | 10011 | 1011111 | 1101000 | 1010010 | 1001 | 0 | 111011 | 10111010 | 1000101 | 11000 |
Color Harmonies of #135F68
Complementary color
Monochromatic Colors of #135F68
Black with #135F68
Text Example
Text Example
White with #135F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F68; }
p { color: rgb(19,95,104); }
H1.HeaderClassName
{
color: #135F68;
}
.AnyTagClassName
{
color: #135F68;
}
</style>
background-color css
<style>
a { background-color: #135F68; }
a { background-color: rgb(19,95,104); }
div.DivClassName
{
background-color: #135F68;
}
.BgClassName
{
background-color: #135F68;
}
</style>
border-color css
<style>
span { border-color: #135F68; }
span { border-color: rgb(19,95,104); }
td.TdClassName
{
border-color: #135F68;
}
.TagClassName
{
border-color: #135F68;
}
</style>