Html Css Color HEX #136D71 Blue Stone

📋 copy color: '#136D71'

red 19 ◦ green 109 ◦ blue 113

#136D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #136D71

Tints of Blue Stone #136D71

RGB

 RED value IS 19 (7.81% from 255) = 7.88%

 GREEN value IS 109 (42.97% from 255) = 45.23%

 BLUE value IS 113 (44.53% from 255) = 46.89%

R = 7.88%
G = 45.23%
B = 46.89%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136D71 (or 0x136D71) is known color: Blue Stone. HEX triplet: 13, 6D and 71. RGB value is (19,109,113). Sum of RGB (Red+Green+Blue) = 19+109+113=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #136D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D71 is #EC928E. Grayscale: #525252. Windows color (decimal): -15504015 or 7433491. OLE color: 7433491.

HSL color Cylindrical-coordinate representation of color #136D71: hue angle of 182.55º 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 #136D71 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 109 113 -
CMYK 0.83 0.04 0 0.56
HSL 182.55º 0.71% 0.26% -
HSV(B) 182.55º 0.83% 0.44% -
XYZ 8.72 12.27 17.53 -
YUV 82.55 145.18 82.67 -
System Red Green Blue C M Y K H S L
Decimal 19 109 113 0.83 0.04 0 0.56 182.55 0.71 0.26
Hex 13 6D 71 53 4 0 38 B7 47 1A
Octal 23 155 161 123 4 0 70 267 107 32
Binary 10011 1101101 1110001 1010011 100 0 111000 10110111 1000111 11010

Color Harmonies of #136D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D71

Black with #136D71

Text Example


Text Example

White with #136D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #136D71;
 }
 .AnyTagClassName
 {
   color: #136D71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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