COLOR #0E1735

HEX: #0E1735 RGB: (14,23,53)

Color info

#0E1735 contains red, green and blue colors in about the same proportion. Web safe color of #0E1735 is #000033 (or #003).

RGB color model

#0E1735 color RGB value is (14,23,53).

RGB: (14,23,53) (5%, 9%, 21%)

RGB channels and saturation

R 14 of 255 = 5%
G 23 of 255 = 9%
B 53 of 255 = 21%

14
23
53

R + G + B ~ 12%. #0E1735 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 23 + 53 = 90 (100%)
R 14 of 90 ~ 15.56%
G 23 of 90 ~ 25.56%
B 53 of 90 ~ 58.89'%

%15.56
%25.56
%58.89

CMYK color model

#0E1735 color CMYK value is (74,57,0,79).

  • cyan value is 73.58%
  • magenta value is 56.60%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (74,57,0,79)
C74M57Y0K79 (74%, 57%, 0%, 79%)
(0.74 / 0.57 / 0.00 / 0.79)

CMYK percentages

%73.58
%56.6
%0
%79.22

Codes

Color #0E1735 in popluar color models

0E 17 35
RGB 14 23 53
HSL 226° 58.21% 13.14%
HSB/HSV 226° 73.58% 20.78%
CMYK 73.58% 56.60% 0.00%
79.22%

Color #0E1735 in popluar number systems.

HEX 0E 17 35
Decimal 14 23 53
Binary 1110 10111 110101
Octal 16 27 65

Shades and tints

Shades of #0E1735

#0E1735
(14,23,53)
#0D1531
(13,21,49)
#0C132D
(12,19,45)
#0B1129
(11,17,41)
#0A0F25
(10,15,37)
#090D21
(9,13,33)
#080B1D
(8,11,29)
#070919
(7,9,25)
#060715
(6,7,21)
#050511
(5,5,17)
#04030D
(4,3,13)
#000000
(0,0,0)

Tints of #0E1735

#0E1735
(14,23,53)
#232C47
(35,44,71)
#384159
(56,65,89)
#4D566B
(77,86,107)
#626B7D
(98,107,125)
#77808F
(119,128,143)
#8C95A1
(140,149,161)
#A1AAB3
(161,170,179)
#B6BFC5
(182,191,197)
#CBD4D7
(203,212,215)
#E0E9E9
(224,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1735 color. Also use rgb(14,23,53) instead hex code.

Text Font Color

.myTextColor { color: #0E1735; }

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

This text font color is #0E1735.

Background Color

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

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

This div background color is #0E1735.

Border color

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

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

This div border color is #0E1735.

Opacity

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

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

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

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

This text has shadow with #0E1735 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1735.

Preview

Color preview on black background

This text has color #0E1735 on black background.


Color preview on white background

This text has color #0E1735 on white background.


Black color preview on #0E1735 background

This text has black color on #0E1735 background.


White color preview on #0E1735 background

This text has white color on #0E1735 background.


Related colors

Complementary color

Complementary color for #hex is #F1E8CA.


I love getcolorcode.com

Triadic colors

1 #350E17 and #17350E with #0E1735 are triadic colors.

2 #35170E and #170E35 with #0E1735 are triadic colors.