COLOR #0E205E

HEX: #0E205E
RGB: (14,32,94)

Color info

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

RGB color model

#0E205E color RGB value is (14,32,94).

  • red value is 14;
  • green value is 32;
  • blue value is 94.
RGB:
(14,32,94)
(5%,13%,37%)

RGB channels and saturation

R 14 of 255 = 5%
G 32 of 255 = 13%
B 94 of 255 = 37%

14
32
94

R + G + B ~ 18%. #0E205E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 32 + 94 = 140 (100%)
R 14 of 140 ~ 10%
G 32 of 140 ~ 22.86%
B 94 of 140 ~ 67.14%

%10
%22.86
%67.14

CMYK color model

#0E205E color CMYK value is (85,66,0,63).

  • cyan value is 85.11%
  • magenta value is 65.96%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(85,66,0,63)
C85M66Y0K63 
(85%,66%,0%,63%)
(0.85/0.66/0.00/0.63)	

CMYK percentages

%85.11
%65.96
%0
%63.14

Codes

Color #0E205E in popluar color models

0E205E
RGB143294
HSL227°74.07%21.18%
HSB/HSV227°85.11%36.86%
CMYK85.11%65.96%0.00%
63.14%

Color #0E205E in popluar number systems.

HEX0E205E
Decimal143294
Binary11101000001011110
Octal1640136

Shades and tints

Shades of #0E205E

#0E205E
(14,32,94)
#0D1E56
(13,30,86)
#0C1C4E
(12,28,78)
#0B1A46
(11,26,70)
#0A183E
(10,24,62)
#091636
(9,22,54)
#08142E
(8,20,46)
#071226
(7,18,38)
#06101E
(6,16,30)
#050E16
(5,14,22)
#040C0E
(4,12,14)
#000000
(0,0,0)

Tints of #0E205E

#0E205E
(14,32,94)
#23346C
(35,52,108)
#38487A
(56,72,122)
#4D5C88
(77,92,136)
#627096
(98,112,150)
#7784A4
(119,132,164)
#8C98B2
(140,152,178)
#A1ACC0
(161,172,192)
#B6C0CE
(182,192,206)
#CBD4DC
(203,212,220)
#E0E8EA
(224,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E205E color. Also use rgb(14,32,94) instead hex code.

Text Font Color

.myTextColor { color: #0E205E; }

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

This text font color is #0E205E.


Background Color

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

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

This div background color is #0E205E.


Border color

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

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

This div border color is #0E205E.


Opacity

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

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

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

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

This text has shadow with #0E205E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E205E on black background.


Color preview on white background

This text has color #0E205E on white background.



Black color preview on #0E205E background

This text has black color on #0E205E background.


White color preview on #0E205E background

This text has white color on #0E205E background.