COLOR #0D5DB9

HEX: #0D5DB9
RGB: (13,93,185)

Color info

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

RGB color model

#0D5DB9 color RGB value is (13,93,185).

  • red value is 13;
  • green value is 93;
  • blue value is 185.
RGB:
(13,93,185)
(5%,36%,73%)

RGB channels and saturation

R 13 of 255 = 5%
G 93 of 255 = 36%
B 185 of 255 = 73%

13
93
185

R + G + B ~ 38%. #0D5DB9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 93 + 185 = 291 (100%)
R 13 of 291 ~ 4.47%
G 93 of 291 ~ 31.96%
B 185 of 291 ~ 63.57%

%31.96
%63.57

CMYK color model

#0D5DB9 color CMYK value is (93,50,0,27).

  • cyan value is 92.97%
  • magenta value is 49.73%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(93,50,0,27)
C93M50Y0K27 
(93%,50%,0%,27%)
(0.93/0.50/0.00/0.27)	

CMYK percentages

%92.97
%49.73
%0
%27.45

Codes

Color #0D5DB9 in popluar color models

0D5DB9
RGB1393185
HSL212°86.87%38.82%
HSB/HSV212°92.97%72.55%
CMYK92.97%49.73%0.00%
27.45%

Color #0D5DB9 in popluar number systems.

HEX0D5DB9
Decimal1393185
Binary1101101110110111001
Octal15135271

Shades and tints

Shades of #0D5DB9

#0D5DB9
(13,93,185)
#0C55A9
(12,85,169)
#0B4D99
(11,77,153)
#0A4589
(10,69,137)
#093D79
(9,61,121)
#083569
(8,53,105)
#072D59
(7,45,89)
#062549
(6,37,73)
#051D39
(5,29,57)
#041529
(4,21,41)
#030D19
(3,13,25)
#000000
(0,0,0)

Tints of #0D5DB9

#0D5DB9
(13,93,185)
#236BBF
(35,107,191)
#3979C5
(57,121,197)
#4F87CB
(79,135,203)
#6595D1
(101,149,209)
#7BA3D7
(123,163,215)
#91B1DD
(145,177,221)
#A7BFE3
(167,191,227)
#BDCDE9
(189,205,233)
#D3DBEF
(211,219,239)
#E9E9F5
(233,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5DB9 color. Also use rgb(13,93,185) instead hex code.

Text Font Color

.myTextColor { color: #0D5DB9; }

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

This text font color is #0D5DB9.


Background Color

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

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

This div background color is #0D5DB9.


Border color

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

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

This div border color is #0D5DB9.


Opacity

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

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

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

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

This text has shadow with #0D5DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5DB9 on black background.


Color preview on white background

This text has color #0D5DB9 on white background.



Black color preview on #0D5DB9 background

This text has black color on #0D5DB9 background.


White color preview on #0D5DB9 background

This text has white color on #0D5DB9 background.