COLOR #0D315E

HEX: #0D315E RGB: (13,49,94)

Color info

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

RGB color model

#0D315E color RGB value is (13,49,94).

RGB: (13,49,94) (5%, 19%, 37%)

RGB channels and saturation

R 13 of 255 = 5%
G 49 of 255 = 19%
B 94 of 255 = 37%

13
49
94

R + G + B ~ 20%. #0D315E is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 49 + 94 = 156 (100%)
R 13 of 156 ~ 8.33%
G 49 of 156 ~ 31.41%
B 94 of 156 ~ 60.26'%

%31.41
%60.26

CMYK color model

#0D315E color CMYK value is (86,48,0,63).

  • cyan value is 86.17%
  • magenta value is 47.87%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (86,48,0,63)
C86M48Y0K63 (86%, 48%, 0%, 63%)
(0.86 / 0.48 / 0.00 / 0.63)

CMYK percentages

%86.17
%47.87
%0
%63.14

Codes

Color #0D315E in popluar color models

0D 31 5E
RGB 13 49 94
HSL 213° 75.70% 20.98%
HSB/HSV 213° 86.17% 36.86%
CMYK 86.17% 47.87% 0.00%
63.14%

Color #0D315E in popluar number systems.

HEX 0D 31 5E
Decimal 13 49 94
Binary 1101 110001 1011110
Octal 15 61 136

Shades and tints

Shades of #0D315E

#0D315E
(13,49,94)
#0C2D56
(12,45,86)
#0B294E
(11,41,78)
#0A2546
(10,37,70)
#09213E
(9,33,62)
#081D36
(8,29,54)
#07192E
(7,25,46)
#061526
(6,21,38)
#05111E
(5,17,30)
#040D16
(4,13,22)
#03090E
(3,9,14)
#000000
(0,0,0)

Tints of #0D315E

#0D315E
(13,49,94)
#23436C
(35,67,108)
#39557A
(57,85,122)
#4F6788
(79,103,136)
#657996
(101,121,150)
#7B8BA4
(123,139,164)
#919DB2
(145,157,178)
#A7AFC0
(167,175,192)
#BDC1CE
(189,193,206)
#D3D3DC
(211,211,220)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D315E color. Also use rgb(13,49,94) instead hex code.

Text Font Color

.myTextColor { color: #0D315E; }

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

This text font color is #0D315E.

Background Color

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

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

This div background color is #0D315E.

Border color

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

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

This div border color is #0D315E.

Opacity

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

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

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

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

This text has shadow with #0D315E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D315E.

Preview

Color preview on black background

This text has color #0D315E on black background.


Color preview on white background

This text has color #0D315E on white background.


Black color preview on #0D315E background

This text has black color on #0D315E background.


White color preview on #0D315E background

This text has white color on #0D315E background.


Related colors

Complementary color

Complementary color for #hex is #F2CEA1.


I love getcolorcode.com

Triadic colors

1 #5E0D31 and #315E0D with #0D315E are triadic colors.

2 #5E310D and #310D5E with #0D315E are triadic colors.