COLOR #0E2240

HEX: #0E2240
RGB: (14,34,64)

Color info

#0E2240 contains red, green and blue colors in about the same proportion. Web safe color of #0E2240 is #003333 (or #033).

RGB color model

#0E2240 color RGB value is (14,34,64).

  • red value is 14;
  • green value is 34;
  • blue value is 64.
RGB:
(14,34,64)
(5%,13%,25%)

RGB channels and saturation

R 14 of 255 = 5%
G 34 of 255 = 13%
B 64 of 255 = 25%

14
34
64

R + G + B ~ 14%. #0E2240 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 34 + 64 = 112 (100%)
R 14 of 112 ~ 12.5%
G 34 of 112 ~ 30.36%
B 64 of 112 ~ 57.14%

%12.5
%30.36
%57.14

CMYK color model

#0E2240 color CMYK value is (78,47,0,75).

  • cyan value is 78.13%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(78,47,0,75)
C78M47Y0K75 
(78%,47%,0%,75%)
(0.78/0.47/0.00/0.75)	

CMYK percentages

%78.13
%46.88
%0
%74.9

Codes

Color #0E2240 in popluar color models

0E2240
RGB143464
HSL216°64.10%15.29%
HSB/HSV216°78.13%25.10%
CMYK78.13%46.88%0.00%
74.90%

Color #0E2240 in popluar number systems.

HEX0E2240
Decimal143464
Binary11101000101000000
Octal1642100

Shades and tints

Shades of #0E2240

#0E2240
(14,34,64)
#0D1F3B
(13,31,59)
#0C1C36
(12,28,54)
#0B1931
(11,25,49)
#0A162C
(10,22,44)
#091327
(9,19,39)
#081022
(8,16,34)
#070D1D
(7,13,29)
#060A18
(6,10,24)
#050713
(5,7,19)
#04040E
(4,4,14)
#000000
(0,0,0)

Tints of #0E2240

#0E2240
(14,34,64)
#233651
(35,54,81)
#384A62
(56,74,98)
#4D5E73
(77,94,115)
#627284
(98,114,132)
#778695
(119,134,149)
#8C9AA6
(140,154,166)
#A1AEB7
(161,174,183)
#B6C2C8
(182,194,200)
#CBD6D9
(203,214,217)
#E0EAEA
(224,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2240 color. Also use rgb(14,34,64) instead hex code.

Text Font Color

.myTextColor { color: #0E2240; }

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

This text font color is #0E2240.


Background Color

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

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

This div background color is #0E2240.


Border color

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

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

This div border color is #0E2240.


Opacity

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

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

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

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

This text has shadow with #0E2240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2240 on black background.


Color preview on white background

This text has color #0E2240 on white background.



Black color preview on #0E2240 background

This text has black color on #0E2240 background.


White color preview on #0E2240 background

This text has white color on #0E2240 background.