COLOR #0E245A

HEX: #0E245A RGB: (14,36,90)

Color info

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

RGB color model

#0E245A color RGB value is (14,36,90).

RGB: (14,36,90) (5%, 14%, 35%)

RGB channels and saturation

R 14 of 255 = 5%
G 36 of 255 = 14%
B 90 of 255 = 35%

14
36
90

R + G + B ~ 18%. #0E245A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 36 + 90 = 140 (100%)
R 14 of 140 ~ 10%
G 36 of 140 ~ 25.71%
B 90 of 140 ~ 64.29'%

%25.71
%64.29

CMYK color model

#0E245A color CMYK value is (84,60,0,65).

  • cyan value is 84.44%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (84,60,0,65)
C84M60Y0K65 (84%, 60%, 0%, 65%)
(0.84 / 0.60 / 0.00 / 0.65)

CMYK percentages

%84.44
%60
%0
%64.71

Codes

Color #0E245A in popluar color models

0E 24 5A
RGB 14 36 90
HSL 223° 73.08% 20.39%
HSB/HSV 223° 84.44% 35.29%
CMYK 84.44% 60.00% 0.00%
64.71%

Color #0E245A in popluar number systems.

HEX 0E 24 5A
Decimal 14 36 90
Binary 1110 100100 1011010
Octal 16 44 132

Shades and tints

Shades of #0E245A

#0E245A
(14,36,90)
#0D2152
(13,33,82)
#0C1E4A
(12,30,74)
#0B1B42
(11,27,66)
#0A183A
(10,24,58)
#091532
(9,21,50)
#08122A
(8,18,42)
#070F22
(7,15,34)
#060C1A
(6,12,26)
#050912
(5,9,18)
#04060A
(4,6,10)
#000000
(0,0,0)

Tints of #0E245A

#0E245A
(14,36,90)
#233769
(35,55,105)
#384A78
(56,74,120)
#4D5D87
(77,93,135)
#627096
(98,112,150)
#7783A5
(119,131,165)
#8C96B4
(140,150,180)
#A1A9C3
(161,169,195)
#B6BCD2
(182,188,210)
#CBCFE1
(203,207,225)
#E0E2F0
(224,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E245A; }

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

This text font color is #0E245A.

Background Color

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

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

This div background color is #0E245A.

Border color

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

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

This div border color is #0E245A.

Opacity

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

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

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

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

This text has shadow with #0E245A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E245A.

Preview

Color preview on black background

This text has color #0E245A on black background.


Color preview on white background

This text has color #0E245A on white background.


Black color preview on #0E245A background

This text has black color on #0E245A background.


White color preview on #0E245A background

This text has white color on #0E245A background.


Related colors

Complementary color

Complementary color for #hex is #F1DBA5.


I love getcolorcode.com

Triadic colors

1 #5A0E24 and #245A0E with #0E245A are triadic colors.

2 #5A240E and #240E5A with #0E245A are triadic colors.