COLOR #0D1E70

HEX: #0D1E70
RGB: (13,30,112)

Color info

#0D1E70 contains mainly blue color. Web safe color of #0D1E70 is #003366 (or #036).

RGB color model

#0D1E70 color RGB value is (13,30,112).

  • red value is 13;
  • green value is 30;
  • blue value is 112.
RGB:
(13,30,112)
(5%,12%,44%)

RGB channels and saturation

R 13 of 255 = 5%
G 30 of 255 = 12%
B 112 of 255 = 44%

13
30
112

R + G + B ~ 20%. #0D1E70 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 30 + 112 = 155 (100%)
R 13 of 155 ~ 8.39%
G 30 of 155 ~ 19.35%
B 112 of 155 ~ 72.26%

%19.35
%72.26

CMYK color model

#0D1E70 color CMYK value is (88,73,0,56).

  • cyan value is 88.39%
  • magenta value is 73.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(88,73,0,56)
C88M73Y0K56 
(88%,73%,0%,56%)
(0.88/0.73/0.00/0.56)	

CMYK percentages

%88.39
%73.21
%0
%56.08

Codes

Color #0D1E70 in popluar color models

0D1E70
RGB1330112
HSL230°79.20%24.51%
HSB/HSV230°88.39%43.92%
CMYK88.39%73.21%0.00%
56.08%

Color #0D1E70 in popluar number systems.

HEX0D1E70
Decimal1330112
Binary1101111101110000
Octal1536160

Shades and tints

Shades of #0D1E70

#0D1E70
(13,30,112)
#0C1C66
(12,28,102)
#0B1A5C
(11,26,92)
#0A1852
(10,24,82)
#091648
(9,22,72)
#08143E
(8,20,62)
#071234
(7,18,52)
#06102A
(6,16,42)
#050E20
(5,14,32)
#040C16
(4,12,22)
#030A0C
(3,10,12)
#000000
(0,0,0)

Tints of #0D1E70

#0D1E70
(13,30,112)
#23327D
(35,50,125)
#39468A
(57,70,138)
#4F5A97
(79,90,151)
#656EA4
(101,110,164)
#7B82B1
(123,130,177)
#9196BE
(145,150,190)
#A7AACB
(167,170,203)
#BDBED8
(189,190,216)
#D3D2E5
(211,210,229)
#E9E6F2
(233,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1E70 color. Also use rgb(13,30,112) instead hex code.

Text Font Color

.myTextColor { color: #0D1E70; }

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

This text font color is #0D1E70.


Background Color

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

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

This div background color is #0D1E70.


Border color

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

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

This div border color is #0D1E70.


Opacity

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

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

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

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

This text has shadow with #0D1E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1E70 on black background.


Color preview on white background

This text has color #0D1E70 on white background.



Black color preview on #0D1E70 background

This text has black color on #0D1E70 background.


White color preview on #0D1E70 background

This text has white color on #0D1E70 background.