#136E65

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

Shades of Blue Stone #136E65

Tints of Blue Stone #136E65

Color information

#136E65 (or 0x136E65) is unknown color: approx Blue Stone. HEX triplet: 13, 6E and 65. RGB value is (19,110,101). Sum of RGB (Red+Green+Blue) = 19+110+101=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #136E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E65 is #EC919A. Grayscale: #515151. Windows color (decimal): -15503771 or 6647315. OLE color: 6647315.

HSL color Cylindrical-coordinate representation of color #136E65: hue angle of 174.07º 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 #136E65 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB19110101-
CMYK0.8300.080.57
HSL174.07º70.54%25.29%-
HSV(B)174.07º82.73%43.14%-
XYZ8.1912.2314.24-
YUV81.76138.8583.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 110 (43.36% from 255) = 47.83%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=8.26%
G=47.83%
B=43.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal191101010.8300.080.57174.0770.5425.29
Hex136E65530839ae4719
Octal231561451230107125610731
Binary100111101110110010110100110100011100110101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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