Color Hex Logo

#134870 Color Hex

#134870
(19,72,112)
0 Favorites   0 Comments

Color spaces of #134870

RGB 1972112
HSL0.570.710.26
HSV206°83°44°
CMYK 0.830.360.00   0.56
XYZ5.51065.943016.1859
Yxy5.94300.19940.2150
Hunter Lab24.3783-2.3128-22.3007
CIE-Lab29.2682-1.6026-27.8984

#134870 color RGB value is (19,72,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001000 01110000
Octal 23 110 160
Decimal 19 72 112
Hex 13 48 70

RGB Percentages of Color #134870

%9.36
%35.47
%55.17

CMYK Percentages of Color #134870

%83
%36
%0
%56

Triadic Colors of #134870

#134870 #701348 #487013

Analogous Colors of #134870

#134870 #131970 #13706a

Monochromatic Colors of #134870

#134870

Complementary Color

#134870 #703b13

#134870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134870 Color CSS Codes

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

#134870 Text Font Color

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

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


#134870 Background Color

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

This div background color is #134870


#134870 Border Color

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

This div border color is #134870


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,72,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 #134870">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134870


Comments

No comments written yet.

Please login to write comment.