COLOR #0E2037

HEX: #0E2037
RGB: (14,32,55)

Color info

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

RGB color model

#0E2037 color RGB value is (14,32,55).

  • red value is 14;
  • green value is 32;
  • blue value is 55.
RGB:
(14,32,55)
(5%,13%,22%)

RGB channels and saturation

R 14 of 255 = 5%
G 32 of 255 = 13%
B 55 of 255 = 22%

14
32
55

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

Portions of RGB colors in percentages

R + G + B =
14 + 32 + 55 = 101 (100%)
R 14 of 101 ~ 13.86%
G 32 of 101 ~ 31.68%
B 55 of 101 ~ 54.46%

%13.86
%31.68
%54.46

CMYK color model

#0E2037 color CMYK value is (75,42,0,78).

  • cyan value is 74.55%
  • magenta value is 41.82%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(75,42,0,78)
C75M42Y0K78 
(75%,42%,0%,78%)
(0.75/0.42/0.00/0.78)	

CMYK percentages

%74.55
%41.82
%0
%78.43

Codes

Color #0E2037 in popluar color models

0E2037
RGB143255
HSL214°59.42%13.53%
HSB/HSV214°74.55%21.57%
CMYK74.55%41.82%0.00%
78.43%

Color #0E2037 in popluar number systems.

HEX0E2037
Decimal143255
Binary1110100000110111
Octal164067

Shades and tints

Shades of #0E2037

#0E2037
(14,32,55)
#0D1E32
(13,30,50)
#0C1C2D
(12,28,45)
#0B1A28
(11,26,40)
#0A1823
(10,24,35)
#09161E
(9,22,30)
#081419
(8,20,25)
#071214
(7,18,20)
#06100F
(6,16,15)
#050E0A
(5,14,10)
#040C05
(4,12,5)
#000000
(0,0,0)

Tints of #0E2037

#0E2037
(14,32,55)
#233449
(35,52,73)
#38485B
(56,72,91)
#4D5C6D
(77,92,109)
#62707F
(98,112,127)
#778491
(119,132,145)
#8C98A3
(140,152,163)
#A1ACB5
(161,172,181)
#B6C0C7
(182,192,199)
#CBD4D9
(203,212,217)
#E0E8EB
(224,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2037 color. Also use rgb(14,32,55) instead hex code.

Text Font Color

.myTextColor { color: #0E2037; }

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

This text font color is #0E2037.


Background Color

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

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

This div background color is #0E2037.


Border color

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

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

This div border color is #0E2037.


Opacity

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

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

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

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

This text has shadow with #0E2037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2037 on black background.


Color preview on white background

This text has color #0E2037 on white background.



Black color preview on #0E2037 background

This text has black color on #0E2037 background.


White color preview on #0E2037 background

This text has white color on #0E2037 background.