Html Css Color HEX #136B5C Blue Stone

📋 copy color: '#136B5C'

red 19 ◦ green 107 ◦ blue 92

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

Shades of Blue Stone #136B5C

Tints of Blue Stone #136B5C

RGB

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

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

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

R = 8.72%
G = 49.08%
B = 42.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#136B5C (or 0x136B5C) is known color: Blue Stone. HEX triplet: 13, 6B and 5C. RGB value is (19,107,92). Sum of RGB (Red+Green+Blue) = 19+107+92=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #136B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B5C is #EC94A3. Grayscale: #4E4E4E. Windows color (decimal): -15504548 or 6056723. OLE color: 6056723.

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

Color convert

RGB 19 107 92 -
CMYK 0.82 0 0.14 0.58
HSL 169.77º 0.7% 0.25% -
HSV(B) 169.77º 0.82% 0.42% -
XYZ 7.46 11.43 11.94 -
YUV 78.98 135.35 85.22 -
System Red Green Blue C M Y K H S L
Decimal 19 107 92 0.82 0 0.14 0.58 169.77 0.7 0.25
Hex 13 6B 5C 52 0 E 3A AA 46 19
Octal 23 153 134 122 0 16 72 252 106 31
Binary 10011 1101011 1011100 1010010 0 1110 111010 10101010 1000110 11001

Color Harmonies of #136B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B5C

Black with #136B5C

Text Example


Text Example

White with #136B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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