#135059

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

Shades of Teal Blue #135059

Tints of Teal Blue #135059

Color information

#135059 (or 0x135059) is unknown color: approx Teal Blue. HEX triplet: 13, 50 and 59. RGB value is (19,80,89). Sum of RGB (Red+Green+Blue) = 19+80+89=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #135059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135059 is #ECAFA6. Grayscale: #3E3E3E. Windows color (decimal): -15511463 or 5853203. OLE color: 5853203.

HSL color Cylindrical-coordinate representation of color #135059: hue angle of 187.71º 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 #135059 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB198089-
CMYK0.790.1000.65
HSL187.71º64.81%21.18%-
HSV(B)187.71º78.65%34.9%-
XYZ4.946.610.46-
YUV62.79142.7996.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=10.11%
G=42.55%
B=47.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1980890.790.1000.65187.7164.8121.18
Hex1350594FA041bc4115
Octal2312013111712010127410125
Binary1001110100001011001100111110100100000110111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135059; }

 p { color: rgb(19,80,89); }

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

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

 a { background-color: rgb(19,80,89); }

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

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

 span { border-color: rgb(19,80,89); }

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