COLOR #0D2447

HEX: #0D2447
RGB: (13,36,71)

Color info

#0D2447 contains red, green and blue colors in about the same proportion. Web safe color of #0D2447 is #003333 (or #033).

RGB color model

#0D2447 color RGB value is (13,36,71).

  • red value is 13;
  • green value is 36;
  • blue value is 71.
RGB:
(13,36,71)
(5%,14%,28%)

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 71 of 255 = 28%

13
36
71

R + G + B ~ 16%. #0D2447 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 36 + 71 = 120 (100%)
R 13 of 120 ~ 10.83%
G 36 of 120 ~ 30%
B 71 of 120 ~ 59.17%

%10.83
%30
%59.17

CMYK color model

#0D2447 color CMYK value is (82,49,0,72).

  • cyan value is 81.69%
  • magenta value is 49.30%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(82,49,0,72)
C82M49Y0K72 
(82%,49%,0%,72%)
(0.82/0.49/0.00/0.72)	

CMYK percentages

%81.69
%49.3
%0
%72.16

Codes

Color #0D2447 in popluar color models

0D2447
RGB133671
HSL216°69.05%16.47%
HSB/HSV216°81.69%27.84%
CMYK81.69%49.30%0.00%
72.16%

Color #0D2447 in popluar number systems.

HEX0D2447
Decimal133671
Binary11011001001000111
Octal1544107

Shades and tints

Shades of #0D2447

#0D2447
(13,36,71)
#0C2141
(12,33,65)
#0B1E3B
(11,30,59)
#0A1B35
(10,27,53)
#09182F
(9,24,47)
#081529
(8,21,41)
#071223
(7,18,35)
#060F1D
(6,15,29)
#050C17
(5,12,23)
#040911
(4,9,17)
#03060B
(3,6,11)
#000000
(0,0,0)

Tints of #0D2447

#0D2447
(13,36,71)
#233757
(35,55,87)
#394A67
(57,74,103)
#4F5D77
(79,93,119)
#657087
(101,112,135)
#7B8397
(123,131,151)
#9196A7
(145,150,167)
#A7A9B7
(167,169,183)
#BDBCC7
(189,188,199)
#D3CFD7
(211,207,215)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2447 color. Also use rgb(13,36,71) instead hex code.

Text Font Color

.myTextColor { color: #0D2447; }

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

This text font color is #0D2447.


Background Color

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

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

This div background color is #0D2447.


Border color

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

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

This div border color is #0D2447.


Opacity

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

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

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

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

This text has shadow with #0D2447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2447 on black background.


Color preview on white background

This text has color #0D2447 on white background.



Black color preview on #0D2447 background

This text has black color on #0D2447 background.


White color preview on #0D2447 background

This text has white color on #0D2447 background.