Html Css Color HEX #136C5C Blue Stone

📋 copy color: '#136C5C'

red 19 ◦ green 108 ◦ blue 92

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

Shades of Blue Stone #136C5C

Tints of Blue Stone #136C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.01%

R = 8.68%
G = 49.32%
B = 42.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#136C5C (or 0x136C5C) is known color: Blue Stone. HEX triplet: 13, 6C and 5C. RGB value is (19,108,92). Sum of RGB (Red+Green+Blue) = 19+108+92=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #136C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C5C is #EC93A3. Grayscale: #4F4F4F. Windows color (decimal): -15504292 or 6056979. OLE color: 6056979.

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

Color convert

RGB 19 108 92 -
CMYK 0.82 0 0.15 0.58
HSL 169.21º 0.7% 0.25% -
HSV(B) 169.21º 0.82% 0.42% -
XYZ 7.56 11.64 11.97 -
YUV 79.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 19 108 92 0.82 0 0.15 0.58 169.21 0.7 0.25
Hex 13 6C 5C 52 0 F 3A A9 46 19
Octal 23 154 134 122 0 17 72 251 106 31
Binary 10011 1101100 1011100 1010010 0 1111 111010 10101001 1000110 11001

Color Harmonies of #136C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C5C

Black with #136C5C

Text Example


Text Example

White with #136C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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