COLOR #0D3157

HEX: #0D3157
RGB: (13,49,87)

Color info

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

RGB color model

#0D3157 color RGB value is (13,49,87).

  • red value is 13;
  • green value is 49;
  • blue value is 87.
RGB:
(13,49,87)
(5%,19%,34%)

RGB channels and saturation

R 13 of 255 = 5%
G 49 of 255 = 19%
B 87 of 255 = 34%

13
49
87

R + G + B ~ 19%. #0D3157 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 49 + 87 = 149 (100%)
R 13 of 149 ~ 8.72%
G 49 of 149 ~ 32.89%
B 87 of 149 ~ 58.39%

%32.89
%58.39

CMYK color model

#0D3157 color CMYK value is (85,44,0,66).

  • cyan value is 85.06%
  • magenta value is 43.68%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(85,44,0,66)
C85M44Y0K66 
(85%,44%,0%,66%)
(0.85/0.44/0.00/0.66)	

CMYK percentages

%85.06
%43.68
%0
%65.88

Codes

Color #0D3157 in popluar color models

0D3157
RGB134987
HSL211°74.00%19.61%
HSB/HSV211°85.06%34.12%
CMYK85.06%43.68%0.00%
65.88%

Color #0D3157 in popluar number systems.

HEX0D3157
Decimal134987
Binary11011100011010111
Octal1561127

Shades and tints

Shades of #0D3157

#0D3157
(13,49,87)
#0C2D50
(12,45,80)
#0B2949
(11,41,73)
#0A2542
(10,37,66)
#09213B
(9,33,59)
#081D34
(8,29,52)
#07192D
(7,25,45)
#061526
(6,21,38)
#05111F
(5,17,31)
#040D18
(4,13,24)
#030911
(3,9,17)
#000000
(0,0,0)

Tints of #0D3157

#0D3157
(13,49,87)
#234366
(35,67,102)
#395575
(57,85,117)
#4F6784
(79,103,132)
#657993
(101,121,147)
#7B8BA2
(123,139,162)
#919DB1
(145,157,177)
#A7AFC0
(167,175,192)
#BDC1CF
(189,193,207)
#D3D3DE
(211,211,222)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3157; }

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

This text font color is #0D3157.


Background Color

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

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

This div background color is #0D3157.


Border color

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

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

This div border color is #0D3157.


Opacity

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

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

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

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

This text has shadow with #0D3157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3157 on black background.


Color preview on white background

This text has color #0D3157 on white background.



Black color preview on #0D3157 background

This text has black color on #0D3157 background.


White color preview on #0D3157 background

This text has white color on #0D3157 background.