COLOR #0E104A

HEX: #0E104A
RGB: (14,16,74)

Color info

#0E104A contains mainly green and blue colors. Web safe color of #0E104A is #000033 (or #003).

RGB color model

#0E104A color RGB value is (14,16,74).

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

RGB channels and saturation

R 14 of 255 = 5%
G 16 of 255 = 6%
B 74 of 255 = 29%

14
16
74

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

Portions of RGB colors in percentages

R + G + B =
14 + 16 + 74 = 104 (100%)
R 14 of 104 ~ 13.46%
G 16 of 104 ~ 15.38%
B 74 of 104 ~ 71.15%

%13.46
%15.38
%71.15

CMYK color model

#0E104A color CMYK value is (81,78,0,71).

  • cyan value is 81.08%
  • magenta value is 78.38%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(81,78,0,71)
C81M78Y0K71 
(81%,78%,0%,71%)
(0.81/0.78/0.00/0.71)	

CMYK percentages

%81.08
%78.38
%0
%70.98

Codes

Color #0E104A in popluar color models

0E104A
RGB141674
HSL238°68.18%17.25%
HSB/HSV238°81.08%29.02%
CMYK81.08%78.38%0.00%
70.98%

Color #0E104A in popluar number systems.

HEX0E104A
Decimal141674
Binary1110100001001010
Octal1620112

Shades and tints

Shades of #0E104A

#0E104A
(14,16,74)
#0D0F44
(13,15,68)
#0C0E3E
(12,14,62)
#0B0D38
(11,13,56)
#0A0C32
(10,12,50)
#090B2C
(9,11,44)
#080A26
(8,10,38)
#070920
(7,9,32)
#06081A
(6,8,26)
#050714
(5,7,20)
#04060E
(4,6,14)
#000000
(0,0,0)

Tints of #0E104A

#0E104A
(14,16,74)
#23255A
(35,37,90)
#383A6A
(56,58,106)
#4D4F7A
(77,79,122)
#62648A
(98,100,138)
#77799A
(119,121,154)
#8C8EAA
(140,142,170)
#A1A3BA
(161,163,186)
#B6B8CA
(182,184,202)
#CBCDDA
(203,205,218)
#E0E2EA
(224,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E104A; }

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

This text font color is #0E104A.


Background Color

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

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

This div background color is #0E104A.


Border color

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

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

This div border color is #0E104A.


Opacity

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

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

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

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

This text has shadow with #0E104A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E104A on black background.


Color preview on white background

This text has color #0E104A on white background.



Black color preview on #0E104A background

This text has black color on #0E104A background.


White color preview on #0E104A background

This text has white color on #0E104A background.