Shades of Blue Stone #135B69
Tints of Blue Stone #135B69
RGB
CMYK
RGB Variations
Color information
#135B69 (or 0x135B69) is known color: Blue Stone. HEX triplet: 13, 5B and 69. RGB value is (19,91,105). Sum of RGB (Red+Green+Blue) = 19+91+105=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #135B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B69 is #ECA496. Grayscale: #464646. Windows color (decimal): -15508631 or 6904595. OLE color: 6904595.
HSL color Cylindrical-coordinate representation of color #135B69: hue angle of 189.77º 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 #135B69 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 91 | 105 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.59 |
| HSL | 189.77º | 0.69% | 0.24% | - |
| HSV(B) | 189.77º | 0.82% | 0.41% | - |
| XYZ | 6.56 | 8.64 | 14.69 | - |
| YUV | 71.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 105 | 0.82 | 0.13 | 0 | 0.59 | 189.77 | 0.69 | 0.24 |
| Hex | 13 | 5B | 69 | 52 | D | 0 | 3B | BE | 45 | 18 |
| Octal | 23 | 133 | 151 | 122 | 15 | 0 | 73 | 276 | 105 | 30 |
| Binary | 10011 | 1011011 | 1101001 | 1010010 | 1101 | 0 | 111011 | 10111110 | 1000101 | 11000 |
Color Harmonies of #135B69
Complementary color
Monochromatic Colors of #135B69
Black with #135B69
Text Example
Text Example
White with #135B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B69; }
p { color: rgb(19,91,105); }
H1.HeaderClassName
{
color: #135B69;
}
.AnyTagClassName
{
color: #135B69;
}
</style>
background-color css
<style>
a { background-color: #135B69; }
a { background-color: rgb(19,91,105); }
div.DivClassName
{
background-color: #135B69;
}
.BgClassName
{
background-color: #135B69;
}
</style>
border-color css
<style>
span { border-color: #135B69; }
span { border-color: rgb(19,91,105); }
td.TdClassName
{
border-color: #135B69;
}
.TagClassName
{
border-color: #135B69;
}
</style>