Color Hex Logo

#1362aa Color Hex

#1362AA
(19,98,170)
0 Favorites   0 Comments

Color spaces of #1362aa

RGB 1998170
HSL0.580.800.37
HSV209°89°67°
CMYK 0.890.420.00   0.33
XYZ11.891911.776139.6765
Yxy11.77610.18770.1859
Hunter Lab34.31631.8034-44.5296
CIE-Lab40.85804.9996-44.8214

#1362aa color RGB value is (19,98,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100010 10101010
Octal 23 142 252
Decimal 19 98 170
Hex 13 62 AA

RGB Percentages of Color #1362aa

%6.62
%34.15
%59.23

CMYK Percentages of Color #1362aa

%89
%42
%0
%33

Triadic Colors of #1362aa

#1362aa #aa1362 #62aa13

Analogous Colors of #1362aa

#1362aa #1317aa #13aaa7

Monochromatic Colors of #1362aa

#1362aa

Complementary Color

#1362aa #aa5b13

#1362aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1362aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1362aa Color CSS Codes

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

#1362aa Text Font Color

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

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


#1362aa Background Color

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

This div background color is #1362aa


#1362aa Border Color

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

This div border color is #1362aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1362aa


Comments

No comments written yet.

Please login to write comment.