COLOR #104DC1

HEX: #104DC1
RGB: (16,77,193)

Color info

#104DC1 contains mainly blue color. Web safe color of #104DC1 is #0033CC (or #03C).

RGB color model

#104DC1 color RGB value is (16,77,193).

  • red value is 16;
  • green value is 77;
  • blue value is 193.
RGB:
(16,77,193)
(6%,30%,76%)

RGB channels and saturation

R 16 of 255 = 6%
G 77 of 255 = 30%
B 193 of 255 = 76%

16
77
193

R + G + B ~ 37%. #104DC1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 77 + 193 = 286 (100%)
R 16 of 286 ~ 5.59%
G 77 of 286 ~ 26.92%
B 193 of 286 ~ 67.48%

%26.92
%67.48

CMYK color model

#104DC1 color CMYK value is (92,60,0,24).

  • cyan value is 91.71%
  • magenta value is 60.10%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(92,60,0,24)
C92M60Y0K24 
(92%,60%,0%,24%)
(0.92/0.60/0.00/0.24)	

CMYK percentages

%91.71
%60.1
%0
%24.31

Codes

Color #104DC1 in popluar color models

104DC1
RGB1677193
HSL219°84.69%40.98%
HSB/HSV219°91.71%75.69%
CMYK91.71%60.10%0.00%
24.31%

Color #104DC1 in popluar number systems.

HEX104DC1
Decimal1677193
Binary10000100110111000001
Octal20115301

Shades and tints

Shades of #104DC1

#104DC1
(16,77,193)
#0F46B0
(15,70,176)
#0E3F9F
(14,63,159)
#0D388E
(13,56,142)
#0C317D
(12,49,125)
#0B2A6C
(11,42,108)
#0A235B
(10,35,91)
#091C4A
(9,28,74)
#081539
(8,21,57)
#070E28
(7,14,40)
#060717
(6,7,23)
#000000
(0,0,0)

Tints of #104DC1

#104DC1
(16,77,193)
#255DC6
(37,93,198)
#3A6DCB
(58,109,203)
#4F7DD0
(79,125,208)
#648DD5
(100,141,213)
#799DDA
(121,157,218)
#8EADDF
(142,173,223)
#A3BDE4
(163,189,228)
#B8CDE9
(184,205,233)
#CDDDEE
(205,221,238)
#E2EDF3
(226,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104DC1 color. Also use rgb(16,77,193) instead hex code.

Text Font Color

.myTextColor { color: #104DC1; }

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

This text font color is #104DC1.


Background Color

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

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

This div background color is #104DC1.


Border color

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

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

This div border color is #104DC1.


Opacity

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

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

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

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

This text has shadow with #104DC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104DC1 on black background.


Color preview on white background

This text has color #104DC1 on white background.



Black color preview on #104DC1 background

This text has black color on #104DC1 background.


White color preview on #104DC1 background

This text has white color on #104DC1 background.