COLOR #0D2776

HEX: #0D2776
RGB: (13,39,118)

Color info

#0D2776 contains mainly blue color. Web safe color of #0D2776 is #003366 (or #036).

RGB color model

#0D2776 color RGB value is (13,39,118).

  • red value is 13;
  • green value is 39;
  • blue value is 118.
RGB:
(13,39,118)
(5%,15%,46%)

RGB channels and saturation

R 13 of 255 = 5%
G 39 of 255 = 15%
B 118 of 255 = 46%

13
39
118

R + G + B ~ 22%. #0D2776 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 39 + 118 = 170 (100%)
R 13 of 170 ~ 7.65%
G 39 of 170 ~ 22.94%
B 118 of 170 ~ 69.41%

%22.94
%69.41

CMYK color model

#0D2776 color CMYK value is (89,67,0,54).

  • cyan value is 88.98%
  • magenta value is 66.95%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(89,67,0,54)
C89M67Y0K54 
(89%,67%,0%,54%)
(0.89/0.67/0.00/0.54)	

CMYK percentages

%88.98
%66.95
%0
%53.73

Codes

Color #0D2776 in popluar color models

0D2776
RGB1339118
HSL225°80.15%25.69%
HSB/HSV225°88.98%46.27%
CMYK88.98%66.95%0.00%
53.73%

Color #0D2776 in popluar number systems.

HEX0D2776
Decimal1339118
Binary11011001111110110
Octal1547166

Shades and tints

Shades of #0D2776

#0D2776
(13,39,118)
#0C246C
(12,36,108)
#0B2162
(11,33,98)
#0A1E58
(10,30,88)
#091B4E
(9,27,78)
#081844
(8,24,68)
#07153A
(7,21,58)
#061230
(6,18,48)
#050F26
(5,15,38)
#040C1C
(4,12,28)
#030912
(3,9,18)
#000000
(0,0,0)

Tints of #0D2776

#0D2776
(13,39,118)
#233A82
(35,58,130)
#394D8E
(57,77,142)
#4F609A
(79,96,154)
#6573A6
(101,115,166)
#7B86B2
(123,134,178)
#9199BE
(145,153,190)
#A7ACCA
(167,172,202)
#BDBFD6
(189,191,214)
#D3D2E2
(211,210,226)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2776 color. Also use rgb(13,39,118) instead hex code.

Text Font Color

.myTextColor { color: #0D2776; }

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

This text font color is #0D2776.


Background Color

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

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

This div background color is #0D2776.


Border color

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

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

This div border color is #0D2776.


Opacity

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

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

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

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

This text has shadow with #0D2776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2776 on black background.


Color preview on white background

This text has color #0D2776 on white background.



Black color preview on #0D2776 background

This text has black color on #0D2776 background.


White color preview on #0D2776 background

This text has white color on #0D2776 background.