#13685F

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

Shades of Blue Stone #13685F

Tints of Blue Stone #13685F

Color information

#13685F (or 0x13685F) is unknown color: approx Blue Stone. HEX triplet: 13, 68 and 5F. RGB value is (19,104,95). Sum of RGB (Red+Green+Blue) = 19+104+95=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #13685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13685F is #EC97A0. Grayscale: #4D4D4D. Windows color (decimal): -15505313 or 6252563. OLE color: 6252563.

HSL color Cylindrical-coordinate representation of color #13685F: hue angle of 173.65º 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 #13685F is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1910495-
CMYK0.8200.090.59
HSL173.65º69.11%24.12%-
HSV(B)173.65º81.73%40.78%-
XYZ7.2810.8712.54-
YUV77.56137.8486.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=8.72%
G=47.71%
B=43.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104950.8200.090.59173.6569.1124.12
Hex13685F52093Bae4518
Octal231501371220117325610530
Binary100111101000101111110100100100111101110101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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