COLOR #0D336D

HEX: #0D336D
RGB: (13,51,109)

Color info

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

RGB color model

#0D336D color RGB value is (13,51,109).

  • red value is 13;
  • green value is 51;
  • blue value is 109.
RGB:
(13,51,109)
(5%,20%,43%)

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 109 of 255 = 43%

13
51
109

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

Portions of RGB colors in percentages

R + G + B =
13 + 51 + 109 = 173 (100%)
R 13 of 173 ~ 7.51%
G 51 of 173 ~ 29.48%
B 109 of 173 ~ 63.01%

%29.48
%63.01

CMYK color model

#0D336D color CMYK value is (88,53,0,57).

  • cyan value is 88.07%
  • magenta value is 53.21%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(88,53,0,57)
C88M53Y0K57 
(88%,53%,0%,57%)
(0.88/0.53/0.00/0.57)	

CMYK percentages

%88.07
%53.21
%0
%57.25

Codes

Color #0D336D in popluar color models

0D336D
RGB1351109
HSL216°78.69%23.92%
HSB/HSV216°88.07%42.75%
CMYK88.07%53.21%0.00%
57.25%

Color #0D336D in popluar number systems.

HEX0D336D
Decimal1351109
Binary11011100111101101
Octal1563155

Shades and tints

Shades of #0D336D

#0D336D
(13,51,109)
#0C2F64
(12,47,100)
#0B2B5B
(11,43,91)
#0A2752
(10,39,82)
#092349
(9,35,73)
#081F40
(8,31,64)
#071B37
(7,27,55)
#06172E
(6,23,46)
#051325
(5,19,37)
#040F1C
(4,15,28)
#030B13
(3,11,19)
#000000
(0,0,0)

Tints of #0D336D

#0D336D
(13,51,109)
#23457A
(35,69,122)
#395787
(57,87,135)
#4F6994
(79,105,148)
#657BA1
(101,123,161)
#7B8DAE
(123,141,174)
#919FBB
(145,159,187)
#A7B1C8
(167,177,200)
#BDC3D5
(189,195,213)
#D3D5E2
(211,213,226)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D336D color. Also use rgb(13,51,109) instead hex code.

Text Font Color

.myTextColor { color: #0D336D; }

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

This text font color is #0D336D.


Background Color

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

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

This div background color is #0D336D.


Border color

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

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

This div border color is #0D336D.


Opacity

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

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

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

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

This text has shadow with #0D336D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D336D on black background.


Color preview on white background

This text has color #0D336D on white background.



Black color preview on #0D336D background

This text has black color on #0D336D background.


White color preview on #0D336D background

This text has white color on #0D336D background.