Color Hex Logo

#134049 Color Hex

#134049
(19,64,73)
0 Favorites   0 Comments

Color spaces of #134049

RGB 196473
HSL0.530.590.18
HSV190°74°29°
CMYK 0.740.120.00   0.71
XYZ3.30464.28636.9565
Yxy4.28630.22720.2946
Hunter Lab20.7034-7.7394-5.4295
CIE-Lab24.5962-11.7924-9.9605

#134049 color RGB value is (19,64,73).

#134049 hex color red value is 19, green value is 64 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #134049 hue: 0.53 , saturation: 0.59 and the lightness value of 134049 is 0.18.

The process color (four color CMYK) of #134049 color hex is 0.74, 0.12, 0.00, 0.71. Web safe color of #134049 is #003333. Color #134049 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 01001001
Octal 23 100 111
Decimal 19 64 73
Hex 13 40 49

RGB Percentages of Color #134049

%12.18
%41.03
%46.79

CMYK Percentages of Color #134049

%74
%12
%0
%71

Triadic Colors of #134049

#134049 #491340 #404913

Analogous Colors of #134049

#134049 #132549 #134937

Monochromatic Colors of #134049

#134049

Complementary Color

#134049 #491c13

#134049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134049 Color CSS Codes

.mybgcolor {background-color:#134049; } 
.myforecolor {color:#134049; }
.mybordercolor {border:3px solid #134049; }

#134049 Text Font Color

<p style="color:#134049">Text here</p>

This sample text font color is #134049
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#134049 Background Color

<div style="background-color:#134049">
Div content here</div>

This div background color is #134049


#134049 Border Color

<div style="border:3px solid #134049">
Div here</div>

This div border color is #134049


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,64,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #134049; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #134049;
  -webkit-box-shadow: 1px 1px 3px 2px #134049;
  box-shadow:         1px 1px 3px 2px #134049; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,64,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #134049">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #134049;
  -webkit-box-shadow: 1px 1px 3px 2px #134049;
  box-shadow:         1px 1px 3px 2px #134049;">
Div content here</div>

This div box has shadow with color #134049


Comments

No comments written yet.

Please login to write comment.