COLOR #104A82

HEX: #104A82
RGB: (16,74,130)

Color info

#104A82 contains mainly green and blue colors. Web safe color of #104A82 is #003399 (or #039).

RGB color model

#104A82 color RGB value is (16,74,130).

  • red value is 16;
  • green value is 74;
  • blue value is 130.
RGB:
(16,74,130)
(6%,29%,51%)

RGB channels and saturation

R 16 of 255 = 6%
G 74 of 255 = 29%
B 130 of 255 = 51%

16
74
130

R + G + B ~ 29%. #104A82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 74 + 130 = 220 (100%)
R 16 of 220 ~ 7.27%
G 74 of 220 ~ 33.64%
B 130 of 220 ~ 59.09%

%33.64
%59.09

CMYK color model

#104A82 color CMYK value is (88,43,0,49).

  • cyan value is 87.69%
  • magenta value is 43.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(88,43,0,49)
C88M43Y0K49 
(88%,43%,0%,49%)
(0.88/0.43/0.00/0.49)	

CMYK percentages

%87.69
%43.08
%0
%49.02

Codes

Color #104A82 in popluar color models

104A82
RGB1674130
HSL209°78.08%28.63%
HSB/HSV209°87.69%50.98%
CMYK87.69%43.08%0.00%
49.02%

Color #104A82 in popluar number systems.

HEX104A82
Decimal1674130
Binary10000100101010000010
Octal20112202

Shades and tints

Shades of #104A82

#104A82
(16,74,130)
#0F4477
(15,68,119)
#0E3E6C
(14,62,108)
#0D3861
(13,56,97)
#0C3256
(12,50,86)
#0B2C4B
(11,44,75)
#0A2640
(10,38,64)
#092035
(9,32,53)
#081A2A
(8,26,42)
#07141F
(7,20,31)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #104A82

#104A82
(16,74,130)
#255A8D
(37,90,141)
#3A6A98
(58,106,152)
#4F7AA3
(79,122,163)
#648AAE
(100,138,174)
#799AB9
(121,154,185)
#8EAAC4
(142,170,196)
#A3BACF
(163,186,207)
#B8CADA
(184,202,218)
#CDDAE5
(205,218,229)
#E2EAF0
(226,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104A82 color. Also use rgb(16,74,130) instead hex code.

Text Font Color

.myTextColor { color: #104A82; }

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

This text font color is #104A82.


Background Color

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

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

This div background color is #104A82.


Border color

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

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

This div border color is #104A82.


Opacity

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

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

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

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

This text has shadow with #104A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104A82 on black background.


Color preview on white background

This text has color #104A82 on white background.



Black color preview on #104A82 background

This text has black color on #104A82 background.


White color preview on #104A82 background

This text has white color on #104A82 background.