COLOR #0E4774

HEX: #0E4774
RGB: (14,71,116)

Color info

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

RGB color model

#0E4774 color RGB value is (14,71,116).

  • red value is 14;
  • green value is 71;
  • blue value is 116.
RGB:
(14,71,116)
(5%,28%,45%)

RGB channels and saturation

R 14 of 255 = 5%
G 71 of 255 = 28%
B 116 of 255 = 45%

14
71
116

R + G + B ~ 26%. #0E4774 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 71 + 116 = 201 (100%)
R 14 of 201 ~ 6.97%
G 71 of 201 ~ 35.32%
B 116 of 201 ~ 57.71%

%35.32
%57.71

CMYK color model

#0E4774 color CMYK value is (88,39,0,55).

  • cyan value is 87.93%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(88,39,0,55)
C88M39Y0K55 
(88%,39%,0%,55%)
(0.88/0.39/0.00/0.55)	

CMYK percentages

%87.93
%38.79
%0
%54.51

Codes

Color #0E4774 in popluar color models

0E4774
RGB1471116
HSL206°78.46%25.49%
HSB/HSV206°87.93%45.49%
CMYK87.93%38.79%0.00%
54.51%

Color #0E4774 in popluar number systems.

HEX0E4774
Decimal1471116
Binary111010001111110100
Octal16107164

Shades and tints

Shades of #0E4774

#0E4774
(14,71,116)
#0D416A
(13,65,106)
#0C3B60
(12,59,96)
#0B3556
(11,53,86)
#0A2F4C
(10,47,76)
#092942
(9,41,66)
#082338
(8,35,56)
#071D2E
(7,29,46)
#061724
(6,23,36)
#05111A
(5,17,26)
#040B10
(4,11,16)
#000000
(0,0,0)

Tints of #0E4774

#0E4774
(14,71,116)
#235780
(35,87,128)
#38678C
(56,103,140)
#4D7798
(77,119,152)
#6287A4
(98,135,164)
#7797B0
(119,151,176)
#8CA7BC
(140,167,188)
#A1B7C8
(161,183,200)
#B6C7D4
(182,199,212)
#CBD7E0
(203,215,224)
#E0E7EC
(224,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4774 color. Also use rgb(14,71,116) instead hex code.

Text Font Color

.myTextColor { color: #0E4774; }

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

This text font color is #0E4774.


Background Color

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

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

This div background color is #0E4774.


Border color

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

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

This div border color is #0E4774.


Opacity

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

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

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

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

This text has shadow with #0E4774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4774 on black background.


Color preview on white background

This text has color #0E4774 on white background.



Black color preview on #0E4774 background

This text has black color on #0E4774 background.


White color preview on #0E4774 background

This text has white color on #0E4774 background.