COLOR #0E4F91

HEX: #0E4F91 RGB: (14,79,145)

Color info

#0E4F91 contains mainly blue color. Web safe color of #0E4F91 is #006699 (or #069).

RGB color model

#0E4F91 color RGB value is (14,79,145).

RGB: (14,79,145) (5%, 31%, 57%)

RGB channels and saturation

R 14 of 255 = 5%
G 79 of 255 = 31%
B 145 of 255 = 57%

14
79
145

R + G + B ~ 31%. #0E4F91 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 79 + 145 = 238 (100%)
R 14 of 238 ~ 5.88%
G 79 of 238 ~ 33.19%
B 145 of 238 ~ 60.92'%

%33.19
%60.92

CMYK color model

#0E4F91 color CMYK value is (90,46,0,43).

  • cyan value is 90.34%
  • magenta value is 45.52%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (90,46,0,43)
C90M46Y0K43 (90%, 46%, 0%, 43%)
(0.90 / 0.46 / 0.00 / 0.43)

CMYK percentages

%90.34
%45.52
%0
%43.14

Codes

Color #0E4F91 in popluar color models

0E 4F 91
RGB 14 79 145
HSL 210° 82.39% 31.18%
HSB/HSV 210° 90.34% 56.86%
CMYK 90.34% 45.52% 0.00%
43.14%

Color #0E4F91 in popluar number systems.

HEX 0E 4F 91
Decimal 14 79 145
Binary 1110 1001111 10010001
Octal 16 117 221

Shades and tints

Shades of #0E4F91

#0E4F91
(14,79,145)
#0D4884
(13,72,132)
#0C4177
(12,65,119)
#0B3A6A
(11,58,106)
#0A335D
(10,51,93)
#092C50
(9,44,80)
#082543
(8,37,67)
#071E36
(7,30,54)
#061729
(6,23,41)
#05101C
(5,16,28)
#04090F
(4,9,15)
#000000
(0,0,0)

Tints of #0E4F91

#0E4F91
(14,79,145)
#235F9B
(35,95,155)
#386FA5
(56,111,165)
#4D7FAF
(77,127,175)
#628FB9
(98,143,185)
#779FC3
(119,159,195)
#8CAFCD
(140,175,205)
#A1BFD7
(161,191,215)
#B6CFE1
(182,207,225)
#CBDFEB
(203,223,235)
#E0EFF5
(224,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4F91 color. Also use rgb(14,79,145) instead hex code.

Text Font Color

.myTextColor { color: #0E4F91; }

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

This text font color is #0E4F91.

Background Color

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

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

This div background color is #0E4F91.

Border color

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

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

This div border color is #0E4F91.

Opacity

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

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

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

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

This text has shadow with #0E4F91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4F91.

Preview

Color preview on black background

This text has color #0E4F91 on black background.


Color preview on white background

This text has color #0E4F91 on white background.


Black color preview on #0E4F91 background

This text has black color on #0E4F91 background.


White color preview on #0E4F91 background

This text has white color on #0E4F91 background.


Related colors

Complementary color

Complementary color for #hex is #F1B06E.


I love getcolorcode.com

Triadic colors

1 #910E4F and #4F910E with #0E4F91 are triadic colors.

2 #914F0E and #4F0E91 with #0E4F91 are triadic colors.