COLOR #0E194A

HEX: #0E194A RGB: (14,25,74)

Color info

#0E194A contains mainly green and blue colors. Web safe color of #0E194A is #000033 (or #003).

RGB color model

#0E194A color RGB value is (14,25,74).

RGB: (14,25,74) (5%, 10%, 29%)

RGB channels and saturation

R 14 of 255 = 5%
G 25 of 255 = 10%
B 74 of 255 = 29%

14
25
74

R + G + B ~ 15%. #0E194A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 25 + 74 = 113 (100%)
R 14 of 113 ~ 12.39%
G 25 of 113 ~ 22.12%
B 74 of 113 ~ 65.49'%

%12.39
%22.12
%65.49

CMYK color model

#0E194A color CMYK value is (81,66,0,71).

  • cyan value is 81.08%
  • magenta value is 66.22%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK: (81,66,0,71) C81M66Y0K71 (81%,66%,0%,71%) (0.81/0.66/0.00/0.71) 

CMYK percentages

%81.08
%66.22
%0
%70.98

Codes

Color #0E194A in popluar color models

0E 19 4A
RGB 14 25 74
HSL 229° 68.18% 17.25%
HSB/HSV 229° 81.08% 29.02%
CMYK 81.08% 66.22% 0.00%
70.98%

Color #0E194A in popluar number systems.

HEX 0E 19 4A
Decimal 14 25 74
Binary 1110 11001 1001010
Octal 16 31 112

Shades and tints

Shades of #0E194A

#0E194A
(14,25,74)
#0D1744
(13,23,68)
#0C153E
(12,21,62)
#0B1338
(11,19,56)
#0A1132
(10,17,50)
#090F2C
(9,15,44)
#080D26
(8,13,38)
#070B20
(7,11,32)
#06091A
(6,9,26)
#050714
(5,7,20)
#04050E
(4,5,14)
#000000
(0,0,0)

Tints of #0E194A

#0E194A
(14,25,74)
#232D5A
(35,45,90)
#38416A
(56,65,106)
#4D557A
(77,85,122)
#62698A
(98,105,138)
#777D9A
(119,125,154)
#8C91AA
(140,145,170)
#A1A5BA
(161,165,186)
#B6B9CA
(182,185,202)
#CBCDDA
(203,205,218)
#E0E1EA
(224,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E194A color. Also use rgb(14,25,74) instead hex code.

Text Font Color

.myTextColor { color: #0E194A; }

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

This text font color is #0E194A.

Background Color

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

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

This div background color is #0E194A.

Border color

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

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

This div border color is #0E194A.

Opacity

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

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

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

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

This text has shadow with #0E194A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E194A.

Preview

Color preview on black background

This text has color #0E194A on black background.


Color preview on white background

This text has color #0E194A on white background.


Black color preview on #0E194A background

This text has black color on #0E194A background.


White color preview on #0E194A background

This text has white color on #0E194A background.


Related colors

Complementary color

Complementary color for #hex is #F1E6B5.


I love getcolorcode.com

Triadic colors

1 #4A0E19 and #194A0E with #0E194A are triadic colors.

2 #4A190E and #190E4A with #0E194A are triadic colors.