COLOR #0E0177

HEX: #0E0177
RGB: (14,1,119)

Color info

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

RGB color model

#0E0177 color RGB value is (14,1,119).

  • red value is 14;
  • green value is 1;
  • blue value is 119.
RGB:
(14,1,119)
(5%,0%,47%)

RGB channels and saturation

R 14 of 255 = 5%
G 1 of 255 = 0%
B 119 of 255 = 47%

14
1
119

R + G + B ~ 17%. #0E0177 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 1 + 119 = 134 (100%)
R 14 of 134 ~ 10.45%
G 1 of 134 ~ 0.75%
B 119 of 134 ~ 88.81%

%10.45
%88.81

CMYK color model

#0E0177 color CMYK value is (88,99,0,53).

  • cyan value is 88.24%
  • magenta value is 99.16%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(88,99,0,53)
C88M99Y0K53 
(88%,99%,0%,53%)
(0.88/0.99/0.00/0.53)	

CMYK percentages

%88.24
%99.16
%0
%53.33

Codes

Color #0E0177 in popluar color models

0E0177
RGB141119
HSL247°98.33%23.53%
HSB/HSV247°99.16%46.67%
CMYK88.24%99.16%0.00%
53.33%

Color #0E0177 in popluar number systems.

HEX0E0177
Decimal141119
Binary111011110111
Octal161167

Shades and tints

Shades of #0E0177

#0E0177
(14,1,119)
#0D016D
(13,1,109)
#0C0163
(12,1,99)
#0B0159
(11,1,89)
#0A014F
(10,1,79)
#090145
(9,1,69)
#08013B
(8,1,59)
#070131
(7,1,49)
#060127
(6,1,39)
#05011D
(5,1,29)
#040113
(4,1,19)
#000000
(0,0,0)

Tints of #0E0177

#0E0177
(14,1,119)
#231883
(35,24,131)
#382F8F
(56,47,143)
#4D469B
(77,70,155)
#625DA7
(98,93,167)
#7774B3
(119,116,179)
#8C8BBF
(140,139,191)
#A1A2CB
(161,162,203)
#B6B9D7
(182,185,215)
#CBD0E3
(203,208,227)
#E0E7EF
(224,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0177 color. Also use rgb(14,1,119) instead hex code.

Text Font Color

.myTextColor { color: #0E0177; }

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

This text font color is #0E0177.


Background Color

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

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

This div background color is #0E0177.


Border color

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

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

This div border color is #0E0177.


Opacity

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

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

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

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

This text has shadow with #0E0177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0177 on black background.


Color preview on white background

This text has color #0E0177 on white background.



Black color preview on #0E0177 background

This text has black color on #0E0177 background.


White color preview on #0E0177 background

This text has white color on #0E0177 background.