#136155

Color #136155 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #136155

Tints of Blue Stone #136155

Color information

#136155 (or 0x136155) is unknown color: approx Blue Stone. HEX triplet: 13, 61 and 55. RGB value is (19,97,85). Sum of RGB (Red+Green+Blue) = 19+97+85=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #136155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136155 is #EC9EAA. Grayscale: #484848. Windows color (decimal): -15507115 or 5595411. OLE color: 5595411.

HSL color Cylindrical-coordinate representation of color #136155: hue angle of 170.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136155 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB199785-
CMYK0.8000.120.62
HSL170.77º67.24%22.75%-
HSV(B)170.77º80.41%38.04%-
XYZ6.189.3410.07-
YUV72.31135.1689.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=9.45%
G=48.26%
B=42.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997850.8000.120.62170.7767.2422.75
Hex136155500C3Eab4317
Octal231411251200147625310327
Binary100111100001101010110100000110011111010101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136155; }

 p { color: rgb(19,97,85); }

 H1.HeaderClassName
 {
   color: #136155;
 }
 .AnyTagClassName
 {
   color: #136155;
 }
</style>
background-color css

<style>
 a { background-color: #136155; }

 a { background-color: rgb(19,97,85); }

 div.DivClassName
 {
   background-color: #136155;
 }
 .BgClassName
 {
   background-color: #136155;
 }
</style>
border-color css

<style>
 span { border-color: #136155; }

 span { border-color: rgb(19,97,85); }

 td.TdClassName
 {
   border-color: #136155;
 }
 .TagClassName
 {
   border-color: #136155;
 }
</style>