#13515e

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

Shades of Teal Blue #13515E

Tints of Teal Blue #13515E

Color information

#13515E (or 0x13515E) is unknown color: approx Teal Blue. HEX triplet: 13, 51 and 5E. RGB value is (19,81,94). Sum of RGB (Red+Green+Blue) = 19+81+94=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #13515E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13515E is #ECAEA1. Grayscale: #3F3F3F. Windows color (decimal): -15511202 or 6181139. OLE color: 6181139.

HSL color Cylindrical-coordinate representation of color #13515E: hue angle of 190.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13515E is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB198194-
CMYK0.800.1400.63
HSL190.4º66.37%22.16%-
HSV(B)190.4º79.79%36.86%-
XYZ5.236.8311.63-
YUV63.94144.9695.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=9.79%
G=41.75%
B=48.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1981940.800.1400.63190.466.3722.16
Hex13515E50E03Fbe4216
Octal231211361201607727610226
Binary100111010001101111010100001110011111110111110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13515e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13515e; }

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

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

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

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

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

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

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

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