COLOR #0D3CA2

HEX: #0D3CA2
RGB: (13,60,162)

Color info

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

RGB color model

#0D3CA2 color RGB value is (13,60,162).

  • red value is 13;
  • green value is 60;
  • blue value is 162.
RGB:
(13,60,162)
(5%,24%,64%)

RGB channels and saturation

R 13 of 255 = 5%
G 60 of 255 = 24%
B 162 of 255 = 64%

13
60
162

R + G + B ~ 31%. #0D3CA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 60 + 162 = 235 (100%)
R 13 of 235 ~ 5.53%
G 60 of 235 ~ 25.53%
B 162 of 235 ~ 68.94%

%25.53
%68.94

CMYK color model

#0D3CA2 color CMYK value is (92,63,0,36).

  • cyan value is 91.98%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(92,63,0,36)
C92M63Y0K36 
(92%,63%,0%,36%)
(0.92/0.63/0.00/0.36)	

CMYK percentages

%91.98
%62.96
%0
%36.47

Codes

Color #0D3CA2 in popluar color models

0D3CA2
RGB1360162
HSL221°85.14%34.31%
HSB/HSV221°91.98%63.53%
CMYK91.98%62.96%0.00%
36.47%

Color #0D3CA2 in popluar number systems.

HEX0D3CA2
Decimal1360162
Binary110111110010100010
Octal1574242

Shades and tints

Shades of #0D3CA2

#0D3CA2
(13,60,162)
#0C3794
(12,55,148)
#0B3286
(11,50,134)
#0A2D78
(10,45,120)
#09286A
(9,40,106)
#08235C
(8,35,92)
#071E4E
(7,30,78)
#061940
(6,25,64)
#051432
(5,20,50)
#040F24
(4,15,36)
#030A16
(3,10,22)
#000000
(0,0,0)

Tints of #0D3CA2

#0D3CA2
(13,60,162)
#234DAA
(35,77,170)
#395EB2
(57,94,178)
#4F6FBA
(79,111,186)
#6580C2
(101,128,194)
#7B91CA
(123,145,202)
#91A2D2
(145,162,210)
#A7B3DA
(167,179,218)
#BDC4E2
(189,196,226)
#D3D5EA
(211,213,234)
#E9E6F2
(233,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3CA2 color. Also use rgb(13,60,162) instead hex code.

Text Font Color

.myTextColor { color: #0D3CA2; }

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

This text font color is #0D3CA2.


Background Color

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

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

This div background color is #0D3CA2.


Border color

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

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

This div border color is #0D3CA2.


Opacity

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

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

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

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

This text has shadow with #0D3CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3CA2 on black background.


Color preview on white background

This text has color #0D3CA2 on white background.



Black color preview on #0D3CA2 background

This text has black color on #0D3CA2 background.


White color preview on #0D3CA2 background

This text has white color on #0D3CA2 background.