COLOR #0D3871

HEX: #0D3871 RGB: (13,56,113)

Color info

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

RGB color model

#0D3871 color RGB value is (13,56,113).

RGB: (13,56,113) (5%, 22%, 44%)

RGB channels and saturation

R 13 of 255 = 5%
G 56 of 255 = 22%
B 113 of 255 = 44%

13
56
113

R + G + B ~ 24%. #0D3871 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 56 + 113 = 182 (100%)
R 13 of 182 ~ 7.14%
G 56 of 182 ~ 30.77%
B 113 of 182 ~ 62.09'%

%30.77
%62.09

CMYK color model

#0D3871 color CMYK value is (88,50,0,56).

  • cyan value is 88.50%
  • magenta value is 50.44%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (88,50,0,56)
C88M50Y0K56 (88%, 50%, 0%, 56%)
(0.88 / 0.50 / 0.00 / 0.56)

CMYK percentages

%88.5
%50.44
%0
%55.69

Codes

Color #0D3871 in popluar color models

0D 38 71
RGB 13 56 113
HSL 214° 79.37% 24.71%
HSB/HSV 214° 88.50% 44.31%
CMYK 88.50% 50.44% 0.00%
55.69%

Color #0D3871 in popluar number systems.

HEX 0D 38 71
Decimal 13 56 113
Binary 1101 111000 1110001
Octal 15 70 161

Shades and tints

Shades of #0D3871

#0D3871
(13,56,113)
#0C3367
(12,51,103)
#0B2E5D
(11,46,93)
#0A2953
(10,41,83)
#092449
(9,36,73)
#081F3F
(8,31,63)
#071A35
(7,26,53)
#06152B
(6,21,43)
#051021
(5,16,33)
#040B17
(4,11,23)
#03060D
(3,6,13)
#000000
(0,0,0)

Tints of #0D3871

#0D3871
(13,56,113)
#234A7D
(35,74,125)
#395C89
(57,92,137)
#4F6E95
(79,110,149)
#6580A1
(101,128,161)
#7B92AD
(123,146,173)
#91A4B9
(145,164,185)
#A7B6C5
(167,182,197)
#BDC8D1
(189,200,209)
#D3DADD
(211,218,221)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3871 color. Also use rgb(13,56,113) instead hex code.

Text Font Color

.myTextColor { color: #0D3871; }

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

This text font color is #0D3871.

Background Color

.myBgColor { background-color: #0D3871; }

<div style="background-color:#0D3871">Inner text</div>

This div background color is #0D3871.

Border color

.myBorderColor { border: 1px solid #0D3871; }

<div style="border:3px solid #0D3871">Div</div>

This div border color is #0D3871.

Opacity

.myOpacity80 { color: #0D3871; opacity: 0.8; }

<p style="color:#0D3871;opacity:0.8;">80%</p>

Text with #0D3871 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 #0D3871;}

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

This text has shadow with #0D3871 color.


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

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

This text has shadow with #0D3871 primary color and red secondary color.


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

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

This text has shadow with #0D3871 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #0D3871.

Preview

Color preview on black background

This text has color #0D3871 on black background.


Color preview on white background

This text has color #0D3871 on white background.


Black color preview on #0D3871 background

This text has black color on #0D3871 background.


White color preview on #0D3871 background

This text has white color on #0D3871 background.


Related colors

Complementary color

Complementary color for #hex is #F2C78E.


I love getcolorcode.com

Triadic colors

1 #710D38 and #38710D with #0D3871 are triadic colors.

2 #71380D and #380D71 with #0D3871 are triadic colors.