COLOR #0E1F58

HEX: #0E1F58 RGB: (14,31,88)

Color info

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

RGB color model

#0E1F58 color RGB value is (14,31,88).

RGB: (14,31,88) (5%, 12%, 35%)

RGB channels and saturation

R 14 of 255 = 5%
G 31 of 255 = 12%
B 88 of 255 = 35%

14
31
88

R + G + B ~ 17%. #0E1F58 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 31 + 88 = 133 (100%)
R 14 of 133 ~ 10.53%
G 31 of 133 ~ 23.31%
B 88 of 133 ~ 66.17'%

%10.53
%23.31
%66.17

CMYK color model

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

  • cyan value is 84.09%
  • magenta value is 64.77%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (84,65,0,65)
C84M65Y0K65 (84%, 65%, 0%, 65%)
(0.84 / 0.65 / 0.00 / 0.65)

CMYK percentages

%84.09
%64.77
%0
%65.49

Codes

Color #0E1F58 in popluar color models

0E 1F 58
RGB 14 31 88
HSL 226° 72.55% 20.00%
HSB/HSV 226° 84.09% 34.51%
CMYK 84.09% 64.77% 0.00%
65.49%

Color #0E1F58 in popluar number systems.

HEX 0E 1F 58
Decimal 14 31 88
Binary 1110 11111 1011000
Octal 16 37 130

Shades and tints

Shades of #0E1F58

#0E1F58
(14,31,88)
#0D1D50
(13,29,80)
#0C1B48
(12,27,72)
#0B1940
(11,25,64)
#0A1738
(10,23,56)
#091530
(9,21,48)
#081328
(8,19,40)
#071120
(7,17,32)
#060F18
(6,15,24)
#050D10
(5,13,16)
#040B08
(4,11,8)
#000000
(0,0,0)

Tints of #0E1F58

#0E1F58
(14,31,88)
#233367
(35,51,103)
#384776
(56,71,118)
#4D5B85
(77,91,133)
#626F94
(98,111,148)
#7783A3
(119,131,163)
#8C97B2
(140,151,178)
#A1ABC1
(161,171,193)
#B6BFD0
(182,191,208)
#CBD3DF
(203,211,223)
#E0E7EE
(224,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1F58 color. Also use rgb(14,31,88) instead hex code.

Text Font Color

.myTextColor { color: #0E1F58; }

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

This text font color is #0E1F58.

Background Color

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

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

This div background color is #0E1F58.

Border color

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

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

This div border color is #0E1F58.

Opacity

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

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

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

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

This text has shadow with #0E1F58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1F58.

Preview

Color preview on black background

This text has color #0E1F58 on black background.


Color preview on white background

This text has color #0E1F58 on white background.


Black color preview on #0E1F58 background

This text has black color on #0E1F58 background.


White color preview on #0E1F58 background

This text has white color on #0E1F58 background.


Related colors

Complementary color

Complementary color for #hex is #F1E0A7.


I love getcolorcode.com

Triadic colors

1 #580E1F and #1F580E with #0E1F58 are triadic colors.

2 #581F0E and #1F0E58 with #0E1F58 are triadic colors.