COLOR #103A76

HEX: #103A76
RGB: (16,58,118)

Color info

#103A76 contains mainly blue color. Web safe color of #103A76 is #003366 (or #036).

RGB color model

#103A76 color RGB value is (16,58,118).

  • red value is 16;
  • green value is 58;
  • blue value is 118.
RGB:
(16,58,118)
(6%,23%,46%)

RGB channels and saturation

R 16 of 255 = 6%
G 58 of 255 = 23%
B 118 of 255 = 46%

16
58
118

R + G + B ~ 25%. #103A76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 58 + 118 = 192 (100%)
R 16 of 192 ~ 8.33%
G 58 of 192 ~ 30.21%
B 118 of 192 ~ 61.46%

%30.21
%61.46

CMYK color model

#103A76 color CMYK value is (86,51,0,54).

  • cyan value is 86.44%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(86,51,0,54)
C86M51Y0K54 
(86%,51%,0%,54%)
(0.86/0.51/0.00/0.54)	

CMYK percentages

%86.44
%50.85
%0
%53.73

Codes

Color #103A76 in popluar color models

103A76
RGB1658118
HSL215°76.12%26.27%
HSB/HSV215°86.44%46.27%
CMYK86.44%50.85%0.00%
53.73%

Color #103A76 in popluar number systems.

HEX103A76
Decimal1658118
Binary100001110101110110
Octal2072166

Shades and tints

Shades of #103A76

#103A76
(16,58,118)
#0F356C
(15,53,108)
#0E3062
(14,48,98)
#0D2B58
(13,43,88)
#0C264E
(12,38,78)
#0B2144
(11,33,68)
#0A1C3A
(10,28,58)
#091730
(9,23,48)
#081226
(8,18,38)
#070D1C
(7,13,28)
#060812
(6,8,18)
#000000
(0,0,0)

Tints of #103A76

#103A76
(16,58,118)
#254B82
(37,75,130)
#3A5C8E
(58,92,142)
#4F6D9A
(79,109,154)
#647EA6
(100,126,166)
#798FB2
(121,143,178)
#8EA0BE
(142,160,190)
#A3B1CA
(163,177,202)
#B8C2D6
(184,194,214)
#CDD3E2
(205,211,226)
#E2E4EE
(226,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103A76 color. Also use rgb(16,58,118) instead hex code.

Text Font Color

.myTextColor { color: #103A76; }

<p style="color:#103A76">This sample text font color is #103A76.</p>

This text font color is #103A76.


Background Color

.myBgColor { background-color: #103A76; }

<div style="background-color:#103A76">Inner text</div>

This div background color is #103A76.


Border color

.myBorderColor { border: 1px solid #103A76; }

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

This div border color is #103A76.


Opacity

.myOpacity80 { color: #103A76; opacity: 0.8; }

<p style="color:#103A76;opacity:0.8;">80%</p>

Text with #103A76 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #103A76;}

<p style="text-shadow: 3px 3px 1px #103A76">Text here.</p>

This text has shadow with #103A76 color.

.textShadow {text-shadow: 3px 3px 1px #103A76, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #103A76, 5px 5px 20px red">Text here.</p>

This text has shadow with #103A76 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#103A76, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#103A76, Direction=45, Strength=4)">Text</p>

This text has shadow with #103A76 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #103A76;
  -webkit-box-shadow:	1px 1px 3px 2px #103A76;
  box-shadow:		1px 1px 3px 2px #103A76;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #103A76;
-webkit-box-shadow: 1px 1px 3px 2px #103A76;
box-shadow:1px 1px 3px 2px #103A76;">
Div content here</div>
This div box has shadow with color #103A76.

Preview

Color preview on black background

This text has color #103A76 on black background.


Color preview on white background

This text has color #103A76 on white background.



Black color preview on #103A76 background

This text has black color on #103A76 background.


White color preview on #103A76 background

This text has white color on #103A76 background.