COLOR #104780

HEX: #104780
RGB: (16,71,128)

Color info

#104780 contains mainly green and blue colors. Web safe color of #104780 is #003366 (or #036).

RGB color model

#104780 color RGB value is (16,71,128).

  • red value is 16;
  • green value is 71;
  • blue value is 128.
RGB:
(16,71,128)
(6%,28%,50%)

RGB channels and saturation

R 16 of 255 = 6%
G 71 of 255 = 28%
B 128 of 255 = 50%

16
71
128

R + G + B ~ 28%. #104780 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 71 + 128 = 215 (100%)
R 16 of 215 ~ 7.44%
G 71 of 215 ~ 33.02%
B 128 of 215 ~ 59.53%

%33.02
%59.53

CMYK color model

#104780 color CMYK value is (88,45,0,50).

  • cyan value is 87.50%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(88,45,0,50)
C88M45Y0K50 
(88%,45%,0%,50%)
(0.88/0.45/0.00/0.50)	

CMYK percentages

%87.5
%44.53
%0
%49.8

Codes

Color #104780 in popluar color models

104780
RGB1671128
HSL211°77.78%28.24%
HSB/HSV211°87.50%50.20%
CMYK87.50%44.53%0.00%
49.80%

Color #104780 in popluar number systems.

HEX104780
Decimal1671128
Binary10000100011110000000
Octal20107200

Shades and tints

Shades of #104780

#104780
(16,71,128)
#0F4175
(15,65,117)
#0E3B6A
(14,59,106)
#0D355F
(13,53,95)
#0C2F54
(12,47,84)
#0B2949
(11,41,73)
#0A233E
(10,35,62)
#091D33
(9,29,51)
#081728
(8,23,40)
#07111D
(7,17,29)
#060B12
(6,11,18)
#000000
(0,0,0)

Tints of #104780

#104780
(16,71,128)
#25578B
(37,87,139)
#3A6796
(58,103,150)
#4F77A1
(79,119,161)
#6487AC
(100,135,172)
#7997B7
(121,151,183)
#8EA7C2
(142,167,194)
#A3B7CD
(163,183,205)
#B8C7D8
(184,199,216)
#CDD7E3
(205,215,227)
#E2E7EE
(226,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104780 color. Also use rgb(16,71,128) instead hex code.

Text Font Color

.myTextColor { color: #104780; }

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

This text font color is #104780.


Background Color

.myBgColor { background-color: #104780; }

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

This div background color is #104780.


Border color

.myBorderColor { border: 1px solid #104780; }

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

This div border color is #104780.


Opacity

.myOpacity80 { color: #104780; opacity: 0.8; }

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

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

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

This text has shadow with #104780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104780 on black background.


Color preview on white background

This text has color #104780 on white background.



Black color preview on #104780 background

This text has black color on #104780 background.


White color preview on #104780 background

This text has white color on #104780 background.