COLOR #0E1E4B

HEX: #0E1E4B
RGB: (14,30,75)

Color info

#0E1E4B contains mainly green and blue colors. Web safe color of #0E1E4B is #003333 (or #033).

RGB color model

#0E1E4B color RGB value is (14,30,75).

  • red value is 14;
  • green value is 30;
  • blue value is 75.
RGB:
(14,30,75)
(5%,12%,29%)

RGB channels and saturation

R 14 of 255 = 5%
G 30 of 255 = 12%
B 75 of 255 = 29%

14
30
75

R + G + B ~ 15%. #0E1E4B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 30 + 75 = 119 (100%)
R 14 of 119 ~ 11.76%
G 30 of 119 ~ 25.21%
B 75 of 119 ~ 63.03%

%11.76
%25.21
%63.03

CMYK color model

#0E1E4B color CMYK value is (81,60,0,71).

  • cyan value is 81.33%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(81,60,0,71)
C81M60Y0K71 
(81%,60%,0%,71%)
(0.81/0.60/0.00/0.71)	

CMYK percentages

%81.33
%60
%0
%70.59

Codes

Color #0E1E4B in popluar color models

0E1E4B
RGB143075
HSL224°68.54%17.45%
HSB/HSV224°81.33%29.41%
CMYK81.33%60.00%0.00%
70.59%

Color #0E1E4B in popluar number systems.

HEX0E1E4B
Decimal143075
Binary1110111101001011
Octal1636113

Shades and tints

Shades of #0E1E4B

#0E1E4B
(14,30,75)
#0D1C45
(13,28,69)
#0C1A3F
(12,26,63)
#0B1839
(11,24,57)
#0A1633
(10,22,51)
#09142D
(9,20,45)
#081227
(8,18,39)
#071021
(7,16,33)
#060E1B
(6,14,27)
#050C15
(5,12,21)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #0E1E4B

#0E1E4B
(14,30,75)
#23325B
(35,50,91)
#38466B
(56,70,107)
#4D5A7B
(77,90,123)
#626E8B
(98,110,139)
#77829B
(119,130,155)
#8C96AB
(140,150,171)
#A1AABB
(161,170,187)
#B6BECB
(182,190,203)
#CBD2DB
(203,210,219)
#E0E6EB
(224,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1E4B color. Also use rgb(14,30,75) instead hex code.

Text Font Color

.myTextColor { color: #0E1E4B; }

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

This text font color is #0E1E4B.


Background Color

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

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

This div background color is #0E1E4B.


Border color

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

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

This div border color is #0E1E4B.


Opacity

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

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

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

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

This text has shadow with #0E1E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1E4B on black background.


Color preview on white background

This text has color #0E1E4B on white background.



Black color preview on #0E1E4B background

This text has black color on #0E1E4B background.


White color preview on #0E1E4B background

This text has white color on #0E1E4B background.