COLOR #0E0F53

HEX: #0E0F53
RGB: (14,15,83)

Color info

#0E0F53 contains mainly blue color. Web safe color of #0E0F53 is #000066 (or #006).

RGB color model

#0E0F53 color RGB value is (14,15,83).

  • red value is 14;
  • green value is 15;
  • blue value is 83.
RGB:
(14,15,83)
(5%,6%,33%)

RGB channels and saturation

R 14 of 255 = 5%
G 15 of 255 = 6%
B 83 of 255 = 33%

14
15
83

R + G + B ~ 15%. #0E0F53 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 15 + 83 = 112 (100%)
R 14 of 112 ~ 12.5%
G 15 of 112 ~ 13.39%
B 83 of 112 ~ 74.11%

%12.5
%13.39
%74.11

CMYK color model

#0E0F53 color CMYK value is (83,82,0,67).

  • cyan value is 83.13%
  • magenta value is 81.93%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(83,82,0,67)
C83M82Y0K67 
(83%,82%,0%,67%)
(0.83/0.82/0.00/0.67)	

CMYK percentages

%83.13
%81.93
%0
%67.45

Codes

Color #0E0F53 in popluar color models

0E0F53
RGB141583
HSL239°71.13%19.02%
HSB/HSV239°83.13%32.55%
CMYK83.13%81.93%0.00%
67.45%

Color #0E0F53 in popluar number systems.

HEX0E0F53
Decimal141583
Binary111011111010011
Octal1617123

Shades and tints

Shades of #0E0F53

#0E0F53
(14,15,83)
#0D0E4C
(13,14,76)
#0C0D45
(12,13,69)
#0B0C3E
(11,12,62)
#0A0B37
(10,11,55)
#090A30
(9,10,48)
#080929
(8,9,41)
#070822
(7,8,34)
#06071B
(6,7,27)
#050614
(5,6,20)
#04050D
(4,5,13)
#000000
(0,0,0)

Tints of #0E0F53

#0E0F53
(14,15,83)
#232462
(35,36,98)
#383971
(56,57,113)
#4D4E80
(77,78,128)
#62638F
(98,99,143)
#77789E
(119,120,158)
#8C8DAD
(140,141,173)
#A1A2BC
(161,162,188)
#B6B7CB
(182,183,203)
#CBCCDA
(203,204,218)
#E0E1E9
(224,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0F53 color. Also use rgb(14,15,83) instead hex code.

Text Font Color

.myTextColor { color: #0E0F53; }

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

This text font color is #0E0F53.


Background Color

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

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

This div background color is #0E0F53.


Border color

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

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

This div border color is #0E0F53.


Opacity

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

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

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

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

This text has shadow with #0E0F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0F53 on black background.


Color preview on white background

This text has color #0E0F53 on white background.



Black color preview on #0E0F53 background

This text has black color on #0E0F53 background.


White color preview on #0E0F53 background

This text has white color on #0E0F53 background.