COLOR #0D5FB3

HEX: #0D5FB3
RGB: (13,95,179)

Color info

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

RGB color model

#0D5FB3 color RGB value is (13,95,179).

  • red value is 13;
  • green value is 95;
  • blue value is 179.
RGB:
(13,95,179)
(5%,37%,70%)

RGB channels and saturation

R 13 of 255 = 5%
G 95 of 255 = 37%
B 179 of 255 = 70%

13
95
179

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

Portions of RGB colors in percentages

R + G + B =
13 + 95 + 179 = 287 (100%)
R 13 of 287 ~ 4.53%
G 95 of 287 ~ 33.1%
B 179 of 287 ~ 62.37%

%33.1
%62.37

CMYK color model

#0D5FB3 color CMYK value is (93,47,0,30).

  • cyan value is 92.74%
  • magenta value is 46.93%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(93,47,0,30)
C93M47Y0K30 
(93%,47%,0%,30%)
(0.93/0.47/0.00/0.30)	

CMYK percentages

%92.74
%46.93
%0
%29.8

Codes

Color #0D5FB3 in popluar color models

0D5FB3
RGB1395179
HSL210°86.46%37.65%
HSB/HSV210°92.74%70.20%
CMYK92.74%46.93%0.00%
29.80%

Color #0D5FB3 in popluar number systems.

HEX0D5FB3
Decimal1395179
Binary1101101111110110011
Octal15137263

Shades and tints

Shades of #0D5FB3

#0D5FB3
(13,95,179)
#0C57A3
(12,87,163)
#0B4F93
(11,79,147)
#0A4783
(10,71,131)
#093F73
(9,63,115)
#083763
(8,55,99)
#072F53
(7,47,83)
#062743
(6,39,67)
#051F33
(5,31,51)
#041723
(4,23,35)
#030F13
(3,15,19)
#000000
(0,0,0)

Tints of #0D5FB3

#0D5FB3
(13,95,179)
#236DB9
(35,109,185)
#397BBF
(57,123,191)
#4F89C5
(79,137,197)
#6597CB
(101,151,203)
#7BA5D1
(123,165,209)
#91B3D7
(145,179,215)
#A7C1DD
(167,193,221)
#BDCFE3
(189,207,227)
#D3DDE9
(211,221,233)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5FB3 color. Also use rgb(13,95,179) instead hex code.

Text Font Color

.myTextColor { color: #0D5FB3; }

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

This text font color is #0D5FB3.


Background Color

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

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

This div background color is #0D5FB3.


Border color

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

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

This div border color is #0D5FB3.


Opacity

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

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

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

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

This text has shadow with #0D5FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5FB3 on black background.


Color preview on white background

This text has color #0D5FB3 on white background.



Black color preview on #0D5FB3 background

This text has black color on #0D5FB3 background.


White color preview on #0D5FB3 background

This text has white color on #0D5FB3 background.