COLOR #0E2668

HEX: #0E2668 RGB: (14,38,104)

Color info

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

RGB color model

#0E2668 color RGB value is (14,38,104).

RGB: (14,38,104) (5%, 15%, 41%)

RGB channels and saturation

R 14 of 255 = 5%
G 38 of 255 = 15%
B 104 of 255 = 41%

14
38
104

R + G + B ~ 20%. #0E2668 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 38 + 104 = 156 (100%)
R 14 of 156 ~ 8.97%
G 38 of 156 ~ 24.36%
B 104 of 156 ~ 66.67'%

%24.36
%66.67

CMYK color model

#0E2668 color CMYK value is (87,63,0,59).

  • cyan value is 86.54%
  • magenta value is 63.46%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (87,63,0,59)
C87M63Y0K59 (87%, 63%, 0%, 59%)
(0.87 / 0.63 / 0.00 / 0.59)

CMYK percentages

%86.54
%63.46
%0
%59.22

Codes

Color #0E2668 in popluar color models

0E 26 68
RGB 14 38 104
HSL 224° 76.27% 23.14%
HSB/HSV 224° 86.54% 40.78%
CMYK 86.54% 63.46% 0.00%
59.22%

Color #0E2668 in popluar number systems.

HEX 0E 26 68
Decimal 14 38 104
Binary 1110 100110 1101000
Octal 16 46 150

Shades and tints

Shades of #0E2668

#0E2668
(14,38,104)
#0D235F
(13,35,95)
#0C2056
(12,32,86)
#0B1D4D
(11,29,77)
#0A1A44
(10,26,68)
#09173B
(9,23,59)
#081432
(8,20,50)
#071129
(7,17,41)
#060E20
(6,14,32)
#050B17
(5,11,23)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #0E2668

#0E2668
(14,38,104)
#233975
(35,57,117)
#384C82
(56,76,130)
#4D5F8F
(77,95,143)
#62729C
(98,114,156)
#7785A9
(119,133,169)
#8C98B6
(140,152,182)
#A1ABC3
(161,171,195)
#B6BED0
(182,190,208)
#CBD1DD
(203,209,221)
#E0E4EA
(224,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2668 color. Also use rgb(14,38,104) instead hex code.

Text Font Color

.myTextColor { color: #0E2668; }

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

This text font color is #0E2668.

Background Color

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

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

This div background color is #0E2668.

Border color

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

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

This div border color is #0E2668.

Opacity

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

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

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

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

This text has shadow with #0E2668 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2668.

Preview

Color preview on black background

This text has color #0E2668 on black background.


Color preview on white background

This text has color #0E2668 on white background.


Black color preview on #0E2668 background

This text has black color on #0E2668 background.


White color preview on #0E2668 background

This text has white color on #0E2668 background.


Related colors

Complementary color

Complementary color for #hex is #F1D997.


I love getcolorcode.com

Triadic colors

1 #680E26 and #26680E with #0E2668 are triadic colors.

2 #68260E and #260E68 with #0E2668 are triadic colors.