COLOR #0E229A

HEX: #0E229A
RGB: (14,34,154)

Color info

#0E229A contains mainly blue color. Web safe color of #0E229A is #003399 (or #039).

RGB color model

#0E229A color RGB value is (14,34,154).

  • red value is 14;
  • green value is 34;
  • blue value is 154.
RGB:
(14,34,154)
(5%,13%,60%)

RGB channels and saturation

R 14 of 255 = 5%
G 34 of 255 = 13%
B 154 of 255 = 60%

14
34
154

R + G + B ~ 26%. #0E229A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 34 + 154 = 202 (100%)
R 14 of 202 ~ 6.93%
G 34 of 202 ~ 16.83%
B 154 of 202 ~ 76.24%

%16.83
%76.24

CMYK color model

#0E229A color CMYK value is (91,78,0,40).

  • cyan value is 90.91%
  • magenta value is 77.92%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(91,78,0,40)
C91M78Y0K40 
(91%,78%,0%,40%)
(0.91/0.78/0.00/0.40)	

CMYK percentages

%90.91
%77.92
%0
%39.61

Codes

Color #0E229A in popluar color models

0E229A
RGB1434154
HSL231°83.33%32.94%
HSB/HSV231°90.91%60.39%
CMYK90.91%77.92%0.00%
39.61%

Color #0E229A in popluar number systems.

HEX0E229A
Decimal1434154
Binary111010001010011010
Octal1642232

Shades and tints

Shades of #0E229A

#0E229A
(14,34,154)
#0D1F8C
(13,31,140)
#0C1C7E
(12,28,126)
#0B1970
(11,25,112)
#0A1662
(10,22,98)
#091354
(9,19,84)
#081046
(8,16,70)
#070D38
(7,13,56)
#060A2A
(6,10,42)
#05071C
(5,7,28)
#04040E
(4,4,14)
#000000
(0,0,0)

Tints of #0E229A

#0E229A
(14,34,154)
#2336A3
(35,54,163)
#384AAC
(56,74,172)
#4D5EB5
(77,94,181)
#6272BE
(98,114,190)
#7786C7
(119,134,199)
#8C9AD0
(140,154,208)
#A1AED9
(161,174,217)
#B6C2E2
(182,194,226)
#CBD6EB
(203,214,235)
#E0EAF4
(224,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E229A color. Also use rgb(14,34,154) instead hex code.

Text Font Color

.myTextColor { color: #0E229A; }

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

This text font color is #0E229A.


Background Color

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

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

This div background color is #0E229A.


Border color

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

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

This div border color is #0E229A.


Opacity

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

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

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

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

This text has shadow with #0E229A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E229A on black background.


Color preview on white background

This text has color #0E229A on white background.



Black color preview on #0E229A background

This text has black color on #0E229A background.


White color preview on #0E229A background

This text has white color on #0E229A background.