COLOR #0E92B9

HEX: #0E92B9
RGB: (14,146,185)

Color info

#0E92B9 contains mainly green and blue colors. Web safe color of #0E92B9 is #0099CC (or #09C).

RGB color model

#0E92B9 color RGB value is (14,146,185).

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

RGB channels and saturation

R 14 of 255 = 5%
G 146 of 255 = 57%
B 185 of 255 = 73%

14
146
185

R + G + B ~ 45%. #0E92B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
14 + 146 + 185 = 345 (100%)
R 14 of 345 ~ 4.06%
G 146 of 345 ~ 42.32%
B 185 of 345 ~ 53.62%

%42.32
%53.62

CMYK color model

#0E92B9 color CMYK value is (92,21,0,27).

  • cyan value is 92.43%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(92,21,0,27)
C92M21Y0K27 
(92%,21%,0%,27%)
(0.92/0.21/0.00/0.27)	

CMYK percentages

%92.43
%21.08
%0
%27.45

Codes

Color #0E92B9 in popluar color models

0E92B9
RGB14146185
HSL194°85.93%39.02%
HSB/HSV194°92.43%72.55%
CMYK92.43%21.08%0.00%
27.45%

Color #0E92B9 in popluar number systems.

HEX0E92B9
Decimal14146185
Binary11101001001010111001
Octal16222271

Shades and tints

Shades of #0E92B9

#0E92B9
(14,146,185)
#0D85A9
(13,133,169)
#0C7899
(12,120,153)
#0B6B89
(11,107,137)
#0A5E79
(10,94,121)
#095169
(9,81,105)
#084459
(8,68,89)
#073749
(7,55,73)
#062A39
(6,42,57)
#051D29
(5,29,41)
#041019
(4,16,25)
#000000
(0,0,0)

Tints of #0E92B9

#0E92B9
(14,146,185)
#239BBF
(35,155,191)
#38A4C5
(56,164,197)
#4DADCB
(77,173,203)
#62B6D1
(98,182,209)
#77BFD7
(119,191,215)
#8CC8DD
(140,200,221)
#A1D1E3
(161,209,227)
#B6DAE9
(182,218,233)
#CBE3EF
(203,227,239)
#E0ECF5
(224,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E92B9; }

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

This text font color is #0E92B9.


Background Color

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

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

This div background color is #0E92B9.


Border color

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

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

This div border color is #0E92B9.


Opacity

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

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

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

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

This text has shadow with #0E92B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E92B9 on black background.


Color preview on white background

This text has color #0E92B9 on white background.



Black color preview on #0E92B9 background

This text has black color on #0E92B9 background.


White color preview on #0E92B9 background

This text has white color on #0E92B9 background.