Html Css Color HEX #137064 Blue Stone

📋 copy color: '#137064'

red 19 ◦ green 112 ◦ blue 100

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

Shades of Blue Stone #137064

Tints of Blue Stone #137064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.29%

R = 8.23%
G = 48.48%
B = 43.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#137064 (or 0x137064) is known color: Blue Stone. HEX triplet: 13, 70 and 64. RGB value is (19,112,100). Sum of RGB (Red+Green+Blue) = 19+112+100=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #137064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137064 is #EC8F9B. Grayscale: #525252. Windows color (decimal): -15503260 or 6582291. OLE color: 6582291.

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

Color convert

RGB 19 112 100 -
CMYK 0.83 0 0.11 0.56
HSL 172.26º 0.71% 0.26% -
HSV(B) 172.26º 0.83% 0.44% -
XYZ 8.36 12.65 14.06 -
YUV 82.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 19 112 100 0.83 0 0.11 0.56 172.26 0.71 0.26
Hex 13 70 64 53 0 B 38 AC 47 1A
Octal 23 160 144 123 0 13 70 254 107 32
Binary 10011 1110000 1100100 1010011 0 1011 111000 10101100 1000111 11010

Color Harmonies of #137064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137064

Black with #137064

Text Example


Text Example

White with #137064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137064; }

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

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

background-color css

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

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

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

border-color css

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

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

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