Html Css Color HEX #136C70 Blue Stone

📋 copy color: '#136C70'

red 19 ◦ green 108 ◦ blue 112

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

Shades of Blue Stone #136C70

Tints of Blue Stone #136C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.86%

R = 7.95%
G = 45.19%
B = 46.86%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136C70 (or 0x136C70) is known color: Blue Stone. HEX triplet: 13, 6C and 70. RGB value is (19,108,112). Sum of RGB (Red+Green+Blue) = 19+108+112=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #136C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C70 is #EC938F. Grayscale: #515151. Windows color (decimal): -15504272 or 7367699. OLE color: 7367699.

HSL color Cylindrical-coordinate representation of color #136C70: hue angle of 182.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136C70 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 108 112 -
CMYK 0.83 0.04 0 0.56
HSL 182.58º 0.71% 0.26% -
HSV(B) 182.58º 0.83% 0.44% -
XYZ 8.56 12.03 17.2 -
YUV 81.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 19 108 112 0.83 0.04 0 0.56 182.58 0.71 0.26
Hex 13 6C 70 53 4 0 38 B7 47 1A
Octal 23 154 160 123 4 0 70 267 107 32
Binary 10011 1101100 1110000 1010011 100 0 111000 10110111 1000111 11010

Color Harmonies of #136C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C70

Black with #136C70

Text Example


Text Example

White with #136C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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