COLOR #0E1679

HEX: #0E1679
RGB: (14,22,121)

Color info

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

RGB color model

#0E1679 color RGB value is (14,22,121).

  • red value is 14;
  • green value is 22;
  • blue value is 121.
RGB:
(14,22,121)
(5%,9%,47%)

RGB channels and saturation

R 14 of 255 = 5%
G 22 of 255 = 9%
B 121 of 255 = 47%

14
22
121

R + G + B ~ 20%. #0E1679 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 22 + 121 = 157 (100%)
R 14 of 157 ~ 8.92%
G 22 of 157 ~ 14.01%
B 121 of 157 ~ 77.07%

%14.01
%77.07

CMYK color model

#0E1679 color CMYK value is (88,82,0,53).

  • cyan value is 88.43%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(88,82,0,53)
C88M82Y0K53 
(88%,82%,0%,53%)
(0.88/0.82/0.00/0.53)	

CMYK percentages

%88.43
%81.82
%0
%52.55

Codes

Color #0E1679 in popluar color models

0E1679
RGB1422121
HSL236°79.26%26.47%
HSB/HSV236°88.43%47.45%
CMYK88.43%81.82%0.00%
52.55%

Color #0E1679 in popluar number systems.

HEX0E1679
Decimal1422121
Binary1110101101111001
Octal1626171

Shades and tints

Shades of #0E1679

#0E1679
(14,22,121)
#0D146E
(13,20,110)
#0C1263
(12,18,99)
#0B1058
(11,16,88)
#0A0E4D
(10,14,77)
#090C42
(9,12,66)
#080A37
(8,10,55)
#07082C
(7,8,44)
#060621
(6,6,33)
#050416
(5,4,22)
#04020B
(4,2,11)
#000000
(0,0,0)

Tints of #0E1679

#0E1679
(14,22,121)
#232B85
(35,43,133)
#384091
(56,64,145)
#4D559D
(77,85,157)
#626AA9
(98,106,169)
#777FB5
(119,127,181)
#8C94C1
(140,148,193)
#A1A9CD
(161,169,205)
#B6BED9
(182,190,217)
#CBD3E5
(203,211,229)
#E0E8F1
(224,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1679 color. Also use rgb(14,22,121) instead hex code.

Text Font Color

.myTextColor { color: #0E1679; }

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

This text font color is #0E1679.


Background Color

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

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

This div background color is #0E1679.


Border color

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

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

This div border color is #0E1679.


Opacity

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

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

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

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

This text has shadow with #0E1679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1679 on black background.


Color preview on white background

This text has color #0E1679 on white background.



Black color preview on #0E1679 background

This text has black color on #0E1679 background.


White color preview on #0E1679 background

This text has white color on #0E1679 background.