COLOR #0D5782

HEX: #0D5782
RGB: (13,87,130)

Color info

#0D5782 contains mainly green and blue colors. Web safe color of #0D5782 is #006699 (or #069).

RGB color model

#0D5782 color RGB value is (13,87,130).

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

RGB channels and saturation

R 13 of 255 = 5%
G 87 of 255 = 34%
B 130 of 255 = 51%

13
87
130

R + G + B ~ 30%. #0D5782 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 87 + 130 = 230 (100%)
R 13 of 230 ~ 5.65%
G 87 of 230 ~ 37.83%
B 130 of 230 ~ 56.52%

%37.83
%56.52

CMYK color model

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

  • cyan value is 90.00%
  • magenta value is 33.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(90,33,0,49)
C90M33Y0K49 
(90%,33%,0%,49%)
(0.90/0.33/0.00/0.49)	

CMYK percentages

%90
%33.08
%0
%49.02

Codes

Color #0D5782 in popluar color models

0D5782
RGB1387130
HSL202°81.82%28.04%
HSB/HSV202°90.00%50.98%
CMYK90.00%33.08%0.00%
49.02%

Color #0D5782 in popluar number systems.

HEX0D5782
Decimal1387130
Binary1101101011110000010
Octal15127202

Shades and tints

Shades of #0D5782

#0D5782
(13,87,130)
#0C5077
(12,80,119)
#0B496C
(11,73,108)
#0A4261
(10,66,97)
#093B56
(9,59,86)
#08344B
(8,52,75)
#072D40
(7,45,64)
#062635
(6,38,53)
#051F2A
(5,31,42)
#04181F
(4,24,31)
#031114
(3,17,20)
#000000
(0,0,0)

Tints of #0D5782

#0D5782
(13,87,130)
#23668D
(35,102,141)
#397598
(57,117,152)
#4F84A3
(79,132,163)
#6593AE
(101,147,174)
#7BA2B9
(123,162,185)
#91B1C4
(145,177,196)
#A7C0CF
(167,192,207)
#BDCFDA
(189,207,218)
#D3DEE5
(211,222,229)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5782; }

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

This text font color is #0D5782.


Background Color

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

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

This div background color is #0D5782.


Border color

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

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

This div border color is #0D5782.


Opacity

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

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

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

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

This text has shadow with #0D5782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5782 on black background.


Color preview on white background

This text has color #0D5782 on white background.



Black color preview on #0D5782 background

This text has black color on #0D5782 background.


White color preview on #0D5782 background

This text has white color on #0D5782 background.