COLOR #0E263B

HEX: #0E263B
RGB: (14,38,59)

Color info

#0E263B contains red, green and blue colors in about the same proportion. Web safe color of #0E263B is #003333 (or #033).

RGB color model

#0E263B color RGB value is (14,38,59).

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

RGB channels and saturation

R 14 of 255 = 5%
G 38 of 255 = 15%
B 59 of 255 = 23%

14
38
59

R + G + B ~ 14%. #0E263B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 38 + 59 = 111 (100%)
R 14 of 111 ~ 12.61%
G 38 of 111 ~ 34.23%
B 59 of 111 ~ 53.15%

%12.61
%34.23
%53.15

CMYK color model

#0E263B color CMYK value is (76,36,0,77).

  • cyan value is 76.27%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(76,36,0,77)
C76M36Y0K77 
(76%,36%,0%,77%)
(0.76/0.36/0.00/0.77)	

CMYK percentages

%76.27
%35.59
%0
%76.86

Codes

Color #0E263B in popluar color models

0E263B
RGB143859
HSL208°61.64%14.31%
HSB/HSV208°76.27%23.14%
CMYK76.27%35.59%0.00%
76.86%

Color #0E263B in popluar number systems.

HEX0E263B
Decimal143859
Binary1110100110111011
Octal164673

Shades and tints

Shades of #0E263B

#0E263B
(14,38,59)
#0D2336
(13,35,54)
#0C2031
(12,32,49)
#0B1D2C
(11,29,44)
#0A1A27
(10,26,39)
#091722
(9,23,34)
#08141D
(8,20,29)
#071118
(7,17,24)
#060E13
(6,14,19)
#050B0E
(5,11,14)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #0E263B

#0E263B
(14,38,59)
#23394C
(35,57,76)
#384C5D
(56,76,93)
#4D5F6E
(77,95,110)
#62727F
(98,114,127)
#778590
(119,133,144)
#8C98A1
(140,152,161)
#A1ABB2
(161,171,178)
#B6BEC3
(182,190,195)
#CBD1D4
(203,209,212)
#E0E4E5
(224,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E263B; }

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

This text font color is #0E263B.


Background Color

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

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

This div background color is #0E263B.


Border color

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

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

This div border color is #0E263B.


Opacity

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

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

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

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

This text has shadow with #0E263B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E263B on black background.


Color preview on white background

This text has color #0E263B on white background.



Black color preview on #0E263B background

This text has black color on #0E263B background.


White color preview on #0E263B background

This text has white color on #0E263B background.