COLOR #0E386E

HEX: #0E386E RGB: (14,56,110)

Color info

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

RGB color model

#0E386E color RGB value is (14,56,110).

RGB: (14,56,110) (5%, 22%, 43%)

RGB channels and saturation

R 14 of 255 = 5%
G 56 of 255 = 22%
B 110 of 255 = 43%

14
56
110

R + G + B ~ 23%. #0E386E is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 56 + 110 = 180 (100%)
R 14 of 180 ~ 7.78%
G 56 of 180 ~ 31.11%
B 110 of 180 ~ 61.11'%

%31.11
%61.11

CMYK color model

#0E386E color CMYK value is (87,49,0,57).

  • cyan value is 87.27%
  • magenta value is 49.09%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (87,49,0,57)
C87M49Y0K57 (87%, 49%, 0%, 57%)
(0.87 / 0.49 / 0.00 / 0.57)

CMYK percentages

%87.27
%49.09
%0
%56.86

Codes

Color #0E386E in popluar color models

0E 38 6E
RGB 14 56 110
HSL 214° 77.42% 24.31%
HSB/HSV 214° 87.27% 43.14%
CMYK 87.27% 49.09% 0.00%
56.86%

Color #0E386E in popluar number systems.

HEX 0E 38 6E
Decimal 14 56 110
Binary 1110 111000 1101110
Octal 16 70 156

Shades and tints

Shades of #0E386E

#0E386E
(14,56,110)
#0D3364
(13,51,100)
#0C2E5A
(12,46,90)
#0B2950
(11,41,80)
#0A2446
(10,36,70)
#091F3C
(9,31,60)
#081A32
(8,26,50)
#071528
(7,21,40)
#06101E
(6,16,30)
#050B14
(5,11,20)
#04060A
(4,6,10)
#000000
(0,0,0)

Tints of #0E386E

#0E386E
(14,56,110)
#234A7B
(35,74,123)
#385C88
(56,92,136)
#4D6E95
(77,110,149)
#6280A2
(98,128,162)
#7792AF
(119,146,175)
#8CA4BC
(140,164,188)
#A1B6C9
(161,182,201)
#B6C8D6
(182,200,214)
#CBDAE3
(203,218,227)
#E0ECF0
(224,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E386E color. Also use rgb(14,56,110) instead hex code.

Text Font Color

.myTextColor { color: #0E386E; }

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

This text font color is #0E386E.

Background Color

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

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

This div background color is #0E386E.

Border color

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

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

This div border color is #0E386E.

Opacity

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

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

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

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

This text has shadow with #0E386E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E386E.

Preview

Color preview on black background

This text has color #0E386E on black background.


Color preview on white background

This text has color #0E386E on white background.


Black color preview on #0E386E background

This text has black color on #0E386E background.


White color preview on #0E386E background

This text has white color on #0E386E background.


Related colors

Complementary color

Complementary color for #hex is #F1C791.


I love getcolorcode.com

Triadic colors

1 #6E0E38 and #386E0E with #0E386E are triadic colors.

2 #6E380E and #380E6E with #0E386E are triadic colors.