COLOR #0D5B9A

HEX: #0D5B9A
RGB: (13,91,154)

Color info

#0D5B9A contains mainly blue color. Web safe color of #0D5B9A is #006699 (or #069).

RGB color model

#0D5B9A color RGB value is (13,91,154).

  • red value is 13;
  • green value is 91;
  • blue value is 154.
RGB:
(13,91,154)
(5%,36%,60%)

RGB channels and saturation

R 13 of 255 = 5%
G 91 of 255 = 36%
B 154 of 255 = 60%

13
91
154

R + G + B ~ 34%. #0D5B9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 91 + 154 = 258 (100%)
R 13 of 258 ~ 5.04%
G 91 of 258 ~ 35.27%
B 154 of 258 ~ 59.69%

%35.27
%59.69

CMYK color model

#0D5B9A color CMYK value is (92,41,0,40).

  • cyan value is 91.56%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(92,41,0,40)
C92M41Y0K40 
(92%,41%,0%,40%)
(0.92/0.41/0.00/0.40)	

CMYK percentages

%91.56
%40.91
%0
%39.61

Codes

Color #0D5B9A in popluar color models

0D5B9A
RGB1391154
HSL207°84.43%32.75%
HSB/HSV207°91.56%60.39%
CMYK91.56%40.91%0.00%
39.61%

Color #0D5B9A in popluar number systems.

HEX0D5B9A
Decimal1391154
Binary1101101101110011010
Octal15133232

Shades and tints

Shades of #0D5B9A

#0D5B9A
(13,91,154)
#0C538C
(12,83,140)
#0B4B7E
(11,75,126)
#0A4370
(10,67,112)
#093B62
(9,59,98)
#083354
(8,51,84)
#072B46
(7,43,70)
#062338
(6,35,56)
#051B2A
(5,27,42)
#04131C
(4,19,28)
#030B0E
(3,11,14)
#000000
(0,0,0)

Tints of #0D5B9A

#0D5B9A
(13,91,154)
#2369A3
(35,105,163)
#3977AC
(57,119,172)
#4F85B5
(79,133,181)
#6593BE
(101,147,190)
#7BA1C7
(123,161,199)
#91AFD0
(145,175,208)
#A7BDD9
(167,189,217)
#BDCBE2
(189,203,226)
#D3D9EB
(211,217,235)
#E9E7F4
(233,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5B9A color. Also use rgb(13,91,154) instead hex code.

Text Font Color

.myTextColor { color: #0D5B9A; }

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

This text font color is #0D5B9A.


Background Color

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

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

This div background color is #0D5B9A.


Border color

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

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

This div border color is #0D5B9A.


Opacity

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

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

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

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

This text has shadow with #0D5B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5B9A on black background.


Color preview on white background

This text has color #0D5B9A on white background.



Black color preview on #0D5B9A background

This text has black color on #0D5B9A background.


White color preview on #0D5B9A background

This text has white color on #0D5B9A background.