COLOR #0D4BB1

HEX: #0D4BB1
RGB: (13,75,177)

Color info

#0D4BB1 contains mainly blue color. Web safe color of #0D4BB1 is #003399 (or #039).

RGB color model

#0D4BB1 color RGB value is (13,75,177).

  • red value is 13;
  • green value is 75;
  • blue value is 177.
RGB:
(13,75,177)
(5%,29%,69%)

RGB channels and saturation

R 13 of 255 = 5%
G 75 of 255 = 29%
B 177 of 255 = 69%

13
75
177

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

Portions of RGB colors in percentages

R + G + B =
13 + 75 + 177 = 265 (100%)
R 13 of 265 ~ 4.91%
G 75 of 265 ~ 28.3%
B 177 of 265 ~ 66.79%

%28.3
%66.79

CMYK color model

#0D4BB1 color CMYK value is (93,58,0,31).

  • cyan value is 92.66%
  • magenta value is 57.63%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(93,58,0,31)
C93M58Y0K31 
(93%,58%,0%,31%)
(0.93/0.58/0.00/0.31)	

CMYK percentages

%92.66
%57.63
%0
%30.59

Codes

Color #0D4BB1 in popluar color models

0D4BB1
RGB1375177
HSL217°86.32%37.25%
HSB/HSV217°92.66%69.41%
CMYK92.66%57.63%0.00%
30.59%

Color #0D4BB1 in popluar number systems.

HEX0D4BB1
Decimal1375177
Binary1101100101110110001
Octal15113261

Shades and tints

Shades of #0D4BB1

#0D4BB1
(13,75,177)
#0C45A1
(12,69,161)
#0B3F91
(11,63,145)
#0A3981
(10,57,129)
#093371
(9,51,113)
#082D61
(8,45,97)
#072751
(7,39,81)
#062141
(6,33,65)
#051B31
(5,27,49)
#041521
(4,21,33)
#030F11
(3,15,17)
#000000
(0,0,0)

Tints of #0D4BB1

#0D4BB1
(13,75,177)
#235BB8
(35,91,184)
#396BBF
(57,107,191)
#4F7BC6
(79,123,198)
#658BCD
(101,139,205)
#7B9BD4
(123,155,212)
#91ABDB
(145,171,219)
#A7BBE2
(167,187,226)
#BDCBE9
(189,203,233)
#D3DBF0
(211,219,240)
#E9EBF7
(233,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4BB1 color. Also use rgb(13,75,177) instead hex code.

Text Font Color

.myTextColor { color: #0D4BB1; }

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

This text font color is #0D4BB1.


Background Color

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

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

This div background color is #0D4BB1.


Border color

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

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

This div border color is #0D4BB1.


Opacity

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

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

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

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

This text has shadow with #0D4BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4BB1 on black background.


Color preview on white background

This text has color #0D4BB1 on white background.



Black color preview on #0D4BB1 background

This text has black color on #0D4BB1 background.


White color preview on #0D4BB1 background

This text has white color on #0D4BB1 background.