#136E5C

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

Shades of Blue Stone #136E5C

Tints of Blue Stone #136E5C

Color information

#136E5C (or 0x136E5C) is unknown color: approx Blue Stone. HEX triplet: 13, 6E and 5C. RGB value is (19,110,92). Sum of RGB (Red+Green+Blue) = 19+110+92=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #136E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E5C is #EC91A3. Grayscale: #505050. Windows color (decimal): -15503780 or 6057491. OLE color: 6057491.

HSL color Cylindrical-coordinate representation of color #136E5C: hue angle of 168.13º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E5C is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB1911092-
CMYK0.8300.160.57
HSL168.13º70.54%25.29%-
HSV(B)168.13º82.73%43.14%-
XYZ7.7812.0612.04-
YUV80.74134.3583.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 110 (43.36% from 255) = 49.77%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=8.60%
G=49.77%
B=41.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19110920.8300.160.57168.1370.5425.29
Hex136E5C5301039a84719
Octal231561341230207125010731
Binary1001111011101011100101001101000011100110101000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,110,92); }

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

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

 a { background-color: rgb(19,110,92); }

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

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

 span { border-color: rgb(19,110,92); }

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