COLOR #0D3C7D

HEX: #0D3C7D RGB: (13,60,125)

Color info

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

RGB color model

#0D3C7D color RGB value is (13,60,125).

RGB: (13,60,125) (5%, 24%, 49%)

RGB channels and saturation

R 13 of 255 = 5%
G 60 of 255 = 24%
B 125 of 255 = 49%

13
60
125

R + G + B ~ 26%. #0D3C7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 60 + 125 = 198 (100%)
R 13 of 198 ~ 6.57%
G 60 of 198 ~ 30.3%
B 125 of 198 ~ 63.13'%

%30.3
%63.13

CMYK color model

#0D3C7D color CMYK value is (90,52,0,51).

  • cyan value is 89.60%
  • magenta value is 52.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (90,52,0,51)
C90M52Y0K51 (90%, 52%, 0%, 51%)
(0.90 / 0.52 / 0.00 / 0.51)

CMYK percentages

%89.6
%52
%0
%50.98

Codes

Color #0D3C7D in popluar color models

0D 3C 7D
RGB 13 60 125
HSL 215° 81.16% 27.06%
HSB/HSV 215° 89.60% 49.02%
CMYK 89.60% 52.00% 0.00%
50.98%

Color #0D3C7D in popluar number systems.

HEX 0D 3C 7D
Decimal 13 60 125
Binary 1101 111100 1111101
Octal 15 74 175

Shades and tints

Shades of #0D3C7D

#0D3C7D
(13,60,125)
#0C3772
(12,55,114)
#0B3267
(11,50,103)
#0A2D5C
(10,45,92)
#092851
(9,40,81)
#082346
(8,35,70)
#071E3B
(7,30,59)
#061930
(6,25,48)
#051425
(5,20,37)
#040F1A
(4,15,26)
#030A0F
(3,10,15)
#000000
(0,0,0)

Tints of #0D3C7D

#0D3C7D
(13,60,125)
#234D88
(35,77,136)
#395E93
(57,94,147)
#4F6F9E
(79,111,158)
#6580A9
(101,128,169)
#7B91B4
(123,145,180)
#91A2BF
(145,162,191)
#A7B3CA
(167,179,202)
#BDC4D5
(189,196,213)
#D3D5E0
(211,213,224)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3C7D color. Also use rgb(13,60,125) instead hex code.

Text Font Color

.myTextColor { color: #0D3C7D; }

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

This text font color is #0D3C7D.

Background Color

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

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

This div background color is #0D3C7D.

Border color

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

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

This div border color is #0D3C7D.

Opacity

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

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

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

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

This text has shadow with #0D3C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3C7D.

Preview

Color preview on black background

This text has color #0D3C7D on black background.


Color preview on white background

This text has color #0D3C7D on white background.


Black color preview on #0D3C7D background

This text has black color on #0D3C7D background.


White color preview on #0D3C7D background

This text has white color on #0D3C7D background.


Related colors

Complementary color

Complementary color for #hex is #F2C382.


I love getcolorcode.com

Triadic colors

1 #7D0D3C and #3C7D0D with #0D3C7D are triadic colors.

2 #7D3C0D and #3C0D7D with #0D3C7D are triadic colors.