COLOR #0D3A92

HEX: #0D3A92
RGB: (13,58,146)

Color info

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

RGB color model

#0D3A92 color RGB value is (13,58,146).

  • red value is 13;
  • green value is 58;
  • blue value is 146.
RGB:
(13,58,146)
(5%,23%,57%)

RGB channels and saturation

R 13 of 255 = 5%
G 58 of 255 = 23%
B 146 of 255 = 57%

13
58
146

R + G + B ~ 28%. #0D3A92 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 58 + 146 = 217 (100%)
R 13 of 217 ~ 5.99%
G 58 of 217 ~ 26.73%
B 146 of 217 ~ 67.28%

%26.73
%67.28

CMYK color model

#0D3A92 color CMYK value is (91,60,0,43).

  • cyan value is 91.10%
  • magenta value is 60.27%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(91,60,0,43)
C91M60Y0K43 
(91%,60%,0%,43%)
(0.91/0.60/0.00/0.43)	

CMYK percentages

%91.1
%60.27
%0
%42.75

Codes

Color #0D3A92 in popluar color models

0D3A92
RGB1358146
HSL220°83.65%31.18%
HSB/HSV220°91.10%57.25%
CMYK91.10%60.27%0.00%
42.75%

Color #0D3A92 in popluar number systems.

HEX0D3A92
Decimal1358146
Binary110111101010010010
Octal1572222

Shades and tints

Shades of #0D3A92

#0D3A92
(13,58,146)
#0C3585
(12,53,133)
#0B3078
(11,48,120)
#0A2B6B
(10,43,107)
#09265E
(9,38,94)
#082151
(8,33,81)
#071C44
(7,28,68)
#061737
(6,23,55)
#05122A
(5,18,42)
#040D1D
(4,13,29)
#030810
(3,8,16)
#000000
(0,0,0)

Tints of #0D3A92

#0D3A92
(13,58,146)
#234B9B
(35,75,155)
#395CA4
(57,92,164)
#4F6DAD
(79,109,173)
#657EB6
(101,126,182)
#7B8FBF
(123,143,191)
#91A0C8
(145,160,200)
#A7B1D1
(167,177,209)
#BDC2DA
(189,194,218)
#D3D3E3
(211,211,227)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3A92 color. Also use rgb(13,58,146) instead hex code.

Text Font Color

.myTextColor { color: #0D3A92; }

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

This text font color is #0D3A92.


Background Color

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

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

This div background color is #0D3A92.


Border color

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

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

This div border color is #0D3A92.


Opacity

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

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

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

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

This text has shadow with #0D3A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3A92 on black background.


Color preview on white background

This text has color #0D3A92 on white background.



Black color preview on #0D3A92 background

This text has black color on #0D3A92 background.


White color preview on #0D3A92 background

This text has white color on #0D3A92 background.