COLOR #0E145F

HEX: #0E145F
RGB: (14,20,95)

Color info

#0E145F contains mainly blue color. Web safe color of #0E145F is #000066 (or #006).

RGB color model

#0E145F color RGB value is (14,20,95).

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

RGB channels and saturation

R 14 of 255 = 5%
G 20 of 255 = 8%
B 95 of 255 = 37%

14
20
95

R + G + B ~ 17%. #0E145F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 20 + 95 = 129 (100%)
R 14 of 129 ~ 10.85%
G 20 of 129 ~ 15.5%
B 95 of 129 ~ 73.64%

%10.85
%15.5
%73.64

CMYK color model

#0E145F color CMYK value is (85,79,0,63).

  • cyan value is 85.26%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(85,79,0,63)
C85M79Y0K63 
(85%,79%,0%,63%)
(0.85/0.79/0.00/0.63)	

CMYK percentages

%85.26
%78.95
%0
%62.75

Codes

Color #0E145F in popluar color models

0E145F
RGB142095
HSL236°74.31%21.37%
HSB/HSV236°85.26%37.25%
CMYK85.26%78.95%0.00%
62.75%

Color #0E145F in popluar number systems.

HEX0E145F
Decimal142095
Binary1110101001011111
Octal1624137

Shades and tints

Shades of #0E145F

#0E145F
(14,20,95)
#0D1357
(13,19,87)
#0C124F
(12,18,79)
#0B1147
(11,17,71)
#0A103F
(10,16,63)
#090F37
(9,15,55)
#080E2F
(8,14,47)
#070D27
(7,13,39)
#060C1F
(6,12,31)
#050B17
(5,11,23)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #0E145F

#0E145F
(14,20,95)
#23296D
(35,41,109)
#383E7B
(56,62,123)
#4D5389
(77,83,137)
#626897
(98,104,151)
#777DA5
(119,125,165)
#8C92B3
(140,146,179)
#A1A7C1
(161,167,193)
#B6BCCF
(182,188,207)
#CBD1DD
(203,209,221)
#E0E6EB
(224,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E145F; }

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

This text font color is #0E145F.


Background Color

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

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

This div background color is #0E145F.


Border color

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

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

This div border color is #0E145F.


Opacity

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

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

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

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

This text has shadow with #0E145F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E145F on black background.


Color preview on white background

This text has color #0E145F on white background.



Black color preview on #0E145F background

This text has black color on #0E145F background.


White color preview on #0E145F background

This text has white color on #0E145F background.