COLOR #0D3679

HEX: #0D3679 RGB: (13,54,121)

Color info

#0D3679 contains mainly blue color. Web safe color of #0D3679 is #003366 (or #036).

RGB color model

#0D3679 color RGB value is (13,54,121).

RGB: (13,54,121) (5%, 21%, 47%)

RGB channels and saturation

R 13 of 255 = 5%
G 54 of 255 = 21%
B 121 of 255 = 47%

13
54
121

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

Portions of RGB colors in percentages

R + G + B = 13 + 54 + 121 = 188 (100%)
R 13 of 188 ~ 6.91%
G 54 of 188 ~ 28.72%
B 121 of 188 ~ 64.36'%

%28.72
%64.36

CMYK color model

#0D3679 color CMYK value is (89,55,0,53).

  • cyan value is 89.26%
  • magenta value is 55.37%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (89,55,0,53)
C89M55Y0K53 (89%, 55%, 0%, 53%)
(0.89 / 0.55 / 0.00 / 0.53)

CMYK percentages

%89.26
%55.37
%0
%52.55

Codes

Color #0D3679 in popluar color models

0D 36 79
RGB 13 54 121
HSL 217° 80.60% 26.27%
HSB/HSV 217° 89.26% 47.45%
CMYK 89.26% 55.37% 0.00%
52.55%

Color #0D3679 in popluar number systems.

HEX 0D 36 79
Decimal 13 54 121
Binary 1101 110110 1111001
Octal 15 66 171

Shades and tints

Shades of #0D3679

#0D3679
(13,54,121)
#0C326E
(12,50,110)
#0B2E63
(11,46,99)
#0A2A58
(10,42,88)
#09264D
(9,38,77)
#082242
(8,34,66)
#071E37
(7,30,55)
#061A2C
(6,26,44)
#051621
(5,22,33)
#041216
(4,18,22)
#030E0B
(3,14,11)
#000000
(0,0,0)

Tints of #0D3679

#0D3679
(13,54,121)
#234885
(35,72,133)
#395A91
(57,90,145)
#4F6C9D
(79,108,157)
#657EA9
(101,126,169)
#7B90B5
(123,144,181)
#91A2C1
(145,162,193)
#A7B4CD
(167,180,205)
#BDC6D9
(189,198,217)
#D3D8E5
(211,216,229)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3679 color. Also use rgb(13,54,121) instead hex code.

Text Font Color

.myTextColor { color: #0D3679; }

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

This text font color is #0D3679.

Background Color

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

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

This div background color is #0D3679.

Border color

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

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

This div border color is #0D3679.

Opacity

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

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

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

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

This text has shadow with #0D3679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3679.

Preview

Color preview on black background

This text has color #0D3679 on black background.


Color preview on white background

This text has color #0D3679 on white background.


Black color preview on #0D3679 background

This text has black color on #0D3679 background.


White color preview on #0D3679 background

This text has white color on #0D3679 background.


Related colors

Complementary color

Complementary color for #hex is #F2C986.


I love getcolorcode.com

Triadic colors

1 #790D36 and #36790D with #0D3679 are triadic colors.

2 #79360D and #360D79 with #0D3679 are triadic colors.