Html Css Color HEX #136F71 Blue Stone

📋 copy color: '#136F71'

red 19 ◦ green 111 ◦ blue 113

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

Shades of Blue Stone #136F71

Tints of Blue Stone #136F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 7.82%
G = 45.68%
B = 46.5%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136F71 (or 0x136F71) is known color: Blue Stone. HEX triplet: 13, 6F and 71. RGB value is (19,111,113). Sum of RGB (Red+Green+Blue) = 19+111+113=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #136F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F71 is #EC908E. Grayscale: #535353. Windows color (decimal): -15503503 or 7434003. OLE color: 7434003.

HSL color Cylindrical-coordinate representation of color #136F71: hue angle of 181.28º 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 #136F71 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 111 113 -
CMYK 0.83 0.02 0 0.56
HSL 181.28º 0.71% 0.26% -
HSV(B) 181.28º 0.83% 0.44% -
XYZ 8.93 12.7 17.6 -
YUV 83.72 144.52 81.84 -
System Red Green Blue C M Y K H S L
Decimal 19 111 113 0.83 0.02 0 0.56 181.28 0.71 0.26
Hex 13 6F 71 53 2 0 38 B5 47 1A
Octal 23 157 161 123 2 0 70 265 107 32
Binary 10011 1101111 1110001 1010011 10 0 111000 10110101 1000111 11010

Color Harmonies of #136F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F71

Black with #136F71

Text Example


Text Example

White with #136F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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