#134954

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

Shades of Teal Blue #134954

Tints of Teal Blue #134954

Color information

#134954 (or 0x134954) is unknown color: approx Teal Blue. HEX triplet: 13, 49 and 54. RGB value is (19,73,84). Sum of RGB (Red+Green+Blue) = 19+73+84=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #134954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134954 is #ECB6AB. Grayscale: #3A3A3A. Windows color (decimal): -15513260 or 5523731. OLE color: 5523731.

HSL color Cylindrical-coordinate representation of color #134954: hue angle of 190.15º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134954 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB197384-
CMYK0.770.1300.67
HSL190.15º63.11%20.2%-
HSV(B)190.15º77.38%32.94%-
XYZ4.255.549.23-
YUV58.11142.61100.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 84 (33.20% from 255) = 47.73%
R=10.80%
G=41.48%
B=47.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1973840.770.1300.67190.1563.1120.2
Hex1349544DD043be3f14
Octal231111241151501032767724
Binary100111001001101010010011011101010000111011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134954; }

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

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

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

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

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

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

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

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