#136C71

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

Shades of Blue Stone #136C71

Tints of Blue Stone #136C71

Color information

#136C71 (or 0x136C71) is unknown color: approx Blue Stone. HEX triplet: 13, 6C and 71. RGB value is (19,108,113). Sum of RGB (Red+Green+Blue) = 19+108+113=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #136C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C71 is #EC938E. Grayscale: #515151. Windows color (decimal): -15504271 or 7433235. OLE color: 7433235.

HSL color Cylindrical-coordinate representation of color #136C71: hue angle of 183.19º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136C71 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB19108113-
CMYK0.830.0400.56
HSL183.19º71.21%25.88%-
HSV(B)183.19º83.19%44.31%-
XYZ8.6112.0617.5-
YUV81.96145.5183.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=7.92%
G=45%
B=47.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal191081130.830.0400.56183.1971.2125.88
Hex136C71534038b7471a
Octal23154161123407026710732
Binary10011110110011100011010011100011100010110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136C71; }

 p { color: rgb(19,108,113); }

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

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

 a { background-color: rgb(19,108,113); }

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

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

 span { border-color: rgb(19,108,113); }

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