#13695E

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

Shades of Blue Stone #13695E

Tints of Blue Stone #13695E

Color information

#13695E (or 0x13695E) is unknown color: approx Blue Stone. HEX triplet: 13, 69 and 5E. RGB value is (19,105,94). Sum of RGB (Red+Green+Blue) = 19+105+94=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #13695E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13695E is #EC96A1. Grayscale: #4D4D4D. Windows color (decimal): -15505058 or 6187283. OLE color: 6187283.

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

Color convert

RGB1910594-
CMYK0.8200.100.59
HSL172.33º69.35%24.31%-
HSV(B)172.33º81.9%41.18%-
XYZ7.3411.0512.34-
YUV78.03137.0185.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=8.72%
G=48.17%
B=43.12%

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
Decimal19105940.8200.100.59172.3369.3524.31
Hex13695E520A3Bac4518
Octal231511361220127325410530
Binary100111101001101111010100100101011101110101100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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