Html Css Color HEX #136B65 Blue Stone

📋 copy color: '#136B65'

red 19 ◦ green 107 ◦ blue 101

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

Shades of Blue Stone #136B65

Tints of Blue Stone #136B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.49%

R = 8.37%
G = 47.14%
B = 44.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#136B65 (or 0x136B65) is known color: Blue Stone. HEX triplet: 13, 6B and 65. RGB value is (19,107,101). Sum of RGB (Red+Green+Blue) = 19+107+101=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #136B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B65 is #EC949A. Grayscale: #4F4F4F. Windows color (decimal): -15504539 or 6646547. OLE color: 6646547.

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

Color convert

RGB 19 107 101 -
CMYK 0.82 0 0.06 0.58
HSL 175.91º 0.7% 0.25% -
HSV(B) 175.91º 0.82% 0.42% -
XYZ 7.88 11.59 14.13 -
YUV 80 139.85 84.49 -
System Red Green Blue C M Y K H S L
Decimal 19 107 101 0.82 0 0.06 0.58 175.91 0.7 0.25
Hex 13 6B 65 52 0 6 3A B0 46 19
Octal 23 153 145 122 0 6 72 260 106 31
Binary 10011 1101011 1100101 1010010 0 110 111010 10110000 1000110 11001

Color Harmonies of #136B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B65

Black with #136B65

Text Example


Text Example

White with #136B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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