#136A71

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

Shades of Blue Stone #136A71

Tints of Blue Stone #136A71

Color information

#136A71 (or 0x136A71) is unknown color: approx Blue Stone. HEX triplet: 13, 6A and 71. RGB value is (19,106,113). Sum of RGB (Red+Green+Blue) = 19+106+113=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #136A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A71 is #EC958E. Grayscale: #505050. Windows color (decimal): -15504783 or 7432723. OLE color: 7432723.

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

Color convert

RGB19106113-
CMYK0.830.0600.56
HSL184.47º71.21%25.88%-
HSV(B)184.47º83.19%44.31%-
XYZ8.411.6417.43-
YUV80.78146.1883.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 106 (41.80% from 255) = 44.54%
BLUE value IS 113 (44.53% from 255) = 47.48%
R=7.98%
G=44.54%
B=47.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal191061130.830.0600.56184.4771.2125.88
Hex136A71536038b8471a
Octal23152161123607027010732
Binary10011110101011100011010011110011100010111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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