COLOR #104C9A

HEX: #104C9A RGB: (16,76,154)

Color info

#104C9A contains mainly blue color. Web safe color of #104C9A is #003399 (or #039).

RGB color model

#104C9A color RGB value is (16,76,154).

RGB: (16,76,154) (6%, 30%, 60%)

RGB channels and saturation

R 16 of 255 = 6%
G 76 of 255 = 30%
B 154 of 255 = 60%

16
76
154

R + G + B ~ 32%. #104C9A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 76 + 154 = 246 (100%)
R 16 of 246 ~ 6.5%
G 76 of 246 ~ 30.89%
B 154 of 246 ~ 62.6'%

%30.89
%62.6

CMYK color model

#104C9A color CMYK value is (90,51,0,40).

  • cyan value is 89.61%
  • magenta value is 50.65%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (90,51,0,40) C90M51Y0K40 (90%,51%,0%,40%) (0.90/0.51/0.00/0.40) 

CMYK percentages

%89.61
%50.65
%0
%39.61

Codes

Color #104C9A in popluar color models

10 4C 9A
RGB 16 76 154
HSL 214° 81.18% 33.33%
HSB/HSV 214° 89.61% 60.39%
CMYK 89.61% 50.65% 0.00%
39.61%

Color #104C9A in popluar number systems.

HEX 10 4C 9A
Decimal 16 76 154
Binary 10000 1001100 10011010
Octal 20 114 232

Shades and tints

Shades of #104C9A

#104C9A
(16,76,154)
#0F468C
(15,70,140)
#0E407E
(14,64,126)
#0D3A70
(13,58,112)
#0C3462
(12,52,98)
#0B2E54
(11,46,84)
#0A2846
(10,40,70)
#092238
(9,34,56)
#081C2A
(8,28,42)
#07161C
(7,22,28)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #104C9A

#104C9A
(16,76,154)
#255CA3
(37,92,163)
#3A6CAC
(58,108,172)
#4F7CB5
(79,124,181)
#648CBE
(100,140,190)
#799CC7
(121,156,199)
#8EACD0
(142,172,208)
#A3BCD9
(163,188,217)
#B8CCE2
(184,204,226)
#CDDCEB
(205,220,235)
#E2ECF4
(226,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104C9A color. Also use rgb(16,76,154) instead hex code.

Text Font Color

.myTextColor { color: #104C9A; }

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

This text font color is #104C9A.

Background Color

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

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

This div background color is #104C9A.

Border color

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

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

This div border color is #104C9A.

Opacity

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

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

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

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

This text has shadow with #104C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #104C9A.

Preview

Color preview on black background

This text has color #104C9A on black background.


Color preview on white background

This text has color #104C9A on white background.


Black color preview on #104C9A background

This text has black color on #104C9A background.


White color preview on #104C9A background

This text has white color on #104C9A background.


Related colors

Complementary color

Complementary color for #hex is #EFB365.


I love getcolorcode.com

Triadic colors

1 #9A104C and #4C9A10 with #104C9A are triadic colors.

2 #9A4C10 and #4C109A with #104C9A are triadic colors.