Color Hex Logo

#134277 Color Hex

#134277
(19,66,119)
0 Favorites   0 Comments

Color spaces of #134277

RGB 1966119
HSL0.590.720.27
HSV212°84°47°
CMYK 0.840.450.00   0.53
XYZ5.54655.366818.1963
Yxy5.36680.19050.1844
Hunter Lab23.16642.1954-30.3536
CIE-Lab27.75525.3382-34.7235

#134277 color RGB value is (19,66,119).

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

The process color (four color CMYK) of #134277 color hex is 0.84, 0.45, 0.00, 0.53. Web safe color of #134277 is #003366. Color #134277 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000010 01110111
Octal 23 102 167
Decimal 19 66 119
Hex 13 42 77

RGB Percentages of Color #134277

%9.31
%32.35
%58.33

CMYK Percentages of Color #134277

%84
%45
%0
%53

Triadic Colors of #134277

#134277 #771342 #427713

Analogous Colors of #134277

#134277 #161377 #137477

Monochromatic Colors of #134277

#134277

Complementary Color

#134277 #774813

#134277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134277 Color CSS Codes

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

#134277 Text Font Color

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

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


#134277 Background Color

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

This div background color is #134277


#134277 Border Color

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

This div border color is #134277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134277


Comments

No comments written yet.

Please login to write comment.