COLOR #104B8D

HEX: #104B8D
RGB: (16,75,141)

Color info

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

RGB color model

#104B8D color RGB value is (16,75,141).

  • red value is 16;
  • green value is 75;
  • blue value is 141.
RGB:
(16,75,141)
(6%,29%,55%)

RGB channels and saturation

R 16 of 255 = 6%
G 75 of 255 = 29%
B 141 of 255 = 55%

16
75
141

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

Portions of RGB colors in percentages

R + G + B =
16 + 75 + 141 = 232 (100%)
R 16 of 232 ~ 6.9%
G 75 of 232 ~ 32.33%
B 141 of 232 ~ 60.78%

%32.33
%60.78

CMYK color model

#104B8D color CMYK value is (89,47,0,45).

  • cyan value is 88.65%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(89,47,0,45)
C89M47Y0K45 
(89%,47%,0%,45%)
(0.89/0.47/0.00/0.45)	

CMYK percentages

%88.65
%46.81
%0
%44.71

Codes

Color #104B8D in popluar color models

104B8D
RGB1675141
HSL212°79.62%30.78%
HSB/HSV212°88.65%55.29%
CMYK88.65%46.81%0.00%
44.71%

Color #104B8D in popluar number systems.

HEX104B8D
Decimal1675141
Binary10000100101110001101
Octal20113215

Shades and tints

Shades of #104B8D

#104B8D
(16,75,141)
#0F4581
(15,69,129)
#0E3F75
(14,63,117)
#0D3969
(13,57,105)
#0C335D
(12,51,93)
#0B2D51
(11,45,81)
#0A2745
(10,39,69)
#092139
(9,33,57)
#081B2D
(8,27,45)
#071521
(7,21,33)
#060F15
(6,15,21)
#000000
(0,0,0)

Tints of #104B8D

#104B8D
(16,75,141)
#255B97
(37,91,151)
#3A6BA1
(58,107,161)
#4F7BAB
(79,123,171)
#648BB5
(100,139,181)
#799BBF
(121,155,191)
#8EABC9
(142,171,201)
#A3BBD3
(163,187,211)
#B8CBDD
(184,203,221)
#CDDBE7
(205,219,231)
#E2EBF1
(226,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104B8D color. Also use rgb(16,75,141) instead hex code.

Text Font Color

.myTextColor { color: #104B8D; }

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

This text font color is #104B8D.


Background Color

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

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

This div background color is #104B8D.


Border color

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

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

This div border color is #104B8D.


Opacity

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

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

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

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

This text has shadow with #104B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104B8D on black background.


Color preview on white background

This text has color #104B8D on white background.



Black color preview on #104B8D background

This text has black color on #104B8D background.


White color preview on #104B8D background

This text has white color on #104B8D background.