#136D63

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

Shades of Blue Stone #136D63

Tints of Blue Stone #136D63

Color information

#136D63 (or 0x136D63) is unknown color: approx Blue Stone. HEX triplet: 13, 6D and 63. RGB value is (19,109,99). Sum of RGB (Red+Green+Blue) = 19+109+99=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 109 - color contains mainly: green. Hex color #136D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D63 is #EC929C. Grayscale: #505050. Windows color (decimal): -15504029 or 6515987. OLE color: 6515987.

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

Color convert

RGB1910999-
CMYK0.8300.090.57
HSL173.33º70.31%25.1%-
HSV(B)173.33º82.57%42.75%-
XYZ7.9911.9813.7-
YUV80.95138.1883.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 109 (42.97% from 255) = 48.02%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=8.37%
G=48.02%
B=43.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19109990.8300.090.57173.3370.3125.1
Hex136D63530939ad4619
Octal231551431230117125510631
Binary100111101101110001110100110100111100110101101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,109,99); }

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

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

 a { background-color: rgb(19,109,99); }

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

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

 span { border-color: rgb(19,109,99); }

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