COLOR #0E489C

HEX: #0E489C
RGB: (14,72,156)

Color info

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

RGB color model

#0E489C color RGB value is (14,72,156).

  • red value is 14;
  • green value is 72;
  • blue value is 156.
RGB:
(14,72,156)
(5%,28%,61%)

RGB channels and saturation

R 14 of 255 = 5%
G 72 of 255 = 28%
B 156 of 255 = 61%

14
72
156

R + G + B ~ 31%. #0E489C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 72 + 156 = 242 (100%)
R 14 of 242 ~ 5.79%
G 72 of 242 ~ 29.75%
B 156 of 242 ~ 64.46%

%29.75
%64.46

CMYK color model

#0E489C color CMYK value is (91,54,0,39).

  • cyan value is 91.03%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(91,54,0,39)
C91M54Y0K39 
(91%,54%,0%,39%)
(0.91/0.54/0.00/0.39)	

CMYK percentages

%91.03
%53.85
%0
%38.82

Codes

Color #0E489C in popluar color models

0E489C
RGB1472156
HSL215°83.53%33.33%
HSB/HSV215°91.03%61.18%
CMYK91.03%53.85%0.00%
38.82%

Color #0E489C in popluar number systems.

HEX0E489C
Decimal1472156
Binary1110100100010011100
Octal16110234

Shades and tints

Shades of #0E489C

#0E489C
(14,72,156)
#0D428E
(13,66,142)
#0C3C80
(12,60,128)
#0B3672
(11,54,114)
#0A3064
(10,48,100)
#092A56
(9,42,86)
#082448
(8,36,72)
#071E3A
(7,30,58)
#06182C
(6,24,44)
#05121E
(5,18,30)
#040C10
(4,12,16)
#000000
(0,0,0)

Tints of #0E489C

#0E489C
(14,72,156)
#2358A5
(35,88,165)
#3868AE
(56,104,174)
#4D78B7
(77,120,183)
#6288C0
(98,136,192)
#7798C9
(119,152,201)
#8CA8D2
(140,168,210)
#A1B8DB
(161,184,219)
#B6C8E4
(182,200,228)
#CBD8ED
(203,216,237)
#E0E8F6
(224,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E489C color. Also use rgb(14,72,156) instead hex code.

Text Font Color

.myTextColor { color: #0E489C; }

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

This text font color is #0E489C.


Background Color

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

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

This div background color is #0E489C.


Border color

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

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

This div border color is #0E489C.


Opacity

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

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

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

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

This text has shadow with #0E489C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E489C on black background.


Color preview on white background

This text has color #0E489C on white background.



Black color preview on #0E489C background

This text has black color on #0E489C background.


White color preview on #0E489C background

This text has white color on #0E489C background.