COLOR #0E58C2

HEX: #0E58C2
RGB: (14,88,194)

Color info

#0E58C2 contains mainly blue color. Web safe color of #0E58C2 is #0066CC (or #06C).

RGB color model

#0E58C2 color RGB value is (14,88,194).

  • red value is 14;
  • green value is 88;
  • blue value is 194.
RGB:
(14,88,194)
(5%,35%,76%)

RGB channels and saturation

R 14 of 255 = 5%
G 88 of 255 = 35%
B 194 of 255 = 76%

14
88
194

R + G + B ~ 39%. #0E58C2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 88 + 194 = 296 (100%)
R 14 of 296 ~ 4.73%
G 88 of 296 ~ 29.73%
B 194 of 296 ~ 65.54%

%29.73
%65.54

CMYK color model

#0E58C2 color CMYK value is (93,55,0,24).

  • cyan value is 92.78%
  • magenta value is 54.64%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(93,55,0,24)
C93M55Y0K24 
(93%,55%,0%,24%)
(0.93/0.55/0.00/0.24)	

CMYK percentages

%92.78
%54.64
%0
%23.92

Codes

Color #0E58C2 in popluar color models

0E58C2
RGB1488194
HSL215°86.54%40.78%
HSB/HSV215°92.78%76.08%
CMYK92.78%54.64%0.00%
23.92%

Color #0E58C2 in popluar number systems.

HEX0E58C2
Decimal1488194
Binary1110101100011000010
Octal16130302

Shades and tints

Shades of #0E58C2

#0E58C2
(14,88,194)
#0D50B1
(13,80,177)
#0C48A0
(12,72,160)
#0B408F
(11,64,143)
#0A387E
(10,56,126)
#09306D
(9,48,109)
#08285C
(8,40,92)
#07204B
(7,32,75)
#06183A
(6,24,58)
#051029
(5,16,41)
#040818
(4,8,24)
#000000
(0,0,0)

Tints of #0E58C2

#0E58C2
(14,88,194)
#2367C7
(35,103,199)
#3876CC
(56,118,204)
#4D85D1
(77,133,209)
#6294D6
(98,148,214)
#77A3DB
(119,163,219)
#8CB2E0
(140,178,224)
#A1C1E5
(161,193,229)
#B6D0EA
(182,208,234)
#CBDFEF
(203,223,239)
#E0EEF4
(224,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E58C2 color. Also use rgb(14,88,194) instead hex code.

Text Font Color

.myTextColor { color: #0E58C2; }

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

This text font color is #0E58C2.


Background Color

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

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

This div background color is #0E58C2.


Border color

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

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

This div border color is #0E58C2.


Opacity

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

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

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

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

This text has shadow with #0E58C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E58C2 on black background.


Color preview on white background

This text has color #0E58C2 on white background.



Black color preview on #0E58C2 background

This text has black color on #0E58C2 background.


White color preview on #0E58C2 background

This text has white color on #0E58C2 background.