COLOR #0D2E56

HEX: #0D2E56
RGB: (13,46,86)

Color info

#0D2E56 contains mainly green and blue colors. Web safe color of #0D2E56 is #003366 (or #036).

RGB color model

#0D2E56 color RGB value is (13,46,86).

  • red value is 13;
  • green value is 46;
  • blue value is 86.
RGB:
(13,46,86)
(5%,18%,34%)

RGB channels and saturation

R 13 of 255 = 5%
G 46 of 255 = 18%
B 86 of 255 = 34%

13
46
86

R + G + B ~ 19%. #0D2E56 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 46 + 86 = 145 (100%)
R 13 of 145 ~ 8.97%
G 46 of 145 ~ 31.72%
B 86 of 145 ~ 59.31%

%31.72
%59.31

CMYK color model

#0D2E56 color CMYK value is (85,47,0,66).

  • cyan value is 84.88%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(85,47,0,66)
C85M47Y0K66 
(85%,47%,0%,66%)
(0.85/0.47/0.00/0.66)	

CMYK percentages

%84.88
%46.51
%0
%66.27

Codes

Color #0D2E56 in popluar color models

0D2E56
RGB134686
HSL213°73.74%19.41%
HSB/HSV213°84.88%33.73%
CMYK84.88%46.51%0.00%
66.27%

Color #0D2E56 in popluar number systems.

HEX0D2E56
Decimal134686
Binary11011011101010110
Octal1556126

Shades and tints

Shades of #0D2E56

#0D2E56
(13,46,86)
#0C2A4F
(12,42,79)
#0B2648
(11,38,72)
#0A2241
(10,34,65)
#091E3A
(9,30,58)
#081A33
(8,26,51)
#07162C
(7,22,44)
#061225
(6,18,37)
#050E1E
(5,14,30)
#040A17
(4,10,23)
#030610
(3,6,16)
#000000
(0,0,0)

Tints of #0D2E56

#0D2E56
(13,46,86)
#234165
(35,65,101)
#395474
(57,84,116)
#4F6783
(79,103,131)
#657A92
(101,122,146)
#7B8DA1
(123,141,161)
#91A0B0
(145,160,176)
#A7B3BF
(167,179,191)
#BDC6CE
(189,198,206)
#D3D9DD
(211,217,221)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2E56 color. Also use rgb(13,46,86) instead hex code.

Text Font Color

.myTextColor { color: #0D2E56; }

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

This text font color is #0D2E56.


Background Color

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

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

This div background color is #0D2E56.


Border color

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

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

This div border color is #0D2E56.


Opacity

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

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

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

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

This text has shadow with #0D2E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2E56 on black background.


Color preview on white background

This text has color #0D2E56 on white background.



Black color preview on #0D2E56 background

This text has black color on #0D2E56 background.


White color preview on #0D2E56 background

This text has white color on #0D2E56 background.