#13505F

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

Shades of Teal Blue #13505F

Tints of Teal Blue #13505F

Color information

#13505F (or 0x13505F) is unknown color: approx Teal Blue. HEX triplet: 13, 50 and 5F. RGB value is (19,80,95). Sum of RGB (Red+Green+Blue) = 19+80+95=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #13505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13505F is #ECAFA0. Grayscale: #3F3F3F. Windows color (decimal): -15511457 or 6246419. OLE color: 6246419.

HSL color Cylindrical-coordinate representation of color #13505F: hue angle of 191.84º degrees, saturation: 0.67, 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 #13505F is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB198095-
CMYK0.800.1600.63
HSL191.84º66.67%22.35%-
HSV(B)191.84º80%37.25%-
XYZ5.26.711.85-
YUV63.47145.7996.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=9.79%
G=41.24%
B=48.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1980950.800.1600.63191.8466.6722.35
Hex13505F501003Fc04316
Octal231201371202007730010326
Binary1001110100001011111101000010000011111111000000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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