#13515A

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

Shades of Teal Blue #13515A

Tints of Teal Blue #13515A

Color information

#13515A (or 0x13515A) is unknown color: approx Teal Blue. HEX triplet: 13, 51 and 5A. RGB value is (19,81,90). Sum of RGB (Red+Green+Blue) = 19+81+90=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #13515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13515A is #ECAEA5. Grayscale: #3F3F3F. Windows color (decimal): -15511206 or 5918995. OLE color: 5918995.

HSL color Cylindrical-coordinate representation of color #13515A: hue angle of 187.61º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13515A is Cyan = 0.79, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB198190-
CMYK0.790.100.65
HSL187.61º65.14%21.37%-
HSV(B)187.61º78.89%35.29%-
XYZ5.066.7610.71-
YUV63.49142.9696.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=10%
G=42.63%
B=47.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1981900.790.100.65187.6165.1421.37
Hex13515A4FA041bc4115
Octal2312113211712010127410125
Binary1001110100011011010100111110100100000110111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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