COLOR #0D2049

HEX: #0D2049 RGB: (13,32,73)

Color info

#0D2049 contains mainly green and blue colors. Web safe color of #0D2049 is #003333 (or #033).

RGB color model

#0D2049 color RGB value is (13,32,73).

RGB: (13,32,73) (5%, 13%, 29%)

RGB channels and saturation

R 13 of 255 = 5%
G 32 of 255 = 13%
B 73 of 255 = 29%

13
32
73

R + G + B ~ 16%. #0D2049 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 32 + 73 = 118 (100%)
R 13 of 118 ~ 11.02%
G 32 of 118 ~ 27.12%
B 73 of 118 ~ 61.86'%

%11.02
%27.12
%61.86

CMYK color model

#0D2049 color CMYK value is (82,56,0,71).

  • cyan value is 82.19%
  • magenta value is 56.16%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK: (82,56,0,71) C82M56Y0K71 (82%,56%,0%,71%) (0.82/0.56/0.00/0.71) 

CMYK percentages

%82.19
%56.16
%0
%71.37

Codes

Color #0D2049 in popluar color models

0D 20 49
RGB 13 32 73
HSL 221° 69.77% 16.86%
HSB/HSV 221° 82.19% 28.63%
CMYK 82.19% 56.16% 0.00%
71.37%

Color #0D2049 in popluar number systems.

HEX 0D 20 49
Decimal 13 32 73
Binary 1101 100000 1001001
Octal 15 40 111

Shades and tints

Shades of #0D2049

#0D2049
(13,32,73)
#0C1E43
(12,30,67)
#0B1C3D
(11,28,61)
#0A1A37
(10,26,55)
#091831
(9,24,49)
#08162B
(8,22,43)
#071425
(7,20,37)
#06121F
(6,18,31)
#051019
(5,16,25)
#040E13
(4,14,19)
#030C0D
(3,12,13)
#000000
(0,0,0)

Tints of #0D2049

#0D2049
(13,32,73)
#233459
(35,52,89)
#394869
(57,72,105)
#4F5C79
(79,92,121)
#657089
(101,112,137)
#7B8499
(123,132,153)
#9198A9
(145,152,169)
#A7ACB9
(167,172,185)
#BDC0C9
(189,192,201)
#D3D4D9
(211,212,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2049 color. Also use rgb(13,32,73) instead hex code.

Text Font Color

.myTextColor { color: #0D2049; }

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

This text font color is #0D2049.

Background Color

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

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

This div background color is #0D2049.

Border color

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

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

This div border color is #0D2049.

Opacity

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

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

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

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

This text has shadow with #0D2049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2049.

Preview

Color preview on black background

This text has color #0D2049 on black background.


Color preview on white background

This text has color #0D2049 on white background.


Black color preview on #0D2049 background

This text has black color on #0D2049 background.


White color preview on #0D2049 background

This text has white color on #0D2049 background.


Related colors

Complementary color

Complementary color for #hex is #F2DFB6.


I love getcolorcode.com

Triadic colors

1 #490D20 and #20490D with #0D2049 are triadic colors.

2 #49200D and #200D49 with #0D2049 are triadic colors.