COLOR #0E7192

HEX: #0E7192
RGB: (14,113,146)

Color info

#0E7192 contains mainly green and blue colors. Web safe color of #0E7192 is #006699 (or #069).

RGB color model

#0E7192 color RGB value is (14,113,146).

  • red value is 14;
  • green value is 113;
  • blue value is 146.
RGB:
(14,113,146)
(5%,44%,57%)

RGB channels and saturation

R 14 of 255 = 5%
G 113 of 255 = 44%
B 146 of 255 = 57%

14
113
146

R + G + B ~ 35%. #0E7192 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 113 + 146 = 273 (100%)
R 14 of 273 ~ 5.13%
G 113 of 273 ~ 41.39%
B 146 of 273 ~ 53.48%

%41.39
%53.48

CMYK color model

#0E7192 color CMYK value is (90,23,0,43).

  • cyan value is 90.41%
  • magenta value is 22.60%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(90,23,0,43)
C90M23Y0K43 
(90%,23%,0%,43%)
(0.90/0.23/0.00/0.43)	

CMYK percentages

%90.41
%22.6
%0
%42.75

Codes

Color #0E7192 in popluar color models

0E7192
RGB14113146
HSL195°82.50%31.37%
HSB/HSV195°90.41%57.25%
CMYK90.41%22.60%0.00%
42.75%

Color #0E7192 in popluar number systems.

HEX0E7192
Decimal14113146
Binary1110111000110010010
Octal16161222

Shades and tints

Shades of #0E7192

#0E7192
(14,113,146)
#0D6785
(13,103,133)
#0C5D78
(12,93,120)
#0B536B
(11,83,107)
#0A495E
(10,73,94)
#093F51
(9,63,81)
#083544
(8,53,68)
#072B37
(7,43,55)
#06212A
(6,33,42)
#05171D
(5,23,29)
#040D10
(4,13,16)
#000000
(0,0,0)

Tints of #0E7192

#0E7192
(14,113,146)
#237D9B
(35,125,155)
#3889A4
(56,137,164)
#4D95AD
(77,149,173)
#62A1B6
(98,161,182)
#77ADBF
(119,173,191)
#8CB9C8
(140,185,200)
#A1C5D1
(161,197,209)
#B6D1DA
(182,209,218)
#CBDDE3
(203,221,227)
#E0E9EC
(224,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7192 color. Also use rgb(14,113,146) instead hex code.

Text Font Color

.myTextColor { color: #0E7192; }

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

This text font color is #0E7192.


Background Color

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

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

This div background color is #0E7192.


Border color

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

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

This div border color is #0E7192.


Opacity

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

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

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

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

This text has shadow with #0E7192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7192 on black background.


Color preview on white background

This text has color #0E7192 on white background.



Black color preview on #0E7192 background

This text has black color on #0E7192 background.


White color preview on #0E7192 background

This text has white color on #0E7192 background.