COLOR #0D447F

HEX: #0D447F RGB: (13,68,127)

Color info

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

RGB color model

#0D447F color RGB value is (13,68,127).

RGB: (13,68,127) (5%, 27%, 50%)

RGB channels and saturation

R 13 of 255 = 5%
G 68 of 255 = 27%
B 127 of 255 = 50%

13
68
127

R + G + B ~ 27%. #0D447F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 68 + 127 = 208 (100%)
R 13 of 208 ~ 6.25%
G 68 of 208 ~ 32.69%
B 127 of 208 ~ 61.06'%

%32.69
%61.06

CMYK color model

#0D447F color CMYK value is (90,46,0,50).

  • cyan value is 89.76%
  • magenta value is 46.46%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (90,46,0,50)
C90M46Y0K50 (90%, 46%, 0%, 50%)
(0.90 / 0.46 / 0.00 / 0.50)

CMYK percentages

%89.76
%46.46
%0
%50.2

Codes

Color #0D447F in popluar color models

0D 44 7F
RGB 13 68 127
HSL 211° 81.43% 27.45%
HSB/HSV 211° 89.76% 49.80%
CMYK 89.76% 46.46% 0.00%
50.20%

Color #0D447F in popluar number systems.

HEX 0D 44 7F
Decimal 13 68 127
Binary 1101 1000100 1111111
Octal 15 104 177

Shades and tints

Shades of #0D447F

#0D447F
(13,68,127)
#0C3E74
(12,62,116)
#0B3869
(11,56,105)
#0A325E
(10,50,94)
#092C53
(9,44,83)
#082648
(8,38,72)
#07203D
(7,32,61)
#061A32
(6,26,50)
#051427
(5,20,39)
#040E1C
(4,14,28)
#030811
(3,8,17)
#000000
(0,0,0)

Tints of #0D447F

#0D447F
(13,68,127)
#23558A
(35,85,138)
#396695
(57,102,149)
#4F77A0
(79,119,160)
#6588AB
(101,136,171)
#7B99B6
(123,153,182)
#91AAC1
(145,170,193)
#A7BBCC
(167,187,204)
#BDCCD7
(189,204,215)
#D3DDE2
(211,221,226)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D447F color. Also use rgb(13,68,127) instead hex code.

Text Font Color

.myTextColor { color: #0D447F; }

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

This text font color is #0D447F.

Background Color

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

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

This div background color is #0D447F.

Border color

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

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

This div border color is #0D447F.

Opacity

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

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

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

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

This text has shadow with #0D447F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D447F.

Preview

Color preview on black background

This text has color #0D447F on black background.


Color preview on white background

This text has color #0D447F on white background.


Black color preview on #0D447F background

This text has black color on #0D447F background.


White color preview on #0D447F background

This text has white color on #0D447F background.


Related colors

Complementary color

Complementary color for #hex is #F2BB80.


I love getcolorcode.com

Triadic colors

1 #7F0D44 and #447F0D with #0D447F are triadic colors.

2 #7F440D and #440D7F with #0D447F are triadic colors.