COLOR #0E2071

HEX: #0E2071
RGB: (14,32,113)

Color info

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

RGB color model

#0E2071 color RGB value is (14,32,113).

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

RGB channels and saturation

R 14 of 255 = 5%
G 32 of 255 = 13%
B 113 of 255 = 44%

14
32
113

R + G + B ~ 21%. #0E2071 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 32 + 113 = 159 (100%)
R 14 of 159 ~ 8.81%
G 32 of 159 ~ 20.13%
B 113 of 159 ~ 71.07%

%20.13
%71.07

CMYK color model

#0E2071 color CMYK value is (88,72,0,56).

  • cyan value is 87.61%
  • magenta value is 71.68%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(88,72,0,56)
C88M72Y0K56 
(88%,72%,0%,56%)
(0.88/0.72/0.00/0.56)	

CMYK percentages

%87.61
%71.68
%0
%55.69

Codes

Color #0E2071 in popluar color models

0E2071
RGB1432113
HSL229°77.95%24.90%
HSB/HSV229°87.61%44.31%
CMYK87.61%71.68%0.00%
55.69%

Color #0E2071 in popluar number systems.

HEX0E2071
Decimal1432113
Binary11101000001110001
Octal1640161

Shades and tints

Shades of #0E2071

#0E2071
(14,32,113)
#0D1E67
(13,30,103)
#0C1C5D
(12,28,93)
#0B1A53
(11,26,83)
#0A1849
(10,24,73)
#09163F
(9,22,63)
#081435
(8,20,53)
#07122B
(7,18,43)
#061021
(6,16,33)
#050E17
(5,14,23)
#040C0D
(4,12,13)
#000000
(0,0,0)

Tints of #0E2071

#0E2071
(14,32,113)
#23347D
(35,52,125)
#384889
(56,72,137)
#4D5C95
(77,92,149)
#6270A1
(98,112,161)
#7784AD
(119,132,173)
#8C98B9
(140,152,185)
#A1ACC5
(161,172,197)
#B6C0D1
(182,192,209)
#CBD4DD
(203,212,221)
#E0E8E9
(224,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2071; }

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

This text font color is #0E2071.


Background Color

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

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

This div background color is #0E2071.


Border color

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

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

This div border color is #0E2071.


Opacity

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

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

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

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

This text has shadow with #0E2071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2071 on black background.


Color preview on white background

This text has color #0E2071 on white background.



Black color preview on #0E2071 background

This text has black color on #0E2071 background.


White color preview on #0E2071 background

This text has white color on #0E2071 background.