COLOR #0E4A6C

HEX: #0E4A6C RGB: (14,74,108)

Color info

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

RGB color model

#0E4A6C color RGB value is (14,74,108).

RGB: (14,74,108) (5%, 29%, 42%)

RGB channels and saturation

R 14 of 255 = 5%
G 74 of 255 = 29%
B 108 of 255 = 42%

14
74
108

R + G + B ~ 25%. #0E4A6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 74 + 108 = 196 (100%)
R 14 of 196 ~ 7.14%
G 74 of 196 ~ 37.76%
B 108 of 196 ~ 55.1'%

%37.76
%55.1

CMYK color model

#0E4A6C color CMYK value is (87,31,0,58).

  • cyan value is 87.04%
  • magenta value is 31.48%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (87,31,0,58)
C87M31Y0K58 (87%, 31%, 0%, 58%)
(0.87 / 0.31 / 0.00 / 0.58)

CMYK percentages

%87.04
%31.48
%0
%57.65

Codes

Color #0E4A6C in popluar color models

0E 4A 6C
RGB 14 74 108
HSL 202° 77.05% 23.92%
HSB/HSV 202° 87.04% 42.35%
CMYK 87.04% 31.48% 0.00%
57.65%

Color #0E4A6C in popluar number systems.

HEX 0E 4A 6C
Decimal 14 74 108
Binary 1110 1001010 1101100
Octal 16 112 154

Shades and tints

Shades of #0E4A6C

#0E4A6C
(14,74,108)
#0D4463
(13,68,99)
#0C3E5A
(12,62,90)
#0B3851
(11,56,81)
#0A3248
(10,50,72)
#092C3F
(9,44,63)
#082636
(8,38,54)
#07202D
(7,32,45)
#061A24
(6,26,36)
#05141B
(5,20,27)
#040E12
(4,14,18)
#000000
(0,0,0)

Tints of #0E4A6C

#0E4A6C
(14,74,108)
#235A79
(35,90,121)
#386A86
(56,106,134)
#4D7A93
(77,122,147)
#628AA0
(98,138,160)
#779AAD
(119,154,173)
#8CAABA
(140,170,186)
#A1BAC7
(161,186,199)
#B6CAD4
(182,202,212)
#CBDAE1
(203,218,225)
#E0EAEE
(224,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4A6C color. Also use rgb(14,74,108) instead hex code.

Text Font Color

.myTextColor { color: #0E4A6C; }

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

This text font color is #0E4A6C.

Background Color

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

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

This div background color is #0E4A6C.

Border color

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

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

This div border color is #0E4A6C.

Opacity

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

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

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

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

This text has shadow with #0E4A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4A6C.

Preview

Color preview on black background

This text has color #0E4A6C on black background.


Color preview on white background

This text has color #0E4A6C on white background.


Black color preview on #0E4A6C background

This text has black color on #0E4A6C background.


White color preview on #0E4A6C background

This text has white color on #0E4A6C background.


Related colors

Complementary color

Complementary color for #hex is #F1B593.


I love getcolorcode.com

Triadic colors

1 #6C0E4A and #4A6C0E with #0E4A6C are triadic colors.

2 #6C4A0E and #4A0E6C with #0E4A6C are triadic colors.