COLOR #0E14A3

HEX: #0E14A3
RGB: (14,20,163)

Color info

#0E14A3 contains mainly blue color. Web safe color of #0E14A3 is #000099 (or #009).

RGB color model

#0E14A3 color RGB value is (14,20,163).

  • red value is 14;
  • green value is 20;
  • blue value is 163.
RGB:
(14,20,163)
(5%,8%,64%)

RGB channels and saturation

R 14 of 255 = 5%
G 20 of 255 = 8%
B 163 of 255 = 64%

14
20
163

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

Portions of RGB colors in percentages

R + G + B =
14 + 20 + 163 = 197 (100%)
R 14 of 197 ~ 7.11%
G 20 of 197 ~ 10.15%
B 163 of 197 ~ 82.74%

%10.15
%82.74

CMYK color model

#0E14A3 color CMYK value is (91,88,0,36).

  • cyan value is 91.41%
  • magenta value is 87.73%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(91,88,0,36)
C91M88Y0K36 
(91%,88%,0%,36%)
(0.91/0.88/0.00/0.36)	

CMYK percentages

%91.41
%87.73
%0
%36.08

Codes

Color #0E14A3 in popluar color models

0E14A3
RGB1420163
HSL238°84.18%34.71%
HSB/HSV238°91.41%63.92%
CMYK91.41%87.73%0.00%
36.08%

Color #0E14A3 in popluar number systems.

HEX0E14A3
Decimal1420163
Binary11101010010100011
Octal1624243

Shades and tints

Shades of #0E14A3

#0E14A3
(14,20,163)
#0D1395
(13,19,149)
#0C1287
(12,18,135)
#0B1179
(11,17,121)
#0A106B
(10,16,107)
#090F5D
(9,15,93)
#080E4F
(8,14,79)
#070D41
(7,13,65)
#060C33
(6,12,51)
#050B25
(5,11,37)
#040A17
(4,10,23)
#000000
(0,0,0)

Tints of #0E14A3

#0E14A3
(14,20,163)
#2329AB
(35,41,171)
#383EB3
(56,62,179)
#4D53BB
(77,83,187)
#6268C3
(98,104,195)
#777DCB
(119,125,203)
#8C92D3
(140,146,211)
#A1A7DB
(161,167,219)
#B6BCE3
(182,188,227)
#CBD1EB
(203,209,235)
#E0E6F3
(224,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E14A3 color. Also use rgb(14,20,163) instead hex code.

Text Font Color

.myTextColor { color: #0E14A3; }

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

This text font color is #0E14A3.


Background Color

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

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

This div background color is #0E14A3.


Border color

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

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

This div border color is #0E14A3.


Opacity

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

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

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

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

This text has shadow with #0E14A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E14A3 on black background.


Color preview on white background

This text has color #0E14A3 on white background.



Black color preview on #0E14A3 background

This text has black color on #0E14A3 background.


White color preview on #0E14A3 background

This text has white color on #0E14A3 background.