Html Css Color HEX #137170 Blue Stone

📋 copy color: '#137170'

red 19 ◦ green 113 ◦ blue 112

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

Shades of Blue Stone #137170

Tints of Blue Stone #137170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.31%

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

R = 7.79%
G = 46.31%
B = 45.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#137170 (or 0x137170) is known color: Blue Stone. HEX triplet: 13, 71 and 70. RGB value is (19,113,112). Sum of RGB (Red+Green+Blue) = 19+113+112=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #137170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137170 is #EC8E8F. Grayscale: #545454. Windows color (decimal): -15502992 or 7368979. OLE color: 7368979.

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

Color convert

RGB 19 113 112 -
CMYK 0.83 0 0.01 0.56
HSL 179.36º 0.71% 0.26% -
HSV(B) 179.36º 0.83% 0.44% -
XYZ 9.1 13.12 17.38 -
YUV 84.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 19 113 112 0.83 0 0.01 0.56 179.36 0.71 0.26
Hex 13 71 70 53 0 1 38 B3 47 1A
Octal 23 161 160 123 0 1 70 263 107 32
Binary 10011 1110001 1110000 1010011 0 1 111000 10110011 1000111 11010

Color Harmonies of #137170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137170

Black with #137170

Text Example


Text Example

White with #137170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137170; }

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

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

background-color css

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

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

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

border-color css

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

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

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