Html Css Color HEX #136D6E Blue Stone

📋 copy color: '#136D6E'

red 19 ◦ green 109 ◦ blue 110

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

Shades of Blue Stone #136D6E

Tints of Blue Stone #136D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.8%

 BLUE value IS 110 (43.36% from 255) = 46.22%

R = 7.98%
G = 45.8%
B = 46.22%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#136D6E (or 0x136D6E) is known color: Blue Stone. HEX triplet: 13, 6D and 6E. RGB value is (19,109,110). Sum of RGB (Red+Green+Blue) = 19+109+110=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #136D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D6E is #EC9291. Grayscale: #525252. Windows color (decimal): -15504018 or 7236883. OLE color: 7236883.

HSL color Cylindrical-coordinate representation of color #136D6E: hue angle of 180.66º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D6E is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 110 -
CMYK 0.83 0.01 0 0.57
HSL 180.66º 0.71% 0.25% -
HSV(B) 180.66º 0.83% 0.43% -
XYZ 8.55 12.2 16.66 -
YUV 82.2 143.68 82.92 -
System Red Green Blue C M Y K H S L
Decimal 19 109 110 0.83 0.01 0 0.57 180.66 0.71 0.25
Hex 13 6D 6E 53 1 0 39 B5 47 19
Octal 23 155 156 123 1 0 71 265 107 31
Binary 10011 1101101 1101110 1010011 1 0 111001 10110101 1000111 11001

Color Harmonies of #136D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D6E

Black with #136D6E

Text Example


Text Example

White with #136D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,109,110); }

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

background-color css

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

 a { background-color: rgb(19,109,110); }

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

border-color css

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

 span { border-color: rgb(19,109,110); }

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