COLOR #0D4899

HEX: #0D4899
RGB: (13,72,153)

Color info

#0D4899 contains mainly blue color. Web safe color of #0D4899 is #003399 (or #039).

RGB color model

#0D4899 color RGB value is (13,72,153).

  • red value is 13;
  • green value is 72;
  • blue value is 153.
RGB:
(13,72,153)
(5%,28%,60%)

RGB channels and saturation

R 13 of 255 = 5%
G 72 of 255 = 28%
B 153 of 255 = 60%

13
72
153

R + G + B ~ 31%. #0D4899 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 72 + 153 = 238 (100%)
R 13 of 238 ~ 5.46%
G 72 of 238 ~ 30.25%
B 153 of 238 ~ 64.29%

%30.25
%64.29

CMYK color model

#0D4899 color CMYK value is (92,53,0,40).

  • cyan value is 91.50%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(92,53,0,40)
C92M53Y0K40 
(92%,53%,0%,40%)
(0.92/0.53/0.00/0.40)	

CMYK percentages

%91.5
%52.94
%0
%40

Codes

Color #0D4899 in popluar color models

0D4899
RGB1372153
HSL215°84.34%32.55%
HSB/HSV215°91.50%60.00%
CMYK91.50%52.94%0.00%
40.00%

Color #0D4899 in popluar number systems.

HEX0D4899
Decimal1372153
Binary1101100100010011001
Octal15110231

Shades and tints

Shades of #0D4899

#0D4899
(13,72,153)
#0C428C
(12,66,140)
#0B3C7F
(11,60,127)
#0A3672
(10,54,114)
#093065
(9,48,101)
#082A58
(8,42,88)
#07244B
(7,36,75)
#061E3E
(6,30,62)
#051831
(5,24,49)
#041224
(4,18,36)
#030C17
(3,12,23)
#000000
(0,0,0)

Tints of #0D4899

#0D4899
(13,72,153)
#2358A2
(35,88,162)
#3968AB
(57,104,171)
#4F78B4
(79,120,180)
#6588BD
(101,136,189)
#7B98C6
(123,152,198)
#91A8CF
(145,168,207)
#A7B8D8
(167,184,216)
#BDC8E1
(189,200,225)
#D3D8EA
(211,216,234)
#E9E8F3
(233,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4899 color. Also use rgb(13,72,153) instead hex code.

Text Font Color

.myTextColor { color: #0D4899; }

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

This text font color is #0D4899.


Background Color

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

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

This div background color is #0D4899.


Border color

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

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

This div border color is #0D4899.


Opacity

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

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

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

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

This text has shadow with #0D4899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4899 on black background.


Color preview on white background

This text has color #0D4899 on white background.



Black color preview on #0D4899 background

This text has black color on #0D4899 background.


White color preview on #0D4899 background

This text has white color on #0D4899 background.