Shades of Blue Stone #135358
Tints of Blue Stone #135358
RGB
CMYK
RGB Variations
Color information
#135358 (or 0x135358) is known color: Blue Stone. HEX triplet: 13, 53 and 58. RGB value is (19,83,88). Sum of RGB (Red+Green+Blue) = 19+83+88=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #135358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135358 is #ECACA7. Grayscale: #404040. Windows color (decimal): -15510696 or 5788435. OLE color: 5788435.
HSL color Cylindrical-coordinate representation of color #135358: hue angle of 184.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135358 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 83 | 88 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.65 |
| HSL | 184.35º | 0.64% | 0.21% | - |
| HSV(B) | 184.35º | 0.78% | 0.35% | - |
| XYZ | 5.12 | 7.03 | 10.32 | - |
| YUV | 64.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 88 | 0.78 | 0.06 | 0 | 0.65 | 184.35 | 0.64 | 0.21 |
| Hex | 13 | 53 | 58 | 4E | 6 | 0 | 41 | B8 | 40 | 15 |
| Octal | 23 | 123 | 130 | 116 | 6 | 0 | 101 | 270 | 100 | 25 |
| Binary | 10011 | 1010011 | 1011000 | 1001110 | 110 | 0 | 1000001 | 10111000 | 1000000 | 10101 |
Color Harmonies of #135358
Complementary color
Monochromatic Colors of #135358
Black with #135358
Text Example
Text Example
White with #135358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135358; }
p { color: rgb(19,83,88); }
H1.HeaderClassName
{
color: #135358;
}
.AnyTagClassName
{
color: #135358;
}
</style>
background-color css
<style>
a { background-color: #135358; }
a { background-color: rgb(19,83,88); }
div.DivClassName
{
background-color: #135358;
}
.BgClassName
{
background-color: #135358;
}
</style>
border-color css
<style>
span { border-color: #135358; }
span { border-color: rgb(19,83,88); }
td.TdClassName
{
border-color: #135358;
}
.TagClassName
{
border-color: #135358;
}
</style>