COLOR #0E094A

HEX: #0E094A
RGB: (14,9,74)

Color info

#0E094A contains mainly blue color. Web safe color of #0E094A is #000033 (or #003).

RGB color model

#0E094A color RGB value is (14,9,74).

  • red value is 14;
  • green value is 9;
  • blue value is 74.
RGB:
(14,9,74)
(5%,4%,29%)

RGB channels and saturation

R 14 of 255 = 5%
G 9 of 255 = 4%
B 74 of 255 = 29%

14
9
74

R + G + B ~ 13%. #0E094A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 9 + 74 = 97 (100%)
R 14 of 97 ~ 14.43%
G 9 of 97 ~ 9.28%
B 74 of 97 ~ 76.29%

%14.43
%76.29

CMYK color model

#0E094A color CMYK value is (81,88,0,71).

  • cyan value is 81.08%
  • magenta value is 87.84%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(81,88,0,71)
C81M88Y0K71 
(81%,88%,0%,71%)
(0.81/0.88/0.00/0.71)	

CMYK percentages

%81.08
%87.84
%0
%70.98

Codes

Color #0E094A in popluar color models

0E094A
RGB14974
HSL245°78.31%16.27%
HSB/HSV245°87.84%29.02%
CMYK81.08%87.84%0.00%
70.98%

Color #0E094A in popluar number systems.

HEX0E094A
Decimal14974
Binary111010011001010
Octal1611112

Shades and tints

Shades of #0E094A

#0E094A
(14,9,74)
#0D0944
(13,9,68)
#0C093E
(12,9,62)
#0B0938
(11,9,56)
#0A0932
(10,9,50)
#09092C
(9,9,44)
#080926
(8,9,38)
#070920
(7,9,32)
#06091A
(6,9,26)
#050914
(5,9,20)
#04090E
(4,9,14)
#000000
(0,0,0)

Tints of #0E094A

#0E094A
(14,9,74)
#231F5A
(35,31,90)
#38356A
(56,53,106)
#4D4B7A
(77,75,122)
#62618A
(98,97,138)
#77779A
(119,119,154)
#8C8DAA
(140,141,170)
#A1A3BA
(161,163,186)
#B6B9CA
(182,185,202)
#CBCFDA
(203,207,218)
#E0E5EA
(224,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E094A color. Also use rgb(14,9,74) instead hex code.

Text Font Color

.myTextColor { color: #0E094A; }

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

This text font color is #0E094A.


Background Color

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

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

This div background color is #0E094A.


Border color

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

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

This div border color is #0E094A.


Opacity

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

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

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

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

This text has shadow with #0E094A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E094A on black background.


Color preview on white background

This text has color #0E094A on white background.



Black color preview on #0E094A background

This text has black color on #0E094A background.


White color preview on #0E094A background

This text has white color on #0E094A background.