COLOR #0E414E

HEX: #0E414E
RGB: (14,65,78)

Color info

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

RGB color model

#0E414E color RGB value is (14,65,78).

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

RGB channels and saturation

R 14 of 255 = 5%
G 65 of 255 = 25%
B 78 of 255 = 31%

14
65
78

R + G + B ~ 20%. #0E414E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 65 + 78 = 157 (100%)
R 14 of 157 ~ 8.92%
G 65 of 157 ~ 41.4%
B 78 of 157 ~ 49.68%

%41.4
%49.68

CMYK color model

#0E414E color CMYK value is (82,17,0,69).

  • cyan value is 82.05%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(82,17,0,69)
C82M17Y0K69 
(82%,17%,0%,69%)
(0.82/0.17/0.00/0.69)	

CMYK percentages

%82.05
%16.67
%0
%69.41

Codes

Color #0E414E in popluar color models

0E414E
RGB146578
HSL192°69.57%18.04%
HSB/HSV192°82.05%30.59%
CMYK82.05%16.67%0.00%
69.41%

Color #0E414E in popluar number systems.

HEX0E414E
Decimal146578
Binary111010000011001110
Octal16101116

Shades and tints

Shades of #0E414E

#0E414E
(14,65,78)
#0D3C47
(13,60,71)
#0C3740
(12,55,64)
#0B3239
(11,50,57)
#0A2D32
(10,45,50)
#09282B
(9,40,43)
#082324
(8,35,36)
#071E1D
(7,30,29)
#061916
(6,25,22)
#05140F
(5,20,15)
#040F08
(4,15,8)
#000000
(0,0,0)

Tints of #0E414E

#0E414E
(14,65,78)
#23525E
(35,82,94)
#38636E
(56,99,110)
#4D747E
(77,116,126)
#62858E
(98,133,142)
#77969E
(119,150,158)
#8CA7AE
(140,167,174)
#A1B8BE
(161,184,190)
#B6C9CE
(182,201,206)
#CBDADE
(203,218,222)
#E0EBEE
(224,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E414E; }

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

This text font color is #0E414E.


Background Color

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

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

This div background color is #0E414E.


Border color

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

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

This div border color is #0E414E.


Opacity

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

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

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

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

This text has shadow with #0E414E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E414E on black background.


Color preview on white background

This text has color #0E414E on white background.



Black color preview on #0E414E background

This text has black color on #0E414E background.


White color preview on #0E414E background

This text has white color on #0E414E background.