COLOR #0D1347

HEX: #0D1347 RGB: (13,19,71)

Color info

#0D1347 contains red, green and blue colors in about the same proportion. Web safe color of #0D1347 is #000033 (or #003).

RGB color model

#0D1347 color RGB value is (13,19,71).

RGB: (13,19,71) (5%, 7%, 28%)

RGB channels and saturation

R 13 of 255 = 5%
G 19 of 255 = 7%
B 71 of 255 = 28%

13
19
71

R + G + B ~ 13%. #0D1347 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 19 + 71 = 103 (100%)
R 13 of 103 ~ 12.62%
G 19 of 103 ~ 18.45%
B 71 of 103 ~ 68.93'%

%12.62
%18.45
%68.93

CMYK color model

#0D1347 color CMYK value is (82,73,0,72).

  • cyan value is 81.69%
  • magenta value is 73.24%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (82,73,0,72)
C82M73Y0K72 (82%, 73%, 0%, 72%)
(0.82 / 0.73 / 0.00 / 0.72)

CMYK percentages

%81.69
%73.24
%0
%72.16

Codes

Color #0D1347 in popluar color models

0D 13 47
RGB 13 19 71
HSL 234° 69.05% 16.47%
HSB/HSV 234° 81.69% 27.84%
CMYK 81.69% 73.24% 0.00%
72.16%

Color #0D1347 in popluar number systems.

HEX 0D 13 47
Decimal 13 19 71
Binary 1101 10011 1000111
Octal 15 23 107

Shades and tints

Shades of #0D1347

#0D1347
(13,19,71)
#0C1241
(12,18,65)
#0B113B
(11,17,59)
#0A1035
(10,16,53)
#090F2F
(9,15,47)
#080E29
(8,14,41)
#070D23
(7,13,35)
#060C1D
(6,12,29)
#050B17
(5,11,23)
#040A11
(4,10,17)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #0D1347

#0D1347
(13,19,71)
#232857
(35,40,87)
#393D67
(57,61,103)
#4F5277
(79,82,119)
#656787
(101,103,135)
#7B7C97
(123,124,151)
#9191A7
(145,145,167)
#A7A6B7
(167,166,183)
#BDBBC7
(189,187,199)
#D3D0D7
(211,208,215)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1347 color. Also use rgb(13,19,71) instead hex code.

Text Font Color

.myTextColor { color: #0D1347; }

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

This text font color is #0D1347.

Background Color

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

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

This div background color is #0D1347.

Border color

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

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

This div border color is #0D1347.

Opacity

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

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

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

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

This text has shadow with #0D1347 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1347.

Preview

Color preview on black background

This text has color #0D1347 on black background.


Color preview on white background

This text has color #0D1347 on white background.


Black color preview on #0D1347 background

This text has black color on #0D1347 background.


White color preview on #0D1347 background

This text has white color on #0D1347 background.


Related colors

Complementary color

Complementary color for #hex is #F2ECB8.


I love getcolorcode.com

Triadic colors

1 #470D13 and #13470D with #0D1347 are triadic colors.

2 #47130D and #130D47 with #0D1347 are triadic colors.