COLOR #0D205B

HEX: #0D205B
RGB: (13,32,91)

Color info

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

RGB color model

#0D205B color RGB value is (13,32,91).

  • red value is 13;
  • green value is 32;
  • blue value is 91.
RGB:
(13,32,91)
(5%,13%,36%)

RGB channels and saturation

R 13 of 255 = 5%
G 32 of 255 = 13%
B 91 of 255 = 36%

13
32
91

R + G + B ~ 18%. #0D205B is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 32 + 91 = 136 (100%)
R 13 of 136 ~ 9.56%
G 32 of 136 ~ 23.53%
B 91 of 136 ~ 66.91%

%9.56
%23.53
%66.91

CMYK color model

#0D205B color CMYK value is (86,65,0,64).

  • cyan value is 85.71%
  • magenta value is 64.84%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(86,65,0,64)
C86M65Y0K64 
(86%,65%,0%,64%)
(0.86/0.65/0.00/0.64)	

CMYK percentages

%85.71
%64.84
%0
%64.31

Codes

Color #0D205B in popluar color models

0D205B
RGB133291
HSL225°75.00%20.39%
HSB/HSV225°85.71%35.69%
CMYK85.71%64.84%0.00%
64.31%

Color #0D205B in popluar number systems.

HEX0D205B
Decimal133291
Binary11011000001011011
Octal1540133

Shades and tints

Shades of #0D205B

#0D205B
(13,32,91)
#0C1E53
(12,30,83)
#0B1C4B
(11,28,75)
#0A1A43
(10,26,67)
#09183B
(9,24,59)
#081633
(8,22,51)
#07142B
(7,20,43)
#061223
(6,18,35)
#05101B
(5,16,27)
#040E13
(4,14,19)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #0D205B

#0D205B
(13,32,91)
#233469
(35,52,105)
#394877
(57,72,119)
#4F5C85
(79,92,133)
#657093
(101,112,147)
#7B84A1
(123,132,161)
#9198AF
(145,152,175)
#A7ACBD
(167,172,189)
#BDC0CB
(189,192,203)
#D3D4D9
(211,212,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D205B color. Also use rgb(13,32,91) instead hex code.

Text Font Color

.myTextColor { color: #0D205B; }

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

This text font color is #0D205B.


Background Color

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

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

This div background color is #0D205B.


Border color

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

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

This div border color is #0D205B.


Opacity

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

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

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

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

This text has shadow with #0D205B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D205B on black background.


Color preview on white background

This text has color #0D205B on white background.



Black color preview on #0D205B background

This text has black color on #0D205B background.


White color preview on #0D205B background

This text has white color on #0D205B background.