Html Css Color HEX #136B5E Blue Stone

📋 copy color: '#136B5E'

red 19 ◦ green 107 ◦ blue 94

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

Shades of Blue Stone #136B5E

Tints of Blue Stone #136B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.64%

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 8.64%
G = 48.64%
B = 42.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#136B5E (or 0x136B5E) is known color: Blue Stone. HEX triplet: 13, 6B and 5E. RGB value is (19,107,94). Sum of RGB (Red+Green+Blue) = 19+107+94=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #136B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B5E is #EC94A1. Grayscale: #4F4F4F. Windows color (decimal): -15504546 or 6187795. OLE color: 6187795.

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

Color convert

RGB 19 107 94 -
CMYK 0.82 0 0.12 0.58
HSL 171.14º 0.7% 0.25% -
HSV(B) 171.14º 0.82% 0.42% -
XYZ 7.55 11.46 12.4 -
YUV 79.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 19 107 94 0.82 0 0.12 0.58 171.14 0.7 0.25
Hex 13 6B 5E 52 0 C 3A AB 46 19
Octal 23 153 136 122 0 14 72 253 106 31
Binary 10011 1101011 1011110 1010010 0 1100 111010 10101011 1000110 11001

Color Harmonies of #136B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B5E

Black with #136B5E

Text Example


Text Example

White with #136B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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