COLOR #0E3364

HEX: #0E3364 RGB: (14,51,100)

Color info

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

RGB color model

#0E3364 color RGB value is (14,51,100).

RGB: (14,51,100) (5%, 20%, 39%)

RGB channels and saturation

R 14 of 255 = 5%
G 51 of 255 = 20%
B 100 of 255 = 39%

14
51
100

R + G + B ~ 21%. #0E3364 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 51 + 100 = 165 (100%)
R 14 of 165 ~ 8.48%
G 51 of 165 ~ 30.91%
B 100 of 165 ~ 60.61'%

%30.91
%60.61

CMYK color model

#0E3364 color CMYK value is (86,49,0,61).

  • cyan value is 86.00%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (86,49,0,61)
C86M49Y0K61 (86%, 49%, 0%, 61%)
(0.86 / 0.49 / 0.00 / 0.61)

CMYK percentages

%86
%49
%0
%60.78

Codes

Color #0E3364 in popluar color models

0E 33 64
RGB 14 51 100
HSL 214° 75.44% 22.35%
HSB/HSV 214° 86.00% 39.22%
CMYK 86.00% 49.00% 0.00%
60.78%

Color #0E3364 in popluar number systems.

HEX 0E 33 64
Decimal 14 51 100
Binary 1110 110011 1100100
Octal 16 63 144

Shades and tints

Shades of #0E3364

#0E3364
(14,51,100)
#0D2F5B
(13,47,91)
#0C2B52
(12,43,82)
#0B2749
(11,39,73)
#0A2340
(10,35,64)
#091F37
(9,31,55)
#081B2E
(8,27,46)
#071725
(7,23,37)
#06131C
(6,19,28)
#050F13
(5,15,19)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #0E3364

#0E3364
(14,51,100)
#234572
(35,69,114)
#385780
(56,87,128)
#4D698E
(77,105,142)
#627B9C
(98,123,156)
#778DAA
(119,141,170)
#8C9FB8
(140,159,184)
#A1B1C6
(161,177,198)
#B6C3D4
(182,195,212)
#CBD5E2
(203,213,226)
#E0E7F0
(224,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3364 color. Also use rgb(14,51,100) instead hex code.

Text Font Color

.myTextColor { color: #0E3364; }

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

This text font color is #0E3364.

Background Color

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

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

This div background color is #0E3364.

Border color

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

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

This div border color is #0E3364.

Opacity

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

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

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

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

This text has shadow with #0E3364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3364.

Preview

Color preview on black background

This text has color #0E3364 on black background.


Color preview on white background

This text has color #0E3364 on white background.


Black color preview on #0E3364 background

This text has black color on #0E3364 background.


White color preview on #0E3364 background

This text has white color on #0E3364 background.


Related colors

Complementary color

Complementary color for #hex is #F1CC9B.


I love getcolorcode.com

Triadic colors

1 #640E33 and #33640E with #0E3364 are triadic colors.

2 #64330E and #330E64 with #0E3364 are triadic colors.