Color Hex Logo

#134170 Color Hex

#134170
(19,65,112)
0 Favorites   0 Comments

Color spaces of #134170

RGB 1965112
HSL0.580.710.26
HSV210°83°44°
CMYK 0.830.420.00   0.56
XYZ5.08355.088916.0436
Yxy5.08890.19390.1941
Hunter Lab22.55860.7468-26.3759
CIE-Lab26.98663.0975-31.5209

#134170 color RGB value is (19,65,112).

#134170 hex color red value is 19, green value is 65 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #134170 hue: 0.58 , saturation: 0.71 and the lightness value of 134170 is 0.26.

The process color (four color CMYK) of #134170 color hex is 0.83, 0.42, 0.00, 0.56. Web safe color of #134170 is #003366. Color #134170 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000001 01110000
Octal 23 101 160
Decimal 19 65 112
Hex 13 41 70

RGB Percentages of Color #134170

%9.69
%33.16
%57.14

CMYK Percentages of Color #134170

%83
%42
%0
%56

Triadic Colors of #134170

#134170 #701341 #417013

Analogous Colors of #134170

#134170 #131370 #137070

Monochromatic Colors of #134170

#134170

Complementary Color

#134170 #704213

#134170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134170 Color CSS Codes

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

#134170 Text Font Color

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

This sample text font color is #134170
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.


#134170 Background Color

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

This div background color is #134170


#134170 Border Color

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

This div border color is #134170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134170


Comments

No comments written yet.

Please login to write comment.