COLOR #0E608A

HEX: #0E608A RGB: (14,96,138)

Color info

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

RGB color model

#0E608A color RGB value is (14,96,138).

RGB: (14,96,138) (5%, 38%, 54%)

RGB channels and saturation

R 14 of 255 = 5%
G 96 of 255 = 38%
B 138 of 255 = 54%

14
96
138

R + G + B ~ 32%. #0E608A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 96 + 138 = 248 (100%)
R 14 of 248 ~ 5.65%
G 96 of 248 ~ 38.71%
B 138 of 248 ~ 55.65'%

%38.71
%55.65

CMYK color model

#0E608A color CMYK value is (90,30,0,46).

  • cyan value is 89.86%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (90,30,0,46)
C90M30Y0K46 (90%, 30%, 0%, 46%)
(0.90 / 0.30 / 0.00 / 0.46)

CMYK percentages

%89.86
%30.43
%0
%45.88

Codes

Color #0E608A in popluar color models

0E 60 8A
RGB 14 96 138
HSL 200° 81.58% 29.80%
HSB/HSV 200° 89.86% 54.12%
CMYK 89.86% 30.43% 0.00%
45.88%

Color #0E608A in popluar number systems.

HEX 0E 60 8A
Decimal 14 96 138
Binary 1110 1100000 10001010
Octal 16 140 212

Shades and tints

Shades of #0E608A

#0E608A
(14,96,138)
#0D587E
(13,88,126)
#0C5072
(12,80,114)
#0B4866
(11,72,102)
#0A405A
(10,64,90)
#09384E
(9,56,78)
#083042
(8,48,66)
#072836
(7,40,54)
#06202A
(6,32,42)
#05181E
(5,24,30)
#041012
(4,16,18)
#000000
(0,0,0)

Tints of #0E608A

#0E608A
(14,96,138)
#236E94
(35,110,148)
#387C9E
(56,124,158)
#4D8AA8
(77,138,168)
#6298B2
(98,152,178)
#77A6BC
(119,166,188)
#8CB4C6
(140,180,198)
#A1C2D0
(161,194,208)
#B6D0DA
(182,208,218)
#CBDEE4
(203,222,228)
#E0ECEE
(224,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E608A color. Also use rgb(14,96,138) instead hex code.

Text Font Color

.myTextColor { color: #0E608A; }

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

This text font color is #0E608A.

Background Color

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

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

This div background color is #0E608A.

Border color

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

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

This div border color is #0E608A.

Opacity

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

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

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

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

This text has shadow with #0E608A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E608A.

Preview

Color preview on black background

This text has color #0E608A on black background.


Color preview on white background

This text has color #0E608A on white background.


Black color preview on #0E608A background

This text has black color on #0E608A background.


White color preview on #0E608A background

This text has white color on #0E608A background.


Related colors

Complementary color

Complementary color for #hex is #F19F75.


I love getcolorcode.com

Triadic colors

1 #8A0E60 and #608A0E with #0E608A are triadic colors.

2 #8A600E and #600E8A with #0E608A are triadic colors.