Color Hex Logo

#134276 Color Hex

#134276
(19,66,118)
0 Favorites   0 Comments

Color spaces of #134276

RGB 1966118
HSL0.590.720.27
HSV212°84°46°
CMYK 0.840.440.00   0.54
XYZ5.48685.342917.8816
Yxy5.34290.19110.1861
Hunter Lab23.11471.9203-29.6866
CIE-Lab27.69024.9203-34.1968

#134276 color RGB value is (19,66,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000010 01110110
Octal 23 102 166
Decimal 19 66 118
Hex 13 42 76

RGB Percentages of Color #134276

%9.36
%32.51
%58.13

CMYK Percentages of Color #134276

%84
%44
%0
%54

Triadic Colors of #134276

#134276 #761342 #427613

Analogous Colors of #134276

#134276 #151376 #137476

Monochromatic Colors of #134276

#134276

Complementary Color

#134276 #764713

#134276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134276 Color CSS Codes

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

#134276 Text Font Color

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

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


#134276 Background Color

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

This div background color is #134276


#134276 Border Color

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

This div border color is #134276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134276


Comments

No comments written yet.

Please login to write comment.