Color Hex Logo

#103eaa Color Hex

#103EAA
(16,62,170)
0 Favorites   0 Comments

Color spaces of #103eaa

RGB 1662170
HSL0.620.830.36
HSV222°91°67°
CMYK 0.910.640.00   0.33
XYZ9.19206.457738.7922
Yxy6.45770.16880.1186
Hunter Lab25.412020.0958-72.7196
CIE-Lab30.539028.9067-61.5435

#103eaa color RGB value is (16,62,170).

#103eaa hex color red value is 16, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #103eaa hue: 0.62 , saturation: 0.83 and the lightness value of 103eaa is 0.36.

The process color (four color CMYK) of #103eaa color hex is 0.91, 0.64, 0.00, 0.33. Web safe color of #103eaa is #003399. Color #103eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111110 10101010
Octal 20 76 252
Decimal 16 62 170
Hex 10 3E AA

RGB Percentages of Color #103eaa

%6.45
%25.00
%68.55

CMYK Percentages of Color #103eaa

%91
%64
%0
%33

Triadic Colors of #103eaa

#103eaa #aa103e #3eaa10

Analogous Colors of #103eaa

#103eaa #2f10aa #108baa

Monochromatic Colors of #103eaa

#103eaa

Complementary Color

#103eaa #aa7c10

#103eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#103eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#103eaa Color CSS Codes

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

#103eaa Text Font Color

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

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


#103eaa Background Color

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

This div background color is #103eaa


#103eaa Border Color

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

This div border color is #103eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,62,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #103eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #103eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #103eaa;
  box-shadow:         1px 1px 3px 2px #103eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,62,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 #103eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #103eaa


Comments

No comments written yet.

Please login to write comment.