COLOR #0E2D63

HEX: #0E2D63
RGB: (14,45,99)

Color info

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

RGB color model

#0E2D63 color RGB value is (14,45,99).

  • red value is 14;
  • green value is 45;
  • blue value is 99.
RGB:
(14,45,99)
(5%,18%,39%)

RGB channels and saturation

R 14 of 255 = 5%
G 45 of 255 = 18%
B 99 of 255 = 39%

14
45
99

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

Portions of RGB colors in percentages

R + G + B =
14 + 45 + 99 = 158 (100%)
R 14 of 158 ~ 8.86%
G 45 of 158 ~ 28.48%
B 99 of 158 ~ 62.66%

%28.48
%62.66

CMYK color model

#0E2D63 color CMYK value is (86,55,0,61).

  • cyan value is 85.86%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(86,55,0,61)
C86M55Y0K61 
(86%,55%,0%,61%)
(0.86/0.55/0.00/0.61)	

CMYK percentages

%85.86
%54.55
%0
%61.18

Codes

Color #0E2D63 in popluar color models

0E2D63
RGB144599
HSL218°75.22%22.16%
HSB/HSV218°85.86%38.82%
CMYK85.86%54.55%0.00%
61.18%

Color #0E2D63 in popluar number systems.

HEX0E2D63
Decimal144599
Binary11101011011100011
Octal1655143

Shades and tints

Shades of #0E2D63

#0E2D63
(14,45,99)
#0D295A
(13,41,90)
#0C2551
(12,37,81)
#0B2148
(11,33,72)
#0A1D3F
(10,29,63)
#091936
(9,25,54)
#08152D
(8,21,45)
#071124
(7,17,36)
#060D1B
(6,13,27)
#050912
(5,9,18)
#040509
(4,5,9)
#000000
(0,0,0)

Tints of #0E2D63

#0E2D63
(14,45,99)
#234071
(35,64,113)
#38537F
(56,83,127)
#4D668D
(77,102,141)
#62799B
(98,121,155)
#778CA9
(119,140,169)
#8C9FB7
(140,159,183)
#A1B2C5
(161,178,197)
#B6C5D3
(182,197,211)
#CBD8E1
(203,216,225)
#E0EBEF
(224,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2D63 color. Also use rgb(14,45,99) instead hex code.

Text Font Color

.myTextColor { color: #0E2D63; }

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

This text font color is #0E2D63.


Background Color

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

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

This div background color is #0E2D63.


Border color

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

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

This div border color is #0E2D63.


Opacity

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

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

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

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

This text has shadow with #0E2D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2D63 on black background.


Color preview on white background

This text has color #0E2D63 on white background.



Black color preview on #0E2D63 background

This text has black color on #0E2D63 background.


White color preview on #0E2D63 background

This text has white color on #0E2D63 background.