COLOR #0D4282

HEX: #0D4282
RGB: (13,66,130)

Color info

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

RGB color model

#0D4282 color RGB value is (13,66,130).

  • red value is 13;
  • green value is 66;
  • blue value is 130.
RGB:
(13,66,130)
(5%,26%,51%)

RGB channels and saturation

R 13 of 255 = 5%
G 66 of 255 = 26%
B 130 of 255 = 51%

13
66
130

R + G + B ~ 27%. #0D4282 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 66 + 130 = 209 (100%)
R 13 of 209 ~ 6.22%
G 66 of 209 ~ 31.58%
B 130 of 209 ~ 62.2%

%31.58
%62.2

CMYK color model

#0D4282 color CMYK value is (90,49,0,49).

  • cyan value is 90.00%
  • magenta value is 49.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(90,49,0,49)
C90M49Y0K49 
(90%,49%,0%,49%)
(0.90/0.49/0.00/0.49)	

CMYK percentages

%90
%49.23
%0
%49.02

Codes

Color #0D4282 in popluar color models

0D4282
RGB1366130
HSL213°81.82%28.04%
HSB/HSV213°90.00%50.98%
CMYK90.00%49.23%0.00%
49.02%

Color #0D4282 in popluar number systems.

HEX0D4282
Decimal1366130
Binary1101100001010000010
Octal15102202

Shades and tints

Shades of #0D4282

#0D4282
(13,66,130)
#0C3C77
(12,60,119)
#0B366C
(11,54,108)
#0A3061
(10,48,97)
#092A56
(9,42,86)
#08244B
(8,36,75)
#071E40
(7,30,64)
#061835
(6,24,53)
#05122A
(5,18,42)
#040C1F
(4,12,31)
#030614
(3,6,20)
#000000
(0,0,0)

Tints of #0D4282

#0D4282
(13,66,130)
#23538D
(35,83,141)
#396498
(57,100,152)
#4F75A3
(79,117,163)
#6586AE
(101,134,174)
#7B97B9
(123,151,185)
#91A8C4
(145,168,196)
#A7B9CF
(167,185,207)
#BDCADA
(189,202,218)
#D3DBE5
(211,219,229)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4282 color. Also use rgb(13,66,130) instead hex code.

Text Font Color

.myTextColor { color: #0D4282; }

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

This text font color is #0D4282.


Background Color

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

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

This div background color is #0D4282.


Border color

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

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

This div border color is #0D4282.


Opacity

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

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

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

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

This text has shadow with #0D4282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4282 on black background.


Color preview on white background

This text has color #0D4282 on white background.



Black color preview on #0D4282 background

This text has black color on #0D4282 background.


White color preview on #0D4282 background

This text has white color on #0D4282 background.