COLOR #0E5AA1

HEX: #0E5AA1
RGB: (14,90,161)

Color info

#0E5AA1 contains mainly blue color. Web safe color of #0E5AA1 is #006699 (or #069).

RGB color model

#0E5AA1 color RGB value is (14,90,161).

  • red value is 14;
  • green value is 90;
  • blue value is 161.
RGB:
(14,90,161)
(5%,35%,63%)

RGB channels and saturation

R 14 of 255 = 5%
G 90 of 255 = 35%
B 161 of 255 = 63%

14
90
161

R + G + B ~ 34%. #0E5AA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 90 + 161 = 265 (100%)
R 14 of 265 ~ 5.28%
G 90 of 265 ~ 33.96%
B 161 of 265 ~ 60.75%

%33.96
%60.75

CMYK color model

#0E5AA1 color CMYK value is (91,44,0,37).

  • cyan value is 91.30%
  • magenta value is 44.10%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(91,44,0,37)
C91M44Y0K37 
(91%,44%,0%,37%)
(0.91/0.44/0.00/0.37)	

CMYK percentages

%91.3
%44.1
%0
%36.86

Codes

Color #0E5AA1 in popluar color models

0E5AA1
RGB1490161
HSL209°84.00%34.31%
HSB/HSV209°91.30%63.14%
CMYK91.30%44.10%0.00%
36.86%

Color #0E5AA1 in popluar number systems.

HEX0E5AA1
Decimal1490161
Binary1110101101010100001
Octal16132241

Shades and tints

Shades of #0E5AA1

#0E5AA1
(14,90,161)
#0D5293
(13,82,147)
#0C4A85
(12,74,133)
#0B4277
(11,66,119)
#0A3A69
(10,58,105)
#09325B
(9,50,91)
#082A4D
(8,42,77)
#07223F
(7,34,63)
#061A31
(6,26,49)
#051223
(5,18,35)
#040A15
(4,10,21)
#000000
(0,0,0)

Tints of #0E5AA1

#0E5AA1
(14,90,161)
#2369A9
(35,105,169)
#3878B1
(56,120,177)
#4D87B9
(77,135,185)
#6296C1
(98,150,193)
#77A5C9
(119,165,201)
#8CB4D1
(140,180,209)
#A1C3D9
(161,195,217)
#B6D2E1
(182,210,225)
#CBE1E9
(203,225,233)
#E0F0F1
(224,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5AA1 color. Also use rgb(14,90,161) instead hex code.

Text Font Color

.myTextColor { color: #0E5AA1; }

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

This text font color is #0E5AA1.


Background Color

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

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

This div background color is #0E5AA1.


Border color

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

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

This div border color is #0E5AA1.


Opacity

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

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

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

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

This text has shadow with #0E5AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5AA1 on black background.


Color preview on white background

This text has color #0E5AA1 on white background.



Black color preview on #0E5AA1 background

This text has black color on #0E5AA1 background.


White color preview on #0E5AA1 background

This text has white color on #0E5AA1 background.