COLOR #0E255B

HEX: #0E255B RGB: (14,37,91)

Color info

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

RGB color model

#0E255B color RGB value is (14,37,91).

RGB: (14,37,91) (5%, 15%, 36%)

RGB channels and saturation

R 14 of 255 = 5%
G 37 of 255 = 15%
B 91 of 255 = 36%

14
37
91

R + G + B ~ 19%. #0E255B is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 37 + 91 = 142 (100%)
R 14 of 142 ~ 9.86%
G 37 of 142 ~ 26.06%
B 91 of 142 ~ 64.08'%

%9.86
%26.06
%64.08

CMYK color model

#0E255B color CMYK value is (85,59,0,64).

  • cyan value is 84.62%
  • magenta value is 59.34%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (85,59,0,64) C85M59Y0K64 (85%,59%,0%,64%) (0.85/0.59/0.00/0.64) 

CMYK percentages

%84.62
%59.34
%0
%64.31

Codes

Color #0E255B in popluar color models

0E 25 5B
RGB 14 37 91
HSL 222° 73.33% 20.59%
HSB/HSV 222° 84.62% 35.69%
CMYK 84.62% 59.34% 0.00%
64.31%

Color #0E255B in popluar number systems.

HEX 0E 25 5B
Decimal 14 37 91
Binary 1110 100101 1011011
Octal 16 45 133

Shades and tints

Shades of #0E255B

#0E255B
(14,37,91)
#0D2253
(13,34,83)
#0C1F4B
(12,31,75)
#0B1C43
(11,28,67)
#0A193B
(10,25,59)
#091633
(9,22,51)
#08132B
(8,19,43)
#071023
(7,16,35)
#060D1B
(6,13,27)
#050A13
(5,10,19)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #0E255B

#0E255B
(14,37,91)
#233869
(35,56,105)
#384B77
(56,75,119)
#4D5E85
(77,94,133)
#627193
(98,113,147)
#7784A1
(119,132,161)
#8C97AF
(140,151,175)
#A1AABD
(161,170,189)
#B6BDCB
(182,189,203)
#CBD0D9
(203,208,217)
#E0E3E7
(224,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E255B color. Also use rgb(14,37,91) instead hex code.

Text Font Color

.myTextColor { color: #0E255B; }

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

This text font color is #0E255B.

Background Color

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

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

This div background color is #0E255B.

Border color

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

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

This div border color is #0E255B.

Opacity

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

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

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

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

This text has shadow with #0E255B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E255B.

Preview

Color preview on black background

This text has color #0E255B on black background.


Color preview on white background

This text has color #0E255B on white background.


Black color preview on #0E255B background

This text has black color on #0E255B background.


White color preview on #0E255B background

This text has white color on #0E255B background.


Related colors

Complementary color

Complementary color for #hex is #F1DAA4.


I love getcolorcode.com

Triadic colors

1 #5B0E25 and #255B0E with #0E255B are triadic colors.

2 #5B250E and #250E5B with #0E255B are triadic colors.