COLOR #0D2B76

HEX: #0D2B76
RGB: (13,43,118)

Color info

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

RGB color model

#0D2B76 color RGB value is (13,43,118).

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

RGB channels and saturation

R 13 of 255 = 5%
G 43 of 255 = 17%
B 118 of 255 = 46%

13
43
118

R + G + B ~ 23%. #0D2B76 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 43 + 118 = 174 (100%)
R 13 of 174 ~ 7.47%
G 43 of 174 ~ 24.71%
B 118 of 174 ~ 67.82%

%24.71
%67.82

CMYK color model

#0D2B76 color CMYK value is (89,64,0,54).

  • cyan value is 88.98%
  • magenta value is 63.56%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(89,64,0,54)
C89M64Y0K54 
(89%,64%,0%,54%)
(0.89/0.64/0.00/0.54)	

CMYK percentages

%88.98
%63.56
%0
%53.73

Codes

Color #0D2B76 in popluar color models

0D2B76
RGB1343118
HSL223°80.15%25.69%
HSB/HSV223°88.98%46.27%
CMYK88.98%63.56%0.00%
53.73%

Color #0D2B76 in popluar number systems.

HEX0D2B76
Decimal1343118
Binary11011010111110110
Octal1553166

Shades and tints

Shades of #0D2B76

#0D2B76
(13,43,118)
#0C286C
(12,40,108)
#0B2562
(11,37,98)
#0A2258
(10,34,88)
#091F4E
(9,31,78)
#081C44
(8,28,68)
#07193A
(7,25,58)
#061630
(6,22,48)
#051326
(5,19,38)
#04101C
(4,16,28)
#030D12
(3,13,18)
#000000
(0,0,0)

Tints of #0D2B76

#0D2B76
(13,43,118)
#233E82
(35,62,130)
#39518E
(57,81,142)
#4F649A
(79,100,154)
#6577A6
(101,119,166)
#7B8AB2
(123,138,178)
#919DBE
(145,157,190)
#A7B0CA
(167,176,202)
#BDC3D6
(189,195,214)
#D3D6E2
(211,214,226)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2B76; }

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

This text font color is #0D2B76.


Background Color

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

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

This div background color is #0D2B76.


Border color

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

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

This div border color is #0D2B76.


Opacity

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

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

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

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

This text has shadow with #0D2B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2B76 on black background.


Color preview on white background

This text has color #0D2B76 on white background.



Black color preview on #0D2B76 background

This text has black color on #0D2B76 background.


White color preview on #0D2B76 background

This text has white color on #0D2B76 background.