#13706D

Color #13706D Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #13706D

Tints of Blue Stone #13706D

Color information

#13706D (or 0x13706D) is unknown color: approx Blue Stone. HEX triplet: 13, 70 and 6D. RGB value is (19,112,109). Sum of RGB (Red+Green+Blue) = 19+112+109=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #13706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13706D is #EC8F92. Grayscale: #535353. Windows color (decimal): -15503251 or 7172115. OLE color: 7172115.

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

Color convert

RGB19112109-
CMYK0.8300.030.56
HSL178.06º70.99%25.69%-
HSV(B)178.06º83.04%43.92%-
XYZ8.8212.8316.48-
YUV83.85142.1981.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=7.92%
G=46.67%
B=45.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal191121090.8300.030.56178.0670.9925.69
Hex13706D530338b2471a
Octal23160155123037026210732
Binary1001111100001101101101001101111100010110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13706D; }

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

 H1.HeaderClassName
 {
   color: #13706D;
 }
 .AnyTagClassName
 {
   color: #13706D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #13706D;
 }
 .BgClassName
 {
   background-color: #13706D;
 }
</style>
border-color css

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

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

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