COLOR #104EA3

HEX: #104EA3 RGB: (16,78,163)

Color info

#104EA3 contains mainly blue color. Web safe color of #104EA3 is #006699 (or #069).

RGB color model

#104EA3 color RGB value is (16,78,163).

RGB: (16,78,163) (6%, 31%, 64%)

RGB channels and saturation

R 16 of 255 = 6%
G 78 of 255 = 31%
B 163 of 255 = 64%

16
78
163

R + G + B ~ 34%. #104EA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 78 + 163 = 257 (100%)
R 16 of 257 ~ 6.23%
G 78 of 257 ~ 30.35%
B 163 of 257 ~ 63.42'%

%30.35
%63.42

CMYK color model

#104EA3 color CMYK value is (90,52,0,36).

  • cyan value is 90.18%
  • magenta value is 52.15%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (90,52,0,36)
C90M52Y0K36 (90%, 52%, 0%, 36%)
(0.90 / 0.52 / 0.00 / 0.36)

CMYK percentages

%90.18
%52.15
%0
%36.08

Codes

Color #104EA3 in popluar color models

10 4E A3
RGB 16 78 163
HSL 215° 82.12% 35.10%
HSB/HSV 215° 90.18% 63.92%
CMYK 90.18% 52.15% 0.00%
36.08%

Color #104EA3 in popluar number systems.

HEX 10 4E A3
Decimal 16 78 163
Binary 10000 1001110 10100011
Octal 20 116 243

Shades and tints

Shades of #104EA3

#104EA3
(16,78,163)
#0F4795
(15,71,149)
#0E4087
(14,64,135)
#0D3979
(13,57,121)
#0C326B
(12,50,107)
#0B2B5D
(11,43,93)
#0A244F
(10,36,79)
#091D41
(9,29,65)
#081633
(8,22,51)
#070F25
(7,15,37)
#060817
(6,8,23)
#000000
(0,0,0)

Tints of #104EA3

#104EA3
(16,78,163)
#255EAB
(37,94,171)
#3A6EB3
(58,110,179)
#4F7EBB
(79,126,187)
#648EC3
(100,142,195)
#799ECB
(121,158,203)
#8EAED3
(142,174,211)
#A3BEDB
(163,190,219)
#B8CEE3
(184,206,227)
#CDDEEB
(205,222,235)
#E2EEF3
(226,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104EA3 color. Also use rgb(16,78,163) instead hex code.

Text Font Color

.myTextColor { color: #104EA3; }

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

This text font color is #104EA3.

Background Color

.myBgColor { background-color: #104EA3; }

<div style="background-color:#104EA3">Inner text</div>

This div background color is #104EA3.

Border color

.myBorderColor { border: 1px solid #104EA3; }

<div style="border:3px solid #104EA3">Div</div>

This div border color is #104EA3.

Opacity

.myOpacity80 { color: #104EA3; opacity: 0.8; }

<p style="color:#104EA3;opacity:0.8;">80%</p>

Text with #104EA3 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 #104EA3;}

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

This text has shadow with #104EA3 color.


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

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

This text has shadow with #104EA3 primary color and red secondary color.


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

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

This text has shadow with #104EA3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #104EA3.

Preview

Color preview on black background

This text has color #104EA3 on black background.


Color preview on white background

This text has color #104EA3 on white background.


Black color preview on #104EA3 background

This text has black color on #104EA3 background.


White color preview on #104EA3 background

This text has white color on #104EA3 background.


Related colors

Complementary color

Complementary color for #hex is #EFB15C.


I love getcolorcode.com

Triadic colors

1 #A3104E and #4EA310 with #104EA3 are triadic colors.

2 #A34E10 and #4E10A3 with #104EA3 are triadic colors.