#136D5A

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

Shades of Blue Stone #136D5A

Tints of Blue Stone #136D5A

Color information

#136D5A (or 0x136D5A) is unknown color: approx Blue Stone. HEX triplet: 13, 6D and 5A. RGB value is (19,109,90). Sum of RGB (Red+Green+Blue) = 19+109+90=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #136D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D5A is #EC92A5. Grayscale: #4F4F4F. Windows color (decimal): -15504038 or 5926163. OLE color: 5926163.

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

Color convert

RGB1910990-
CMYK0.8300.170.57
HSL167.33º70.31%25.1%-
HSV(B)167.33º82.57%42.75%-
XYZ7.5811.8111.55-
YUV79.92133.6884.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 109 (42.97% from 255) = 50%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=8.72%
G=50%
B=41.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19109900.8300.170.57167.3370.3125.1
Hex136D5A5301139a74619
Octal231551321230217124710631
Binary1001111011011011010101001101000111100110100111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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