Html Css Color HEX #136C64 Blue Stone

📋 copy color: '#136C64'

red 19 ◦ green 108 ◦ blue 100

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

Shades of Blue Stone #136C64

Tints of Blue Stone #136C64

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.58%

 BLUE value IS 100 (39.45% from 255) = 44.05%

R = 8.37%
G = 47.58%
B = 44.05%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#136C64 (or 0x136C64) is known color: Blue Stone. HEX triplet: 13, 6C and 64. RGB value is (19,108,100). Sum of RGB (Red+Green+Blue) = 19+108+100=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #136C64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C64 is #EC939B. Grayscale: #505050. Windows color (decimal): -15504284 or 6581267. OLE color: 6581267.

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

Color convert

RGB 19 108 100 -
CMYK 0.82 0 0.07 0.58
HSL 174.61º 0.7% 0.25% -
HSV(B) 174.61º 0.82% 0.42% -
XYZ 7.93 11.78 13.91 -
YUV 80.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 19 108 100 0.82 0 0.07 0.58 174.61 0.7 0.25
Hex 13 6C 64 52 0 7 3A AF 46 19
Octal 23 154 144 122 0 7 72 257 106 31
Binary 10011 1101100 1100100 1010010 0 111 111010 10101111 1000110 11001

Color Harmonies of #136C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C64

Black with #136C64

Text Example


Text Example

White with #136C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,108,100); }

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

background-color css

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

 a { background-color: rgb(19,108,100); }

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

border-color css

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

 span { border-color: rgb(19,108,100); }

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