COLOR #0E3062

HEX: #0E3062
RGB: (14,48,98)

Color info

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

RGB color model

#0E3062 color RGB value is (14,48,98).

  • red value is 14;
  • green value is 48;
  • blue value is 98.
RGB:
(14,48,98)
(5%,19%,38%)

RGB channels and saturation

R 14 of 255 = 5%
G 48 of 255 = 19%
B 98 of 255 = 38%

14
48
98

R + G + B ~ 21%. #0E3062 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 48 + 98 = 160 (100%)
R 14 of 160 ~ 8.75%
G 48 of 160 ~ 30%
B 98 of 160 ~ 61.25%

%30
%61.25

CMYK color model

#0E3062 color CMYK value is (86,51,0,62).

  • cyan value is 85.71%
  • magenta value is 51.02%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(86,51,0,62)
C86M51Y0K62 
(86%,51%,0%,62%)
(0.86/0.51/0.00/0.62)	

CMYK percentages

%85.71
%51.02
%0
%61.57

Codes

Color #0E3062 in popluar color models

0E3062
RGB144898
HSL216°75.00%21.96%
HSB/HSV216°85.71%38.43%
CMYK85.71%51.02%0.00%
61.57%

Color #0E3062 in popluar number systems.

HEX0E3062
Decimal144898
Binary11101100001100010
Octal1660142

Shades and tints

Shades of #0E3062

#0E3062
(14,48,98)
#0D2C5A
(13,44,90)
#0C2852
(12,40,82)
#0B244A
(11,36,74)
#0A2042
(10,32,66)
#091C3A
(9,28,58)
#081832
(8,24,50)
#07142A
(7,20,42)
#061022
(6,16,34)
#050C1A
(5,12,26)
#040812
(4,8,18)
#000000
(0,0,0)

Tints of #0E3062

#0E3062
(14,48,98)
#234270
(35,66,112)
#38547E
(56,84,126)
#4D668C
(77,102,140)
#62789A
(98,120,154)
#778AA8
(119,138,168)
#8C9CB6
(140,156,182)
#A1AEC4
(161,174,196)
#B6C0D2
(182,192,210)
#CBD2E0
(203,210,224)
#E0E4EE
(224,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3062 color. Also use rgb(14,48,98) instead hex code.

Text Font Color

.myTextColor { color: #0E3062; }

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

This text font color is #0E3062.


Background Color

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

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

This div background color is #0E3062.


Border color

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

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

This div border color is #0E3062.


Opacity

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

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

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

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

This text has shadow with #0E3062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3062 on black background.


Color preview on white background

This text has color #0E3062 on white background.



Black color preview on #0E3062 background

This text has black color on #0E3062 background.


White color preview on #0E3062 background

This text has white color on #0E3062 background.