COLOR #103B6D

HEX: #103B6D
RGB: (16,59,109)

Color info

#103B6D contains mainly green and blue colors. Web safe color of #103B6D is #003366 (or #036).

RGB color model

#103B6D color RGB value is (16,59,109).

  • red value is 16;
  • green value is 59;
  • blue value is 109.
RGB:
(16,59,109)
(6%,23%,43%)

RGB channels and saturation

R 16 of 255 = 6%
G 59 of 255 = 23%
B 109 of 255 = 43%

16
59
109

R + G + B ~ 24%. #103B6D is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 59 + 109 = 184 (100%)
R 16 of 184 ~ 8.7%
G 59 of 184 ~ 32.07%
B 109 of 184 ~ 59.24%

%32.07
%59.24

CMYK color model

#103B6D color CMYK value is (85,46,0,57).

  • cyan value is 85.32%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(85,46,0,57)
C85M46Y0K57 
(85%,46%,0%,57%)
(0.85/0.46/0.00/0.57)	

CMYK percentages

%85.32
%45.87
%0
%57.25

Codes

Color #103B6D in popluar color models

103B6D
RGB1659109
HSL212°74.40%24.51%
HSB/HSV212°85.32%42.75%
CMYK85.32%45.87%0.00%
57.25%

Color #103B6D in popluar number systems.

HEX103B6D
Decimal1659109
Binary100001110111101101
Octal2073155

Shades and tints

Shades of #103B6D

#103B6D
(16,59,109)
#0F3664
(15,54,100)
#0E315B
(14,49,91)
#0D2C52
(13,44,82)
#0C2749
(12,39,73)
#0B2240
(11,34,64)
#0A1D37
(10,29,55)
#09182E
(9,24,46)
#081325
(8,19,37)
#070E1C
(7,14,28)
#060913
(6,9,19)
#000000
(0,0,0)

Tints of #103B6D

#103B6D
(16,59,109)
#254C7A
(37,76,122)
#3A5D87
(58,93,135)
#4F6E94
(79,110,148)
#647FA1
(100,127,161)
#7990AE
(121,144,174)
#8EA1BB
(142,161,187)
#A3B2C8
(163,178,200)
#B8C3D5
(184,195,213)
#CDD4E2
(205,212,226)
#E2E5EF
(226,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103B6D color. Also use rgb(16,59,109) instead hex code.

Text Font Color

.myTextColor { color: #103B6D; }

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

This text font color is #103B6D.


Background Color

.myBgColor { background-color: #103B6D; }

<div style="background-color:#103B6D">Inner text</div>

This div background color is #103B6D.


Border color

.myBorderColor { border: 1px solid #103B6D; }

<div style="border:3px solid #103B6D">Div</div>

This div border color is #103B6D.


Opacity

.myOpacity80 { color: #103B6D; opacity: 0.8; }

<p style="color:#103B6D;opacity:0.8;">80%</p>

Text with #103B6D 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 #103B6D;}

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

This text has shadow with #103B6D color.

.textShadow {text-shadow: 3px 3px 1px #103B6D, 3px 3px 1px red;}

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

This text has shadow with #103B6D primary color and red secondary color.


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

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

This text has shadow with #103B6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #103B6D on black background.


Color preview on white background

This text has color #103B6D on white background.



Black color preview on #103B6D background

This text has black color on #103B6D background.


White color preview on #103B6D background

This text has white color on #103B6D background.