COLOR #0E2178

HEX: #0E2178 RGB: (14,33,120)

Color info

#0E2178 contains mainly blue color. Web safe color of #0E2178 is #003366 (or #036).

RGB color model

#0E2178 color RGB value is (14,33,120).

RGB: (14,33,120) (5%, 13%, 47%)

RGB channels and saturation

R 14 of 255 = 5%
G 33 of 255 = 13%
B 120 of 255 = 47%

14
33
120

R + G + B ~ 22%. #0E2178 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 33 + 120 = 167 (100%)
R 14 of 167 ~ 8.38%
G 33 of 167 ~ 19.76%
B 120 of 167 ~ 71.86'%

%19.76
%71.86

CMYK color model

#0E2178 color CMYK value is (88,73,0,53).

  • cyan value is 88.33%
  • magenta value is 72.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (88,73,0,53)
C88M73Y0K53 (88%, 73%, 0%, 53%)
(0.88 / 0.73 / 0.00 / 0.53)

CMYK percentages

%88.33
%72.5
%0
%52.94

Codes

Color #0E2178 in popluar color models

0E 21 78
RGB 14 33 120
HSL 229° 79.10% 26.27%
HSB/HSV 229° 88.33% 47.06%
CMYK 88.33% 72.50% 0.00%
52.94%

Color #0E2178 in popluar number systems.

HEX 0E 21 78
Decimal 14 33 120
Binary 1110 100001 1111000
Octal 16 41 170

Shades and tints

Shades of #0E2178

#0E2178
(14,33,120)
#0D1E6E
(13,30,110)
#0C1B64
(12,27,100)
#0B185A
(11,24,90)
#0A1550
(10,21,80)
#091246
(9,18,70)
#080F3C
(8,15,60)
#070C32
(7,12,50)
#060928
(6,9,40)
#05061E
(5,6,30)
#040314
(4,3,20)
#000000
(0,0,0)

Tints of #0E2178

#0E2178
(14,33,120)
#233584
(35,53,132)
#384990
(56,73,144)
#4D5D9C
(77,93,156)
#6271A8
(98,113,168)
#7785B4
(119,133,180)
#8C99C0
(140,153,192)
#A1ADCC
(161,173,204)
#B6C1D8
(182,193,216)
#CBD5E4
(203,213,228)
#E0E9F0
(224,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2178 color. Also use rgb(14,33,120) instead hex code.

Text Font Color

.myTextColor { color: #0E2178; }

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

This text font color is #0E2178.

Background Color

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

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

This div background color is #0E2178.

Border color

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

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

This div border color is #0E2178.

Opacity

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

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

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

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

This text has shadow with #0E2178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2178.

Preview

Color preview on black background

This text has color #0E2178 on black background.


Color preview on white background

This text has color #0E2178 on white background.


Black color preview on #0E2178 background

This text has black color on #0E2178 background.


White color preview on #0E2178 background

This text has white color on #0E2178 background.


Related colors

Complementary color

Complementary color for #hex is #F1DE87.


I love getcolorcode.com

Triadic colors

1 #780E21 and #21780E with #0E2178 are triadic colors.

2 #78210E and #210E78 with #0E2178 are triadic colors.