#134957

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

Shades of Teal Blue #134957

Tints of Teal Blue #134957

Color information

#134957 (or 0x134957) is unknown color: approx Teal Blue. HEX triplet: 13, 49 and 57. RGB value is (19,73,87). Sum of RGB (Red+Green+Blue) = 19+73+87=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #134957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134957 is #ECB6A8. Grayscale: #3A3A3A. Windows color (decimal): -15513257 or 5720339. OLE color: 5720339.

HSL color Cylindrical-coordinate representation of color #134957: hue angle of 192.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134957 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB197387-
CMYK0.780.1600.66
HSL192.35º64.15%20.78%-
HSV(B)192.35º78.16%34.12%-
XYZ4.375.599.87-
YUV58.45144.1199.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=10.61%
G=40.78%
B=48.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1973870.780.1600.66192.3564.1520.78
Hex1349574E10042c04015
Octal2311112711620010230010025
Binary10011100100110101111001110100000100001011000000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134957; }

 p { color: rgb(19,73,87); }

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

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

 a { background-color: rgb(19,73,87); }

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

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

 span { border-color: rgb(19,73,87); }

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