COLOR #0E415A

HEX: #0E415A
RGB: (14,65,90)

Color info

#0E415A contains mainly green and blue colors. Web safe color of #0E415A is #003366 (or #036).

RGB color model

#0E415A color RGB value is (14,65,90).

  • red value is 14;
  • green value is 65;
  • blue value is 90.
RGB:
(14,65,90)
(5%,25%,35%)

RGB channels and saturation

R 14 of 255 = 5%
G 65 of 255 = 25%
B 90 of 255 = 35%

14
65
90

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

Portions of RGB colors in percentages

R + G + B =
14 + 65 + 90 = 169 (100%)
R 14 of 169 ~ 8.28%
G 65 of 169 ~ 38.46%
B 90 of 169 ~ 53.25%

%38.46
%53.25

CMYK color model

#0E415A color CMYK value is (84,28,0,65).

  • cyan value is 84.44%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(84,28,0,65)
C84M28Y0K65 
(84%,28%,0%,65%)
(0.84/0.28/0.00/0.65)	

CMYK percentages

%84.44
%27.78
%0
%64.71

Codes

Color #0E415A in popluar color models

0E415A
RGB146590
HSL200°73.08%20.39%
HSB/HSV200°84.44%35.29%
CMYK84.44%27.78%0.00%
64.71%

Color #0E415A in popluar number systems.

HEX0E415A
Decimal146590
Binary111010000011011010
Octal16101132

Shades and tints

Shades of #0E415A

#0E415A
(14,65,90)
#0D3C52
(13,60,82)
#0C374A
(12,55,74)
#0B3242
(11,50,66)
#0A2D3A
(10,45,58)
#092832
(9,40,50)
#08232A
(8,35,42)
#071E22
(7,30,34)
#06191A
(6,25,26)
#051412
(5,20,18)
#040F0A
(4,15,10)
#000000
(0,0,0)

Tints of #0E415A

#0E415A
(14,65,90)
#235269
(35,82,105)
#386378
(56,99,120)
#4D7487
(77,116,135)
#628596
(98,133,150)
#7796A5
(119,150,165)
#8CA7B4
(140,167,180)
#A1B8C3
(161,184,195)
#B6C9D2
(182,201,210)
#CBDAE1
(203,218,225)
#E0EBF0
(224,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E415A color. Also use rgb(14,65,90) instead hex code.

Text Font Color

.myTextColor { color: #0E415A; }

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

This text font color is #0E415A.


Background Color

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

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

This div background color is #0E415A.


Border color

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

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

This div border color is #0E415A.


Opacity

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

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

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

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

This text has shadow with #0E415A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E415A on black background.


Color preview on white background

This text has color #0E415A on white background.



Black color preview on #0E415A background

This text has black color on #0E415A background.


White color preview on #0E415A background

This text has white color on #0E415A background.