COLOR #0D1C9B

HEX: #0D1C9B
RGB: (13,28,155)

Color info

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

RGB color model

#0D1C9B color RGB value is (13,28,155).

  • red value is 13;
  • green value is 28;
  • blue value is 155.
RGB:
(13,28,155)
(5%,11%,61%)

RGB channels and saturation

R 13 of 255 = 5%
G 28 of 255 = 11%
B 155 of 255 = 61%

13
28
155

R + G + B ~ 26%. #0D1C9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 28 + 155 = 196 (100%)
R 13 of 196 ~ 6.63%
G 28 of 196 ~ 14.29%
B 155 of 196 ~ 79.08%

%14.29
%79.08

CMYK color model

#0D1C9B color CMYK value is (92,82,0,39).

  • cyan value is 91.61%
  • magenta value is 81.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(92,82,0,39)
C92M82Y0K39 
(92%,82%,0%,39%)
(0.92/0.82/0.00/0.39)	

CMYK percentages

%91.61
%81.94
%0
%39.22

Codes

Color #0D1C9B in popluar color models

0D1C9B
RGB1328155
HSL234°84.52%32.94%
HSB/HSV234°91.61%60.78%
CMYK91.61%81.94%0.00%
39.22%

Color #0D1C9B in popluar number systems.

HEX0D1C9B
Decimal1328155
Binary11011110010011011
Octal1534233

Shades and tints

Shades of #0D1C9B

#0D1C9B
(13,28,155)
#0C1A8D
(12,26,141)
#0B187F
(11,24,127)
#0A1671
(10,22,113)
#091463
(9,20,99)
#081255
(8,18,85)
#071047
(7,16,71)
#060E39
(6,14,57)
#050C2B
(5,12,43)
#040A1D
(4,10,29)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #0D1C9B

#0D1C9B
(13,28,155)
#2330A4
(35,48,164)
#3944AD
(57,68,173)
#4F58B6
(79,88,182)
#656CBF
(101,108,191)
#7B80C8
(123,128,200)
#9194D1
(145,148,209)
#A7A8DA
(167,168,218)
#BDBCE3
(189,188,227)
#D3D0EC
(211,208,236)
#E9E4F5
(233,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1C9B color. Also use rgb(13,28,155) instead hex code.

Text Font Color

.myTextColor { color: #0D1C9B; }

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

This text font color is #0D1C9B.


Background Color

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

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

This div background color is #0D1C9B.


Border color

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

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

This div border color is #0D1C9B.


Opacity

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

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

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

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

This text has shadow with #0D1C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1C9B on black background.


Color preview on white background

This text has color #0D1C9B on white background.



Black color preview on #0D1C9B background

This text has black color on #0D1C9B background.


White color preview on #0D1C9B background

This text has white color on #0D1C9B background.