COLOR #0E1950

HEX: #0E1950 RGB: (14,25,80)

Color info

#0E1950 contains mainly green and blue colors. Web safe color of #0E1950 is #000066 (or #006).

RGB color model

#0E1950 color RGB value is (14,25,80).

RGB: (14,25,80) (5%, 10%, 31%)

RGB channels and saturation

R 14 of 255 = 5%
G 25 of 255 = 10%
B 80 of 255 = 31%

14
25
80

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

Portions of RGB colors in percentages

R + G + B = 14 + 25 + 80 = 119 (100%)
R 14 of 119 ~ 11.76%
G 25 of 119 ~ 21.01%
B 80 of 119 ~ 67.23'%

%11.76
%21.01
%67.23

CMYK color model

#0E1950 color CMYK value is (83,69,0,69).

  • cyan value is 82.50%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (83,69,0,69) C83M69Y0K69 (83%,69%,0%,69%) (0.83/0.69/0.00/0.69) 

CMYK percentages

%82.5
%68.75
%0
%68.63

Codes

Color #0E1950 in popluar color models

0E 19 50
RGB 14 25 80
HSL 230° 70.21% 18.43%
HSB/HSV 230° 82.50% 31.37%
CMYK 82.50% 68.75% 0.00%
68.63%

Color #0E1950 in popluar number systems.

HEX 0E 19 50
Decimal 14 25 80
Binary 1110 11001 1010000
Octal 16 31 120

Shades and tints

Shades of #0E1950

#0E1950
(14,25,80)
#0D1749
(13,23,73)
#0C1542
(12,21,66)
#0B133B
(11,19,59)
#0A1134
(10,17,52)
#090F2D
(9,15,45)
#080D26
(8,13,38)
#070B1F
(7,11,31)
#060918
(6,9,24)
#050711
(5,7,17)
#04050A
(4,5,10)
#000000
(0,0,0)

Tints of #0E1950

#0E1950
(14,25,80)
#232D5F
(35,45,95)
#38416E
(56,65,110)
#4D557D
(77,85,125)
#62698C
(98,105,140)
#777D9B
(119,125,155)
#8C91AA
(140,145,170)
#A1A5B9
(161,165,185)
#B6B9C8
(182,185,200)
#CBCDD7
(203,205,215)
#E0E1E6
(224,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1950; }

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

This text font color is #0E1950.

Background Color

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

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

This div background color is #0E1950.

Border color

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

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

This div border color is #0E1950.

Opacity

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

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

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

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

This text has shadow with #0E1950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1950.

Preview

Color preview on black background

This text has color #0E1950 on black background.


Color preview on white background

This text has color #0E1950 on white background.


Black color preview on #0E1950 background

This text has black color on #0E1950 background.


White color preview on #0E1950 background

This text has white color on #0E1950 background.


Related colors

Complementary color

Complementary color for #hex is #F1E6AF.


I love getcolorcode.com

Triadic colors

1 #500E19 and #19500E with #0E1950 are triadic colors.

2 #50190E and #190E50 with #0E1950 are triadic colors.