COLOR #103D9C

HEX: #103D9C RGB: (16,61,156)

Color info

#103D9C contains mainly blue color. Web safe color of #103D9C is #003399 (or #039).

RGB color model

#103D9C color RGB value is (16,61,156).

RGB: (16,61,156) (6%, 24%, 61%)

RGB channels and saturation

R 16 of 255 = 6%
G 61 of 255 = 24%
B 156 of 255 = 61%

16
61
156

R + G + B ~ 30%. #103D9C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 61 + 156 = 233 (100%)
R 16 of 233 ~ 6.87%
G 61 of 233 ~ 26.18%
B 156 of 233 ~ 66.95'%

%26.18
%66.95

CMYK color model

#103D9C color CMYK value is (90,61,0,39).

  • cyan value is 89.74%
  • magenta value is 60.90%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (90,61,0,39)
C90M61Y0K39 (90%, 61%, 0%, 39%)
(0.90 / 0.61 / 0.00 / 0.39)

CMYK percentages

%89.74
%60.9
%0
%38.82

Codes

Color #103D9C in popluar color models

10 3D 9C
RGB 16 61 156
HSL 221° 81.40% 33.73%
HSB/HSV 221° 89.74% 61.18%
CMYK 89.74% 60.90% 0.00%
38.82%

Color #103D9C in popluar number systems.

HEX 10 3D 9C
Decimal 16 61 156
Binary 10000 111101 10011100
Octal 20 75 234

Shades and tints

Shades of #103D9C

#103D9C
(16,61,156)
#0F388E
(15,56,142)
#0E3380
(14,51,128)
#0D2E72
(13,46,114)
#0C2964
(12,41,100)
#0B2456
(11,36,86)
#0A1F48
(10,31,72)
#091A3A
(9,26,58)
#08152C
(8,21,44)
#07101E
(7,16,30)
#060B10
(6,11,16)
#000000
(0,0,0)

Tints of #103D9C

#103D9C
(16,61,156)
#254EA5
(37,78,165)
#3A5FAE
(58,95,174)
#4F70B7
(79,112,183)
#6481C0
(100,129,192)
#7992C9
(121,146,201)
#8EA3D2
(142,163,210)
#A3B4DB
(163,180,219)
#B8C5E4
(184,197,228)
#CDD6ED
(205,214,237)
#E2E7F6
(226,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103D9C color. Also use rgb(16,61,156) instead hex code.

Text Font Color

.myTextColor { color: #103D9C; }

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

This text font color is #103D9C.

Background Color

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

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

This div background color is #103D9C.

Border color

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

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

This div border color is #103D9C.

Opacity

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

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

Text with #103D9C 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 #103D9C;}

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

This text has shadow with #103D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #103D9C.

Preview

Color preview on black background

This text has color #103D9C on black background.


Color preview on white background

This text has color #103D9C on white background.


Black color preview on #103D9C background

This text has black color on #103D9C background.


White color preview on #103D9C background

This text has white color on #103D9C background.


Related colors

Complementary color

Complementary color for #hex is #EFC263.


I love getcolorcode.com

Triadic colors

1 #9C103D and #3D9C10 with #103D9C are triadic colors.

2 #9C3D10 and #3D109C with #103D9C are triadic colors.