COLOR #0D5584

HEX: #0D5584
RGB: (13,85,132)

Color info

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

RGB color model

#0D5584 color RGB value is (13,85,132).

  • red value is 13;
  • green value is 85;
  • blue value is 132.
RGB:
(13,85,132)
(5%,33%,52%)

RGB channels and saturation

R 13 of 255 = 5%
G 85 of 255 = 33%
B 132 of 255 = 52%

13
85
132

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

Portions of RGB colors in percentages

R + G + B =
13 + 85 + 132 = 230 (100%)
R 13 of 230 ~ 5.65%
G 85 of 230 ~ 36.96%
B 132 of 230 ~ 57.39%

%36.96
%57.39

CMYK color model

#0D5584 color CMYK value is (90,36,0,48).

  • cyan value is 90.15%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(90,36,0,48)
C90M36Y0K48 
(90%,36%,0%,48%)
(0.90/0.36/0.00/0.48)	

CMYK percentages

%90.15
%35.61
%0
%48.24

Codes

Color #0D5584 in popluar color models

0D5584
RGB1385132
HSL204°82.07%28.43%
HSB/HSV204°90.15%51.76%
CMYK90.15%35.61%0.00%
48.24%

Color #0D5584 in popluar number systems.

HEX0D5584
Decimal1385132
Binary1101101010110000100
Octal15125204

Shades and tints

Shades of #0D5584

#0D5584
(13,85,132)
#0C4E78
(12,78,120)
#0B476C
(11,71,108)
#0A4060
(10,64,96)
#093954
(9,57,84)
#083248
(8,50,72)
#072B3C
(7,43,60)
#062430
(6,36,48)
#051D24
(5,29,36)
#041618
(4,22,24)
#030F0C
(3,15,12)
#000000
(0,0,0)

Tints of #0D5584

#0D5584
(13,85,132)
#23648F
(35,100,143)
#39739A
(57,115,154)
#4F82A5
(79,130,165)
#6591B0
(101,145,176)
#7BA0BB
(123,160,187)
#91AFC6
(145,175,198)
#A7BED1
(167,190,209)
#BDCDDC
(189,205,220)
#D3DCE7
(211,220,231)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5584 color. Also use rgb(13,85,132) instead hex code.

Text Font Color

.myTextColor { color: #0D5584; }

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

This text font color is #0D5584.


Background Color

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

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

This div background color is #0D5584.


Border color

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

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

This div border color is #0D5584.


Opacity

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

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

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

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

This text has shadow with #0D5584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5584 on black background.


Color preview on white background

This text has color #0D5584 on white background.



Black color preview on #0D5584 background

This text has black color on #0D5584 background.


White color preview on #0D5584 background

This text has white color on #0D5584 background.