COLOR #0E264D

HEX: #0E264D
RGB: (14,38,77)

Color info

#0E264D contains mainly green and blue colors. Web safe color of #0E264D is #003333 (or #033).

RGB color model

#0E264D color RGB value is (14,38,77).

  • red value is 14;
  • green value is 38;
  • blue value is 77.
RGB:
(14,38,77)
(5%,15%,30%)

RGB channels and saturation

R 14 of 255 = 5%
G 38 of 255 = 15%
B 77 of 255 = 30%

14
38
77

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

Portions of RGB colors in percentages

R + G + B =
14 + 38 + 77 = 129 (100%)
R 14 of 129 ~ 10.85%
G 38 of 129 ~ 29.46%
B 77 of 129 ~ 59.69%

%10.85
%29.46
%59.69

CMYK color model

#0E264D color CMYK value is (82,51,0,70).

  • cyan value is 81.82%
  • magenta value is 50.65%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(82,51,0,70)
C82M51Y0K70 
(82%,51%,0%,70%)
(0.82/0.51/0.00/0.70)	

CMYK percentages

%81.82
%50.65
%0
%69.8

Codes

Color #0E264D in popluar color models

0E264D
RGB143877
HSL217°69.23%17.84%
HSB/HSV217°81.82%30.20%
CMYK81.82%50.65%0.00%
69.80%

Color #0E264D in popluar number systems.

HEX0E264D
Decimal143877
Binary11101001101001101
Octal1646115

Shades and tints

Shades of #0E264D

#0E264D
(14,38,77)
#0D2346
(13,35,70)
#0C203F
(12,32,63)
#0B1D38
(11,29,56)
#0A1A31
(10,26,49)
#09172A
(9,23,42)
#081423
(8,20,35)
#07111C
(7,17,28)
#060E15
(6,14,21)
#050B0E
(5,11,14)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #0E264D

#0E264D
(14,38,77)
#23395D
(35,57,93)
#384C6D
(56,76,109)
#4D5F7D
(77,95,125)
#62728D
(98,114,141)
#77859D
(119,133,157)
#8C98AD
(140,152,173)
#A1ABBD
(161,171,189)
#B6BECD
(182,190,205)
#CBD1DD
(203,209,221)
#E0E4ED
(224,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E264D; }

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

This text font color is #0E264D.


Background Color

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

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

This div background color is #0E264D.


Border color

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

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

This div border color is #0E264D.


Opacity

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

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

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

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

This text has shadow with #0E264D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E264D on black background.


Color preview on white background

This text has color #0E264D on white background.



Black color preview on #0E264D background

This text has black color on #0E264D background.


White color preview on #0E264D background

This text has white color on #0E264D background.