COLOR #103B71

HEX: #103B71
RGB: (16,59,113)

Color info

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

RGB color model

#103B71 color RGB value is (16,59,113).

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

RGB channels and saturation

R 16 of 255 = 6%
G 59 of 255 = 23%
B 113 of 255 = 44%

16
59
113

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

Portions of RGB colors in percentages

R + G + B =
16 + 59 + 113 = 188 (100%)
R 16 of 188 ~ 8.51%
G 59 of 188 ~ 31.38%
B 113 of 188 ~ 60.11%

%31.38
%60.11

CMYK color model

#103B71 color CMYK value is (86,48,0,56).

  • cyan value is 85.84%
  • magenta value is 47.79%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(86,48,0,56)
C86M48Y0K56 
(86%,48%,0%,56%)
(0.86/0.48/0.00/0.56)	

CMYK percentages

%85.84
%47.79
%0
%55.69

Codes

Color #103B71 in popluar color models

103B71
RGB1659113
HSL213°75.19%25.29%
HSB/HSV213°85.84%44.31%
CMYK85.84%47.79%0.00%
55.69%

Color #103B71 in popluar number systems.

HEX103B71
Decimal1659113
Binary100001110111110001
Octal2073161

Shades and tints

Shades of #103B71

#103B71
(16,59,113)
#0F3667
(15,54,103)
#0E315D
(14,49,93)
#0D2C53
(13,44,83)
#0C2749
(12,39,73)
#0B223F
(11,34,63)
#0A1D35
(10,29,53)
#09182B
(9,24,43)
#081321
(8,19,33)
#070E17
(7,14,23)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #103B71

#103B71
(16,59,113)
#254C7D
(37,76,125)
#3A5D89
(58,93,137)
#4F6E95
(79,110,149)
#647FA1
(100,127,161)
#7990AD
(121,144,173)
#8EA1B9
(142,161,185)
#A3B2C5
(163,178,197)
#B8C3D1
(184,195,209)
#CDD4DD
(205,212,221)
#E2E5E9
(226,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #103B71; }

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

This text font color is #103B71.


Background Color

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

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

This div background color is #103B71.


Border color

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

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

This div border color is #103B71.


Opacity

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

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

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

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

This text has shadow with #103B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #103B71 on black background.


Color preview on white background

This text has color #103B71 on white background.



Black color preview on #103B71 background

This text has black color on #103B71 background.


White color preview on #103B71 background

This text has white color on #103B71 background.