COLOR #0E2876

HEX: #0E2876
RGB: (14,40,118)

Color info

#0E2876 contains mainly blue color. Web safe color of #0E2876 is #003366 (or #036).

RGB color model

#0E2876 color RGB value is (14,40,118).

  • red value is 14;
  • green value is 40;
  • blue value is 118.
RGB:
(14,40,118)
(5%,16%,46%)

RGB channels and saturation

R 14 of 255 = 5%
G 40 of 255 = 16%
B 118 of 255 = 46%

14
40
118

R + G + B ~ 22%. #0E2876 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 40 + 118 = 172 (100%)
R 14 of 172 ~ 8.14%
G 40 of 172 ~ 23.26%
B 118 of 172 ~ 68.6%

%23.26
%68.6

CMYK color model

#0E2876 color CMYK value is (88,66,0,54).

  • cyan value is 88.14%
  • magenta value is 66.10%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(88,66,0,54)
C88M66Y0K54 
(88%,66%,0%,54%)
(0.88/0.66/0.00/0.54)	

CMYK percentages

%88.14
%66.1
%0
%53.73

Codes

Color #0E2876 in popluar color models

0E2876
RGB1440118
HSL225°78.79%25.88%
HSB/HSV225°88.14%46.27%
CMYK88.14%66.10%0.00%
53.73%

Color #0E2876 in popluar number systems.

HEX0E2876
Decimal1440118
Binary11101010001110110
Octal1650166

Shades and tints

Shades of #0E2876

#0E2876
(14,40,118)
#0D256C
(13,37,108)
#0C2262
(12,34,98)
#0B1F58
(11,31,88)
#0A1C4E
(10,28,78)
#091944
(9,25,68)
#08163A
(8,22,58)
#071330
(7,19,48)
#061026
(6,16,38)
#050D1C
(5,13,28)
#040A12
(4,10,18)
#000000
(0,0,0)

Tints of #0E2876

#0E2876
(14,40,118)
#233B82
(35,59,130)
#384E8E
(56,78,142)
#4D619A
(77,97,154)
#6274A6
(98,116,166)
#7787B2
(119,135,178)
#8C9ABE
(140,154,190)
#A1ADCA
(161,173,202)
#B6C0D6
(182,192,214)
#CBD3E2
(203,211,226)
#E0E6EE
(224,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2876 color. Also use rgb(14,40,118) instead hex code.

Text Font Color

.myTextColor { color: #0E2876; }

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

This text font color is #0E2876.


Background Color

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

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

This div background color is #0E2876.


Border color

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

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

This div border color is #0E2876.


Opacity

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

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

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

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

This text has shadow with #0E2876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2876 on black background.


Color preview on white background

This text has color #0E2876 on white background.



Black color preview on #0E2876 background

This text has black color on #0E2876 background.


White color preview on #0E2876 background

This text has white color on #0E2876 background.