COLOR #0E4695

HEX: #0E4695
RGB: (14,70,149)

Color info

#0E4695 contains mainly blue color. Web safe color of #0E4695 is #003399 (or #039).

RGB color model

#0E4695 color RGB value is (14,70,149).

  • red value is 14;
  • green value is 70;
  • blue value is 149.
RGB:
(14,70,149)
(5%,27%,58%)

RGB channels and saturation

R 14 of 255 = 5%
G 70 of 255 = 27%
B 149 of 255 = 58%

14
70
149

R + G + B ~ 30%. #0E4695 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 70 + 149 = 233 (100%)
R 14 of 233 ~ 6.01%
G 70 of 233 ~ 30.04%
B 149 of 233 ~ 63.95%

%30.04
%63.95

CMYK color model

#0E4695 color CMYK value is (91,53,0,42).

  • cyan value is 90.60%
  • magenta value is 53.02%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(91,53,0,42)
C91M53Y0K42 
(91%,53%,0%,42%)
(0.91/0.53/0.00/0.42)	

CMYK percentages

%90.6
%53.02
%0
%41.57

Codes

Color #0E4695 in popluar color models

0E4695
RGB1470149
HSL215°82.82%31.96%
HSB/HSV215°90.60%58.43%
CMYK90.60%53.02%0.00%
41.57%

Color #0E4695 in popluar number systems.

HEX0E4695
Decimal1470149
Binary1110100011010010101
Octal16106225

Shades and tints

Shades of #0E4695

#0E4695
(14,70,149)
#0D4088
(13,64,136)
#0C3A7B
(12,58,123)
#0B346E
(11,52,110)
#0A2E61
(10,46,97)
#092854
(9,40,84)
#082247
(8,34,71)
#071C3A
(7,28,58)
#06162D
(6,22,45)
#051020
(5,16,32)
#040A13
(4,10,19)
#000000
(0,0,0)

Tints of #0E4695

#0E4695
(14,70,149)
#23569E
(35,86,158)
#3866A7
(56,102,167)
#4D76B0
(77,118,176)
#6286B9
(98,134,185)
#7796C2
(119,150,194)
#8CA6CB
(140,166,203)
#A1B6D4
(161,182,212)
#B6C6DD
(182,198,221)
#CBD6E6
(203,214,230)
#E0E6EF
(224,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4695 color. Also use rgb(14,70,149) instead hex code.

Text Font Color

.myTextColor { color: #0E4695; }

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

This text font color is #0E4695.


Background Color

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

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

This div background color is #0E4695.


Border color

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

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

This div border color is #0E4695.


Opacity

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

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

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

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

This text has shadow with #0E4695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4695 on black background.


Color preview on white background

This text has color #0E4695 on white background.



Black color preview on #0E4695 background

This text has black color on #0E4695 background.


White color preview on #0E4695 background

This text has white color on #0E4695 background.