Html Css Color HEX #136F72 Blue Stone

📋 copy color: '#136F72'

red 19 ◦ green 111 ◦ blue 114

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

Shades of Blue Stone #136F72

Tints of Blue Stone #136F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.49%

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 7.79%
G = 45.49%
B = 46.72%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#136F72 (or 0x136F72) is known color: Blue Stone. HEX triplet: 13, 6F and 72. RGB value is (19,111,114). Sum of RGB (Red+Green+Blue) = 19+111+114=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #136F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F72 is #EC908D. Grayscale: #535353. Windows color (decimal): -15503502 or 7499539. OLE color: 7499539.

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

Color convert

RGB 19 111 114 -
CMYK 0.83 0.03 0 0.55
HSL 181.89º 0.71% 0.26% -
HSV(B) 181.89º 0.83% 0.45% -
XYZ 8.99 12.72 17.9 -
YUV 83.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 19 111 114 0.83 0.03 0 0.55 181.89 0.71 0.26
Hex 13 6F 72 53 3 0 37 B6 47 1A
Octal 23 157 162 123 3 0 67 266 107 32
Binary 10011 1101111 1110010 1010011 11 0 110111 10110110 1000111 11010

Color Harmonies of #136F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F72

Black with #136F72

Text Example


Text Example

White with #136F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,111,114); }

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

background-color css

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

 a { background-color: rgb(19,111,114); }

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

border-color css

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

 span { border-color: rgb(19,111,114); }

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