COLOR #0E039C

HEX: #0E039C
RGB: (14,3,156)

Color info

#0E039C contains mainly blue color. Web safe color of #0E039C is #000099 (or #009).

RGB color model

#0E039C color RGB value is (14,3,156).

  • red value is 14;
  • green value is 3;
  • blue value is 156.
RGB:
(14,3,156)
(5%,1%,61%)

RGB channels and saturation

R 14 of 255 = 5%
G 3 of 255 = 1%
B 156 of 255 = 61%

14
3
156

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

Portions of RGB colors in percentages

R + G + B =
14 + 3 + 156 = 173 (100%)
R 14 of 173 ~ 8.09%
G 3 of 173 ~ 1.73%
B 156 of 173 ~ 90.17%

%90.17

CMYK color model

#0E039C color CMYK value is (91,98,0,39).

  • cyan value is 91.03%
  • magenta value is 98.08%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(91,98,0,39)
C91M98Y0K39 
(91%,98%,0%,39%)
(0.91/0.98/0.00/0.39)	

CMYK percentages

%91.03
%98.08
%0
%38.82

Codes

Color #0E039C in popluar color models

0E039C
RGB143156
HSL244°96.23%31.18%
HSB/HSV244°98.08%61.18%
CMYK91.03%98.08%0.00%
38.82%

Color #0E039C in popluar number systems.

HEX0E039C
Decimal143156
Binary11101110011100
Octal163234

Shades and tints

Shades of #0E039C

#0E039C
(14,3,156)
#0D038E
(13,3,142)
#0C0380
(12,3,128)
#0B0372
(11,3,114)
#0A0364
(10,3,100)
#090356
(9,3,86)
#080348
(8,3,72)
#07033A
(7,3,58)
#06032C
(6,3,44)
#05031E
(5,3,30)
#040310
(4,3,16)
#000000
(0,0,0)

Tints of #0E039C

#0E039C
(14,3,156)
#2319A5
(35,25,165)
#382FAE
(56,47,174)
#4D45B7
(77,69,183)
#625BC0
(98,91,192)
#7771C9
(119,113,201)
#8C87D2
(140,135,210)
#A19DDB
(161,157,219)
#B6B3E4
(182,179,228)
#CBC9ED
(203,201,237)
#E0DFF6
(224,223,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E039C color. Also use rgb(14,3,156) instead hex code.

Text Font Color

.myTextColor { color: #0E039C; }

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

This text font color is #0E039C.


Background Color

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

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

This div background color is #0E039C.


Border color

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

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

This div border color is #0E039C.


Opacity

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

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

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

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

This text has shadow with #0E039C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E039C on black background.


Color preview on white background

This text has color #0E039C on white background.



Black color preview on #0E039C background

This text has black color on #0E039C background.


White color preview on #0E039C background

This text has white color on #0E039C background.