Color Hex Logo

#103baa Color Hex

#103BAA
(16,59,170)
0 Favorites   0 Comments

Color spaces of #103baa

RGB 1659170
HSL0.620.830.36
HSV223°91°67°
CMYK 0.910.650.00   0.33
XYZ9.03336.140438.7393
Yxy6.14040.16760.1139
Hunter Lab24.779821.7061-75.3445
CIE-Lab29.764030.9190-62.8154

#103baa color RGB value is (16,59,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111011 10101010
Octal 20 73 252
Decimal 16 59 170
Hex 10 3B AA

RGB Percentages of Color #103baa

%6.53
%24.08
%69.39

CMYK Percentages of Color #103baa

%91
%65
%0
%33

Triadic Colors of #103baa

#103baa #aa103b #3baa10

Analogous Colors of #103baa

#103baa #3210aa #1088aa

Monochromatic Colors of #103baa

#103baa

Complementary Color

#103baa #aa7f10

#103baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#103baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#103baa Color CSS Codes

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

#103baa Text Font Color

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

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


#103baa Background Color

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

This div background color is #103baa


#103baa Border Color

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

This div border color is #103baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #103baa


Comments

No comments written yet.

Please login to write comment.