COLOR #0E74A6

HEX: #0E74A6
RGB: (14,116,166)

Color info

#0E74A6 contains mainly green and blue colors. Web safe color of #0E74A6 is #006699 (or #069).

RGB color model

#0E74A6 color RGB value is (14,116,166).

  • red value is 14;
  • green value is 116;
  • blue value is 166.
RGB:
(14,116,166)
(5%,45%,65%)

RGB channels and saturation

R 14 of 255 = 5%
G 116 of 255 = 45%
B 166 of 255 = 65%

14
116
166

R + G + B ~ 38%. #0E74A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 116 + 166 = 296 (100%)
R 14 of 296 ~ 4.73%
G 116 of 296 ~ 39.19%
B 166 of 296 ~ 56.08%

%39.19
%56.08

CMYK color model

#0E74A6 color CMYK value is (92,30,0,35).

  • cyan value is 91.57%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(92,30,0,35)
C92M30Y0K35 
(92%,30%,0%,35%)
(0.92/0.30/0.00/0.35)	

CMYK percentages

%91.57
%30.12
%0
%34.9

Codes

Color #0E74A6 in popluar color models

0E74A6
RGB14116166
HSL200°84.44%35.29%
HSB/HSV200°91.57%65.10%
CMYK91.57%30.12%0.00%
34.90%

Color #0E74A6 in popluar number systems.

HEX0E74A6
Decimal14116166
Binary1110111010010100110
Octal16164246

Shades and tints

Shades of #0E74A6

#0E74A6
(14,116,166)
#0D6A97
(13,106,151)
#0C6088
(12,96,136)
#0B5679
(11,86,121)
#0A4C6A
(10,76,106)
#09425B
(9,66,91)
#08384C
(8,56,76)
#072E3D
(7,46,61)
#06242E
(6,36,46)
#051A1F
(5,26,31)
#041010
(4,16,16)
#000000
(0,0,0)

Tints of #0E74A6

#0E74A6
(14,116,166)
#2380AE
(35,128,174)
#388CB6
(56,140,182)
#4D98BE
(77,152,190)
#62A4C6
(98,164,198)
#77B0CE
(119,176,206)
#8CBCD6
(140,188,214)
#A1C8DE
(161,200,222)
#B6D4E6
(182,212,230)
#CBE0EE
(203,224,238)
#E0ECF6
(224,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E74A6 color. Also use rgb(14,116,166) instead hex code.

Text Font Color

.myTextColor { color: #0E74A6; }

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

This text font color is #0E74A6.


Background Color

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

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

This div background color is #0E74A6.


Border color

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

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

This div border color is #0E74A6.


Opacity

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

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

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

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

This text has shadow with #0E74A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E74A6 on black background.


Color preview on white background

This text has color #0E74A6 on white background.



Black color preview on #0E74A6 background

This text has black color on #0E74A6 background.


White color preview on #0E74A6 background

This text has white color on #0E74A6 background.