COLOR #0E4169

HEX: #0E4169
RGB: (14,65,105)

Color info

#0E4169 contains mainly green and blue colors. Web safe color of #0E4169 is #003366 (or #036).

RGB color model

#0E4169 color RGB value is (14,65,105).

  • red value is 14;
  • green value is 65;
  • blue value is 105.
RGB:
(14,65,105)
(5%,25%,41%)

RGB channels and saturation

R 14 of 255 = 5%
G 65 of 255 = 25%
B 105 of 255 = 41%

14
65
105

R + G + B ~ 24%. #0E4169 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 65 + 105 = 184 (100%)
R 14 of 184 ~ 7.61%
G 65 of 184 ~ 35.33%
B 105 of 184 ~ 57.07%

%35.33
%57.07

CMYK color model

#0E4169 color CMYK value is (87,38,0,59).

  • cyan value is 86.67%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(87,38,0,59)
C87M38Y0K59 
(87%,38%,0%,59%)
(0.87/0.38/0.00/0.59)	

CMYK percentages

%86.67
%38.1
%0
%58.82

Codes

Color #0E4169 in popluar color models

0E4169
RGB1465105
HSL206°76.47%23.33%
HSB/HSV206°86.67%41.18%
CMYK86.67%38.10%0.00%
58.82%

Color #0E4169 in popluar number systems.

HEX0E4169
Decimal1465105
Binary111010000011101001
Octal16101151

Shades and tints

Shades of #0E4169

#0E4169
(14,65,105)
#0D3C60
(13,60,96)
#0C3757
(12,55,87)
#0B324E
(11,50,78)
#0A2D45
(10,45,69)
#09283C
(9,40,60)
#082333
(8,35,51)
#071E2A
(7,30,42)
#061921
(6,25,33)
#051418
(5,20,24)
#040F0F
(4,15,15)
#000000
(0,0,0)

Tints of #0E4169

#0E4169
(14,65,105)
#235276
(35,82,118)
#386383
(56,99,131)
#4D7490
(77,116,144)
#62859D
(98,133,157)
#7796AA
(119,150,170)
#8CA7B7
(140,167,183)
#A1B8C4
(161,184,196)
#B6C9D1
(182,201,209)
#CBDADE
(203,218,222)
#E0EBEB
(224,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4169 color. Also use rgb(14,65,105) instead hex code.

Text Font Color

.myTextColor { color: #0E4169; }

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

This text font color is #0E4169.


Background Color

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

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

This div background color is #0E4169.


Border color

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

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

This div border color is #0E4169.


Opacity

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

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

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

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

This text has shadow with #0E4169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4169 on black background.


Color preview on white background

This text has color #0E4169 on white background.



Black color preview on #0E4169 background

This text has black color on #0E4169 background.


White color preview on #0E4169 background

This text has white color on #0E4169 background.