COLOR #104E85

HEX: #104E85
RGB: (16,78,133)

Color info

#104E85 contains mainly green and blue colors. Web safe color of #104E85 is #006699 (or #069).

RGB color model

#104E85 color RGB value is (16,78,133).

  • red value is 16;
  • green value is 78;
  • blue value is 133.
RGB:
(16,78,133)
(6%,31%,52%)

RGB channels and saturation

R 16 of 255 = 6%
G 78 of 255 = 31%
B 133 of 255 = 52%

16
78
133

R + G + B ~ 30%. #104E85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 78 + 133 = 227 (100%)
R 16 of 227 ~ 7.05%
G 78 of 227 ~ 34.36%
B 133 of 227 ~ 58.59%

%34.36
%58.59

CMYK color model

#104E85 color CMYK value is (88,41,0,48).

  • cyan value is 87.97%
  • magenta value is 41.35%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(88,41,0,48)
C88M41Y0K48 
(88%,41%,0%,48%)
(0.88/0.41/0.00/0.48)	

CMYK percentages

%87.97
%41.35
%0
%47.84

Codes

Color #104E85 in popluar color models

104E85
RGB1678133
HSL208°78.52%29.22%
HSB/HSV208°87.97%52.16%
CMYK87.97%41.35%0.00%
47.84%

Color #104E85 in popluar number systems.

HEX104E85
Decimal1678133
Binary10000100111010000101
Octal20116205

Shades and tints

Shades of #104E85

#104E85
(16,78,133)
#0F4779
(15,71,121)
#0E406D
(14,64,109)
#0D3961
(13,57,97)
#0C3255
(12,50,85)
#0B2B49
(11,43,73)
#0A243D
(10,36,61)
#091D31
(9,29,49)
#081625
(8,22,37)
#070F19
(7,15,25)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #104E85

#104E85
(16,78,133)
#255E90
(37,94,144)
#3A6E9B
(58,110,155)
#4F7EA6
(79,126,166)
#648EB1
(100,142,177)
#799EBC
(121,158,188)
#8EAEC7
(142,174,199)
#A3BED2
(163,190,210)
#B8CEDD
(184,206,221)
#CDDEE8
(205,222,232)
#E2EEF3
(226,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104E85; }

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

This text font color is #104E85.


Background Color

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

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

This div background color is #104E85.


Border color

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

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

This div border color is #104E85.


Opacity

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

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

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

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

This text has shadow with #104E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104E85 on black background.


Color preview on white background

This text has color #104E85 on white background.



Black color preview on #104E85 background

This text has black color on #104E85 background.


White color preview on #104E85 background

This text has white color on #104E85 background.