COLOR #0D2C5F

HEX: #0D2C5F RGB: (13,44,95)

Color info

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

RGB color model

#0D2C5F color RGB value is (13,44,95).

RGB: (13,44,95) (5%, 17%, 37%)

RGB channels and saturation

R 13 of 255 = 5%
G 44 of 255 = 17%
B 95 of 255 = 37%

13
44
95

R + G + B ~ 20%. #0D2C5F is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 44 + 95 = 152 (100%)
R 13 of 152 ~ 8.55%
G 44 of 152 ~ 28.95%
B 95 of 152 ~ 62.5'%

%28.95
%62.5

CMYK color model

#0D2C5F color CMYK value is (86,54,0,63).

  • cyan value is 86.32%
  • magenta value is 53.68%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (86,54,0,63)
C86M54Y0K63 (86%, 54%, 0%, 63%)
(0.86 / 0.54 / 0.00 / 0.63)

CMYK percentages

%86.32
%53.68
%0
%62.75

Codes

Color #0D2C5F in popluar color models

0D 2C 5F
RGB 13 44 95
HSL 217° 75.93% 21.18%
HSB/HSV 217° 86.32% 37.25%
CMYK 86.32% 53.68% 0.00%
62.75%

Color #0D2C5F in popluar number systems.

HEX 0D 2C 5F
Decimal 13 44 95
Binary 1101 101100 1011111
Octal 15 54 137

Shades and tints

Shades of #0D2C5F

#0D2C5F
(13,44,95)
#0C2857
(12,40,87)
#0B244F
(11,36,79)
#0A2047
(10,32,71)
#091C3F
(9,28,63)
#081837
(8,24,55)
#07142F
(7,20,47)
#061027
(6,16,39)
#050C1F
(5,12,31)
#040817
(4,8,23)
#03040F
(3,4,15)
#000000
(0,0,0)

Tints of #0D2C5F

#0D2C5F
(13,44,95)
#233F6D
(35,63,109)
#39527B
(57,82,123)
#4F6589
(79,101,137)
#657897
(101,120,151)
#7B8BA5
(123,139,165)
#919EB3
(145,158,179)
#A7B1C1
(167,177,193)
#BDC4CF
(189,196,207)
#D3D7DD
(211,215,221)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2C5F color. Also use rgb(13,44,95) instead hex code.

Text Font Color

.myTextColor { color: #0D2C5F; }

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

This text font color is #0D2C5F.

Background Color

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

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

This div background color is #0D2C5F.

Border color

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

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

This div border color is #0D2C5F.

Opacity

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

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

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

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

This text has shadow with #0D2C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2C5F.

Preview

Color preview on black background

This text has color #0D2C5F on black background.


Color preview on white background

This text has color #0D2C5F on white background.


Black color preview on #0D2C5F background

This text has black color on #0D2C5F background.


White color preview on #0D2C5F background

This text has white color on #0D2C5F background.


Related colors

Complementary color

Complementary color for #hex is #F2D3A0.


I love getcolorcode.com

Triadic colors

1 #5F0D2C and #2C5F0D with #0D2C5F are triadic colors.

2 #5F2C0D and #2C0D5F with #0D2C5F are triadic colors.