#136A6F

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

Shades of Blue Stone #136A6F

Tints of Blue Stone #136A6F

Color information

#136A6F (or 0x136A6F) is unknown color: approx Blue Stone. HEX triplet: 13, 6A and 6F. RGB value is (19,106,111). Sum of RGB (Red+Green+Blue) = 19+106+111=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #136A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A6F is #EC9590. Grayscale: #505050. Windows color (decimal): -15504785 or 7301651. OLE color: 7301651.

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

Color convert

RGB19106111-
CMYK0.830.0500.56
HSL183.26º70.77%25.49%-
HSV(B)183.26º82.88%43.53%-
XYZ8.2911.5916.84-
YUV80.56145.1884.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 111 (43.75% from 255) = 47.03%
R=8.05%
G=44.92%
B=47.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal191061110.830.0500.56183.2670.7725.49
Hex136A6F535038b74719
Octal23152157123507026710731
Binary10011110101011011111010011101011100010110111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,106,111); }

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

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

 a { background-color: rgb(19,106,111); }

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

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

 span { border-color: rgb(19,106,111); }

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