COLOR #0D2E4D

HEX: #0D2E4D RGB: (13,46,77)

Color info

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

RGB color model

#0D2E4D color RGB value is (13,46,77).

RGB: (13,46,77) (5%, 18%, 30%)

RGB channels and saturation

R 13 of 255 = 5%
G 46 of 255 = 18%
B 77 of 255 = 30%

13
46
77

R + G + B ~ 18%. #0D2E4D is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 46 + 77 = 136 (100%)
R 13 of 136 ~ 9.56%
G 46 of 136 ~ 33.82%
B 77 of 136 ~ 56.62'%

%9.56
%33.82
%56.62

CMYK color model

#0D2E4D color CMYK value is (83,40,0,70).

  • cyan value is 83.12%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (83,40,0,70) C83M40Y0K70 (83%,40%,0%,70%) (0.83/0.40/0.00/0.70) 

CMYK percentages

%83.12
%40.26
%0
%69.8

Codes

Color #0D2E4D in popluar color models

0D 2E 4D
RGB 13 46 77
HSL 209° 71.11% 17.65%
HSB/HSV 209° 83.12% 30.20%
CMYK 83.12% 40.26% 0.00%
69.80%

Color #0D2E4D in popluar number systems.

HEX 0D 2E 4D
Decimal 13 46 77
Binary 1101 101110 1001101
Octal 15 56 115

Shades and tints

Shades of #0D2E4D

#0D2E4D
(13,46,77)
#0C2A46
(12,42,70)
#0B263F
(11,38,63)
#0A2238
(10,34,56)
#091E31
(9,30,49)
#081A2A
(8,26,42)
#071623
(7,22,35)
#06121C
(6,18,28)
#050E15
(5,14,21)
#040A0E
(4,10,14)
#030607
(3,6,7)
#000000
(0,0,0)

Tints of #0D2E4D

#0D2E4D
(13,46,77)
#23415D
(35,65,93)
#39546D
(57,84,109)
#4F677D
(79,103,125)
#657A8D
(101,122,141)
#7B8D9D
(123,141,157)
#91A0AD
(145,160,173)
#A7B3BD
(167,179,189)
#BDC6CD
(189,198,205)
#D3D9DD
(211,217,221)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2E4D color. Also use rgb(13,46,77) instead hex code.

Text Font Color

.myTextColor { color: #0D2E4D; }

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

This text font color is #0D2E4D.

Background Color

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

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

This div background color is #0D2E4D.

Border color

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

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

This div border color is #0D2E4D.

Opacity

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

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

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

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

This text has shadow with #0D2E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2E4D.

Preview

Color preview on black background

This text has color #0D2E4D on black background.


Color preview on white background

This text has color #0D2E4D on white background.


Black color preview on #0D2E4D background

This text has black color on #0D2E4D background.


White color preview on #0D2E4D background

This text has white color on #0D2E4D background.


Related colors

Complementary color

Complementary color for #hex is #F2D1B2.


I love getcolorcode.com

Triadic colors

1 #4D0D2E and #2E4D0D with #0D2E4D are triadic colors.

2 #4D2E0D and #2E0D4D with #0D2E4D are triadic colors.