#13685E

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

Shades of Blue Stone #13685E

Tints of Blue Stone #13685E

Color information

#13685E (or 0x13685E) is unknown color: approx Blue Stone. HEX triplet: 13, 68 and 5E. RGB value is (19,104,94). Sum of RGB (Red+Green+Blue) = 19+104+94=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #13685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13685E is #EC97A1. Grayscale: #4D4D4D. Windows color (decimal): -15505314 or 6187027. OLE color: 6187027.

HSL color Cylindrical-coordinate representation of color #13685E: hue angle of 172.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13685E is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1910494-
CMYK0.8200.100.59
HSL172.94º69.11%24.12%-
HSV(B)172.94º81.73%40.78%-
XYZ7.2410.8512.3-
YUV77.44137.3486.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 104 (41.02% from 255) = 47.93%
BLUE value IS 94 (37.11% from 255) = 43.32%
R=8.76%
G=47.93%
B=43.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104940.8200.100.59172.9469.1124.12
Hex13685E520A3Bad4518
Octal231501361220127325510530
Binary100111101000101111010100100101011101110101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13685E; }

 p { color: rgb(19,104,94); }

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

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

 a { background-color: rgb(19,104,94); }

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

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

 span { border-color: rgb(19,104,94); }

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