COLOR #0D5CB4

HEX: #0D5CB4 RGB: (13,92,180)

Color info

#0D5CB4 contains mainly blue color. Web safe color of #0D5CB4 is #0066CC (or #06C).

RGB color model

#0D5CB4 color RGB value is (13,92,180).

RGB: (13,92,180) (5%, 36%, 71%)

RGB channels and saturation

R 13 of 255 = 5%
G 92 of 255 = 36%
B 180 of 255 = 71%

13
92
180

R + G + B ~ 37%. #0D5CB4 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 92 + 180 = 285 (100%)
R 13 of 285 ~ 4.56%
G 92 of 285 ~ 32.28%
B 180 of 285 ~ 63.16'%

%32.28
%63.16

CMYK color model

#0D5CB4 color CMYK value is (93,49,0,29).

  • cyan value is 92.78%
  • magenta value is 48.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (93,49,0,29)
C93M49Y0K29 (93%, 49%, 0%, 29%)
(0.93 / 0.49 / 0.00 / 0.29)

CMYK percentages

%92.78
%48.89
%0
%29.41

Codes

Color #0D5CB4 in popluar color models

0D 5C B4
RGB 13 92 180
HSL 212° 86.53% 37.84%
HSB/HSV 212° 92.78% 70.59%
CMYK 92.78% 48.89% 0.00%
29.41%

Color #0D5CB4 in popluar number systems.

HEX 0D 5C B4
Decimal 13 92 180
Binary 1101 1011100 10110100
Octal 15 134 264

Shades and tints

Shades of #0D5CB4

#0D5CB4
(13,92,180)
#0C54A4
(12,84,164)
#0B4C94
(11,76,148)
#0A4484
(10,68,132)
#093C74
(9,60,116)
#083464
(8,52,100)
#072C54
(7,44,84)
#062444
(6,36,68)
#051C34
(5,28,52)
#041424
(4,20,36)
#030C14
(3,12,20)
#000000
(0,0,0)

Tints of #0D5CB4

#0D5CB4
(13,92,180)
#236ABA
(35,106,186)
#3978C0
(57,120,192)
#4F86C6
(79,134,198)
#6594CC
(101,148,204)
#7BA2D2
(123,162,210)
#91B0D8
(145,176,216)
#A7BEDE
(167,190,222)
#BDCCE4
(189,204,228)
#D3DAEA
(211,218,234)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5CB4 color. Also use rgb(13,92,180) instead hex code.

Text Font Color

.myTextColor { color: #0D5CB4; }

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

This text font color is #0D5CB4.

Background Color

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

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

This div background color is #0D5CB4.

Border color

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

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

This div border color is #0D5CB4.

Opacity

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

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

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

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

This text has shadow with #0D5CB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D5CB4.

Preview

Color preview on black background

This text has color #0D5CB4 on black background.


Color preview on white background

This text has color #0D5CB4 on white background.


Black color preview on #0D5CB4 background

This text has black color on #0D5CB4 background.


White color preview on #0D5CB4 background

This text has white color on #0D5CB4 background.


Related colors

Complementary color

Complementary color for #hex is #F2A34B.


I love getcolorcode.com

Triadic colors

1 #B40D5C and #5CB40D with #0D5CB4 are triadic colors.

2 #B45C0D and #5C0DB4 with #0D5CB4 are triadic colors.