Html Css Color HEX #136A59 Blue Stone

📋 copy color: '#136A59'

red 19 ◦ green 106 ◦ blue 89

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

Shades of Blue Stone #136A59

Tints of Blue Stone #136A59

RGB

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

 GREEN value IS 106 (41.8% from 255) = 49.53%

 BLUE value IS 89 (35.16% from 255) = 41.59%

R = 8.88%
G = 49.53%
B = 41.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#136A59 (or 0x136A59) is known color: Blue Stone. HEX triplet: 13, 6A and 59. RGB value is (19,106,89). Sum of RGB (Red+Green+Blue) = 19+106+89=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #136A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A59 is #EC95A6. Grayscale: #4E4E4E. Windows color (decimal): -15504807 or 5859859. OLE color: 5859859.

HSL color Cylindrical-coordinate representation of color #136A59: hue angle of 168.28º 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 #136A59 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 106 89 -
CMYK 0.82 0 0.16 0.58
HSL 168.28º 0.7% 0.25% -
HSV(B) 168.28º 0.82% 0.42% -
XYZ 7.23 11.17 11.23 -
YUV 78.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 19 106 89 0.82 0 0.16 0.58 168.28 0.7 0.25
Hex 13 6A 59 52 0 10 3A A8 46 19
Octal 23 152 131 122 0 20 72 250 106 31
Binary 10011 1101010 1011001 1010010 0 10000 111010 10101000 1000110 11001

Color Harmonies of #136A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A59

Black with #136A59

Text Example


Text Example

White with #136A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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