Html Css Color HEX #136B6C Blue Stone

📋 copy color: '#136B6C'

red 19 ◦ green 107 ◦ blue 108

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

Shades of Blue Stone #136B6C

Tints of Blue Stone #136B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 8.12%
G = 45.73%
B = 46.15%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#136B6C (or 0x136B6C) is known color: Blue Stone. HEX triplet: 13, 6B and 6C. RGB value is (19,107,108). Sum of RGB (Red+Green+Blue) = 19+107+108=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #136B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B6C is #EC9493. Grayscale: #505050. Windows color (decimal): -15504532 or 7105299. OLE color: 7105299.

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

Color convert

RGB 19 107 108 -
CMYK 0.82 0.01 0 0.58
HSL 180.67º 0.7% 0.25% -
HSV(B) 180.67º 0.82% 0.42% -
XYZ 8.23 11.74 16.02 -
YUV 80.8 143.35 83.92 -
System Red Green Blue C M Y K H S L
Decimal 19 107 108 0.82 0.01 0 0.58 180.67 0.7 0.25
Hex 13 6B 6C 52 1 0 3A B5 46 19
Octal 23 153 154 122 1 0 72 265 106 31
Binary 10011 1101011 1101100 1010010 1 0 111010 10110101 1000110 11001

Color Harmonies of #136B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B6C

Black with #136B6C

Text Example


Text Example

White with #136B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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