#136B5C

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

Shades of Blue Stone #136B5C

Tints of Blue Stone #136B5C

Color information

#136B5C (or 0x136B5C) is unknown color: approx Blue Stone. HEX triplet: 13, 6B and 5C. RGB value is (19,107,92). Sum of RGB (Red+Green+Blue) = 19+107+92=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #136B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B5C is #EC94A3. Grayscale: #4E4E4E. Windows color (decimal): -15504548 or 6056723. OLE color: 6056723.

HSL color Cylindrical-coordinate representation of color #136B5C: hue angle of 169.77º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136B5C is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1910792-
CMYK0.8200.140.58
HSL169.77º69.84%24.71%-
HSV(B)169.77º82.24%41.96%-
XYZ7.4611.4311.94-
YUV78.98135.3585.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 107 (42.19% from 255) = 49.08%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=8.72%
G=49.08%
B=42.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107920.8200.140.58169.7769.8424.71
Hex136B5C520E3Aaa4619
Octal231531341220167225210631
Binary100111101011101110010100100111011101010101010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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