Color Hex Logo

#134876 Color Hex

#134876
(19,72,118)
0 Favorites   0 Comments

Color spaces of #134876

RGB 1972118
HSL0.580.720.27
HSV208°84°46°
CMYK 0.840.390.00   0.54
XYZ5.85596.081218.0047
Yxy6.08120.19560.2031
Hunter Lab24.6601-0.7677-26.0265
CIE-Lab29.61640.8569-31.1265

#134876 color RGB value is (19,72,118).

#134876 hex color red value is 19, green value is 72 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #134876 hue: 0.58 , saturation: 0.72 and the lightness value of 134876 is 0.27.

The process color (four color CMYK) of #134876 color hex is 0.84, 0.39, 0.00, 0.54. Web safe color of #134876 is #003366. Color #134876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001000 01110110
Octal 23 110 166
Decimal 19 72 118
Hex 13 48 76

RGB Percentages of Color #134876

%9.09
%34.45
%56.46

CMYK Percentages of Color #134876

%84
%39
%0
%54

Triadic Colors of #134876

#134876 #761348 #487613

Analogous Colors of #134876

#134876 #131776 #137673

Monochromatic Colors of #134876

#134876

Complementary Color

#134876 #764113

#134876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134876 Color CSS Codes

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

#134876 Text Font Color

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

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


#134876 Background Color

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

This div background color is #134876


#134876 Border Color

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

This div border color is #134876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134876


Comments

No comments written yet.

Please login to write comment.