COLOR #104FA0

HEX: #104FA0
RGB: (16,79,160)

Color info

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

RGB color model

#104FA0 color RGB value is (16,79,160).

  • red value is 16;
  • green value is 79;
  • blue value is 160.
RGB:
(16,79,160)
(6%,31%,63%)

RGB channels and saturation

R 16 of 255 = 6%
G 79 of 255 = 31%
B 160 of 255 = 63%

16
79
160

R + G + B ~ 33%. #104FA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 79 + 160 = 255 (100%)
R 16 of 255 ~ 6.27%
G 79 of 255 ~ 30.98%
B 160 of 255 ~ 62.75%

%30.98
%62.75

CMYK color model

#104FA0 color CMYK value is (90,51,0,37).

  • cyan value is 90.00%
  • magenta value is 50.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(90,51,0,37)
C90M51Y0K37 
(90%,51%,0%,37%)
(0.90/0.51/0.00/0.37)	

CMYK percentages

%90
%50.63
%0
%37.25

Codes

Color #104FA0 in popluar color models

104FA0
RGB1679160
HSL214°81.82%34.51%
HSB/HSV214°90.00%62.75%
CMYK90.00%50.63%0.00%
37.25%

Color #104FA0 in popluar number systems.

HEX104FA0
Decimal1679160
Binary10000100111110100000
Octal20117240

Shades and tints

Shades of #104FA0

#104FA0
(16,79,160)
#0F4892
(15,72,146)
#0E4184
(14,65,132)
#0D3A76
(13,58,118)
#0C3368
(12,51,104)
#0B2C5A
(11,44,90)
#0A254C
(10,37,76)
#091E3E
(9,30,62)
#081730
(8,23,48)
#071022
(7,16,34)
#060914
(6,9,20)
#000000
(0,0,0)

Tints of #104FA0

#104FA0
(16,79,160)
#255FA8
(37,95,168)
#3A6FB0
(58,111,176)
#4F7FB8
(79,127,184)
#648FC0
(100,143,192)
#799FC8
(121,159,200)
#8EAFD0
(142,175,208)
#A3BFD8
(163,191,216)
#B8CFE0
(184,207,224)
#CDDFE8
(205,223,232)
#E2EFF0
(226,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104FA0 color. Also use rgb(16,79,160) instead hex code.

Text Font Color

.myTextColor { color: #104FA0; }

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

This text font color is #104FA0.


Background Color

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

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

This div background color is #104FA0.


Border color

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

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

This div border color is #104FA0.


Opacity

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

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

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

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

This text has shadow with #104FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104FA0 on black background.


Color preview on white background

This text has color #104FA0 on white background.



Black color preview on #104FA0 background

This text has black color on #104FA0 background.


White color preview on #104FA0 background

This text has white color on #104FA0 background.