COLOR #0D2949

HEX: #0D2949 RGB: (13,41,73)

Color info

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

RGB color model

#0D2949 color RGB value is (13,41,73).

RGB: (13,41,73) (5%, 16%, 29%)

RGB channels and saturation

R 13 of 255 = 5%
G 41 of 255 = 16%
B 73 of 255 = 29%

13
41
73

R + G + B ~ 17%. #0D2949 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 41 + 73 = 127 (100%)
R 13 of 127 ~ 10.24%
G 41 of 127 ~ 32.28%
B 73 of 127 ~ 57.48'%

%32.28
%57.48

CMYK color model

#0D2949 color CMYK value is (82,44,0,71).

  • cyan value is 82.19%
  • magenta value is 43.84%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (82,44,0,71)
C82M44Y0K71 (82%, 44%, 0%, 71%)
(0.82 / 0.44 / 0.00 / 0.71)

CMYK percentages

%82.19
%43.84
%0
%71.37

Codes

Color #0D2949 in popluar color models

0D 29 49
RGB 13 41 73
HSL 212° 69.77% 16.86%
HSB/HSV 212° 82.19% 28.63%
CMYK 82.19% 43.84% 0.00%
71.37%

Color #0D2949 in popluar number systems.

HEX 0D 29 49
Decimal 13 41 73
Binary 1101 101001 1001001
Octal 15 51 111

Shades and tints

Shades of #0D2949

#0D2949
(13,41,73)
#0C2643
(12,38,67)
#0B233D
(11,35,61)
#0A2037
(10,32,55)
#091D31
(9,29,49)
#081A2B
(8,26,43)
#071725
(7,23,37)
#06141F
(6,20,31)
#051119
(5,17,25)
#040E13
(4,14,19)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #0D2949

#0D2949
(13,41,73)
#233C59
(35,60,89)
#394F69
(57,79,105)
#4F6279
(79,98,121)
#657589
(101,117,137)
#7B8899
(123,136,153)
#919BA9
(145,155,169)
#A7AEB9
(167,174,185)
#BDC1C9
(189,193,201)
#D3D4D9
(211,212,217)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2949; }

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

This text font color is #0D2949.

Background Color

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

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

This div background color is #0D2949.

Border color

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

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

This div border color is #0D2949.

Opacity

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

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

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

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

This text has shadow with #0D2949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2949.

Preview

Color preview on black background

This text has color #0D2949 on black background.


Color preview on white background

This text has color #0D2949 on white background.


Black color preview on #0D2949 background

This text has black color on #0D2949 background.


White color preview on #0D2949 background

This text has white color on #0D2949 background.


Related colors

Complementary color

Complementary color for #hex is #F2D6B6.


I love getcolorcode.com

Triadic colors

1 #490D29 and #29490D with #0D2949 are triadic colors.

2 #49290D and #290D49 with #0D2949 are triadic colors.