COLOR #0E294F

HEX: #0E294F
RGB: (14,41,79)

Color info

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

RGB color model

#0E294F color RGB value is (14,41,79).

  • red value is 14;
  • green value is 41;
  • blue value is 79.
RGB:
(14,41,79)
(5%,16%,31%)

RGB channels and saturation

R 14 of 255 = 5%
G 41 of 255 = 16%
B 79 of 255 = 31%

14
41
79

R + G + B ~ 17%. #0E294F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 41 + 79 = 134 (100%)
R 14 of 134 ~ 10.45%
G 41 of 134 ~ 30.6%
B 79 of 134 ~ 58.96%

%10.45
%30.6
%58.96

CMYK color model

#0E294F color CMYK value is (82,48,0,69).

  • cyan value is 82.28%
  • magenta value is 48.10%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(82,48,0,69)
C82M48Y0K69 
(82%,48%,0%,69%)
(0.82/0.48/0.00/0.69)	

CMYK percentages

%82.28
%48.1
%0
%69.02

Codes

Color #0E294F in popluar color models

0E294F
RGB144179
HSL215°69.89%18.24%
HSB/HSV215°82.28%30.98%
CMYK82.28%48.10%0.00%
69.02%

Color #0E294F in popluar number systems.

HEX0E294F
Decimal144179
Binary11101010011001111
Octal1651117

Shades and tints

Shades of #0E294F

#0E294F
(14,41,79)
#0D2648
(13,38,72)
#0C2341
(12,35,65)
#0B203A
(11,32,58)
#0A1D33
(10,29,51)
#091A2C
(9,26,44)
#081725
(8,23,37)
#07141E
(7,20,30)
#061117
(6,17,23)
#050E10
(5,14,16)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #0E294F

#0E294F
(14,41,79)
#233C5F
(35,60,95)
#384F6F
(56,79,111)
#4D627F
(77,98,127)
#62758F
(98,117,143)
#77889F
(119,136,159)
#8C9BAF
(140,155,175)
#A1AEBF
(161,174,191)
#B6C1CF
(182,193,207)
#CBD4DF
(203,212,223)
#E0E7EF
(224,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E294F; }

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

This text font color is #0E294F.


Background Color

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

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

This div background color is #0E294F.


Border color

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

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

This div border color is #0E294F.


Opacity

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

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

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

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

This text has shadow with #0E294F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E294F on black background.


Color preview on white background

This text has color #0E294F on white background.



Black color preview on #0E294F background

This text has black color on #0E294F background.


White color preview on #0E294F background

This text has white color on #0E294F background.