Html Css Color HEX #137061 Blue Stone

📋 copy color: '#137061'

red 19 ◦ green 112 ◦ blue 97

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

Shades of Blue Stone #137061

Tints of Blue Stone #137061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 8.33%
G = 49.12%
B = 42.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#137061 (or 0x137061) is known color: Blue Stone. HEX triplet: 13, 70 and 61. RGB value is (19,112,97). Sum of RGB (Red+Green+Blue) = 19+112+97=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #137061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137061 is #EC8F9E. Grayscale: #525252. Windows color (decimal): -15503263 or 6385683. OLE color: 6385683.

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

Color convert

RGB 19 112 97 -
CMYK 0.83 0 0.13 0.56
HSL 170.32º 0.71% 0.26% -
HSV(B) 170.32º 0.83% 0.44% -
XYZ 8.22 12.59 13.31 -
YUV 82.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 19 112 97 0.83 0 0.13 0.56 170.32 0.71 0.26
Hex 13 70 61 53 0 D 38 AA 47 1A
Octal 23 160 141 123 0 15 70 252 107 32
Binary 10011 1110000 1100001 1010011 0 1101 111000 10101010 1000111 11010

Color Harmonies of #137061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137061

Black with #137061

Text Example


Text Example

White with #137061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137061; }

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

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

background-color css

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

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

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

border-color css

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

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

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