COLOR #0E3F7B

HEX: #0E3F7B
RGB: (14,63,123)

Color info

#0E3F7B contains mainly blue color. Web safe color of #0E3F7B is #003366 (or #036).

RGB color model

#0E3F7B color RGB value is (14,63,123).

  • red value is 14;
  • green value is 63;
  • blue value is 123.
RGB:
(14,63,123)
(5%,25%,48%)

RGB channels and saturation

R 14 of 255 = 5%
G 63 of 255 = 25%
B 123 of 255 = 48%

14
63
123

R + G + B ~ 26%. #0E3F7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 63 + 123 = 200 (100%)
R 14 of 200 ~ 7%
G 63 of 200 ~ 31.5%
B 123 of 200 ~ 61.5%

%31.5
%61.5

CMYK color model

#0E3F7B color CMYK value is (89,49,0,52).

  • cyan value is 88.62%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(89,49,0,52)
C89M49Y0K52 
(89%,49%,0%,52%)
(0.89/0.49/0.00/0.52)	

CMYK percentages

%88.62
%48.78
%0
%51.76

Codes

Color #0E3F7B in popluar color models

0E3F7B
RGB1463123
HSL213°79.56%26.86%
HSB/HSV213°88.62%48.24%
CMYK88.62%48.78%0.00%
51.76%

Color #0E3F7B in popluar number systems.

HEX0E3F7B
Decimal1463123
Binary11101111111111011
Octal1677173

Shades and tints

Shades of #0E3F7B

#0E3F7B
(14,63,123)
#0D3A70
(13,58,112)
#0C3565
(12,53,101)
#0B305A
(11,48,90)
#0A2B4F
(10,43,79)
#092644
(9,38,68)
#082139
(8,33,57)
#071C2E
(7,28,46)
#061723
(6,23,35)
#051218
(5,18,24)
#040D0D
(4,13,13)
#000000
(0,0,0)

Tints of #0E3F7B

#0E3F7B
(14,63,123)
#235087
(35,80,135)
#386193
(56,97,147)
#4D729F
(77,114,159)
#6283AB
(98,131,171)
#7794B7
(119,148,183)
#8CA5C3
(140,165,195)
#A1B6CF
(161,182,207)
#B6C7DB
(182,199,219)
#CBD8E7
(203,216,231)
#E0E9F3
(224,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3F7B color. Also use rgb(14,63,123) instead hex code.

Text Font Color

.myTextColor { color: #0E3F7B; }

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

This text font color is #0E3F7B.


Background Color

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

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

This div background color is #0E3F7B.


Border color

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

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

This div border color is #0E3F7B.


Opacity

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

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

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

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

This text has shadow with #0E3F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3F7B on black background.


Color preview on white background

This text has color #0E3F7B on white background.



Black color preview on #0E3F7B background

This text has black color on #0E3F7B background.


White color preview on #0E3F7B background

This text has white color on #0E3F7B background.