Color Hex Logo

#1377aa Color Hex

#1377AA
(19,119,170)
0 Favorites   0 Comments

Color spaces of #1377aa

RGB 19119170
HSL0.560.800.37
HSV200°89°67°
CMYK 0.890.300.00   0.33
XYZ14.121116.234440.4195
Yxy16.23440.19950.2294
Hunter Lab40.2919-7.9521-31.2734
CIE-Lab47.2805-7.9434-34.6343

#1377aa color RGB value is (19,119,170).

#1377aa hex color red value is 19, green value is 119 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1377aa hue: 0.56 , saturation: 0.80 and the lightness value of 1377aa is 0.37.

The process color (four color CMYK) of #1377aa color hex is 0.89, 0.30, 0.00, 0.33. Web safe color of #1377aa is #006699. Color #1377aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 10101010
Octal 23 167 252
Decimal 19 119 170
Hex 13 77 AA

RGB Percentages of Color #1377aa

%6.17
%38.64
%55.19

CMYK Percentages of Color #1377aa

%89
%30
%0
%33

Triadic Colors of #1377aa

#1377aa #aa1377 #77aa13

Analogous Colors of #1377aa

#1377aa #132baa #13aa92

Monochromatic Colors of #1377aa

#1377aa

Complementary Color

#1377aa #aa4613

#1377aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1377aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1377aa Color CSS Codes

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

#1377aa Text Font Color

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

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


#1377aa Background Color

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

This div background color is #1377aa


#1377aa Border Color

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

This div border color is #1377aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1377aa


Comments

No comments written yet.

Please login to write comment.