COLOR #0E206D

HEX: #0E206D
RGB: (14,32,109)

Color info

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

RGB color model

#0E206D color RGB value is (14,32,109).

  • red value is 14;
  • green value is 32;
  • blue value is 109.
RGB:
(14,32,109)
(5%,13%,43%)

RGB channels and saturation

R 14 of 255 = 5%
G 32 of 255 = 13%
B 109 of 255 = 43%

14
32
109

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

Portions of RGB colors in percentages

R + G + B =
14 + 32 + 109 = 155 (100%)
R 14 of 155 ~ 9.03%
G 32 of 155 ~ 20.65%
B 109 of 155 ~ 70.32%

%20.65
%70.32

CMYK color model

#0E206D color CMYK value is (87,71,0,57).

  • cyan value is 87.16%
  • magenta value is 70.64%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(87,71,0,57)
C87M71Y0K57 
(87%,71%,0%,57%)
(0.87/0.71/0.00/0.57)	

CMYK percentages

%87.16
%70.64
%0
%57.25

Codes

Color #0E206D in popluar color models

0E206D
RGB1432109
HSL229°77.24%24.12%
HSB/HSV229°87.16%42.75%
CMYK87.16%70.64%0.00%
57.25%

Color #0E206D in popluar number systems.

HEX0E206D
Decimal1432109
Binary11101000001101101
Octal1640155

Shades and tints

Shades of #0E206D

#0E206D
(14,32,109)
#0D1E64
(13,30,100)
#0C1C5B
(12,28,91)
#0B1A52
(11,26,82)
#0A1849
(10,24,73)
#091640
(9,22,64)
#081437
(8,20,55)
#07122E
(7,18,46)
#061025
(6,16,37)
#050E1C
(5,14,28)
#040C13
(4,12,19)
#000000
(0,0,0)

Tints of #0E206D

#0E206D
(14,32,109)
#23347A
(35,52,122)
#384887
(56,72,135)
#4D5C94
(77,92,148)
#6270A1
(98,112,161)
#7784AE
(119,132,174)
#8C98BB
(140,152,187)
#A1ACC8
(161,172,200)
#B6C0D5
(182,192,213)
#CBD4E2
(203,212,226)
#E0E8EF
(224,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E206D color. Also use rgb(14,32,109) instead hex code.

Text Font Color

.myTextColor { color: #0E206D; }

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

This text font color is #0E206D.


Background Color

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

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

This div background color is #0E206D.


Border color

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

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

This div border color is #0E206D.


Opacity

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

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

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

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

This text has shadow with #0E206D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E206D on black background.


Color preview on white background

This text has color #0E206D on white background.



Black color preview on #0E206D background

This text has black color on #0E206D background.


White color preview on #0E206D background

This text has white color on #0E206D background.