COLOR #0E6BA2

HEX: #0E6BA2 RGB: (14,107,162)

Color info

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

RGB color model

#0E6BA2 color RGB value is (14,107,162).

RGB: (14,107,162) (5%, 42%, 64%)

RGB channels and saturation

R 14 of 255 = 5%
G 107 of 255 = 42%
B 162 of 255 = 64%

14
107
162

R + G + B ~ 37%. #0E6BA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 107 + 162 = 283 (100%)
R 14 of 283 ~ 4.95%
G 107 of 283 ~ 37.81%
B 162 of 283 ~ 57.24'%

%37.81
%57.24

CMYK color model

#0E6BA2 color CMYK value is (91,34,0,36).

  • cyan value is 91.36%
  • magenta value is 33.95%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (91,34,0,36)
C91M34Y0K36 (91%, 34%, 0%, 36%)
(0.91 / 0.34 / 0.00 / 0.36)

CMYK percentages

%91.36
%33.95
%0
%36.47

Codes

Color #0E6BA2 in popluar color models

0E 6B A2
RGB 14 107 162
HSL 202° 84.09% 34.51%
HSB/HSV 202° 91.36% 63.53%
CMYK 91.36% 33.95% 0.00%
36.47%

Color #0E6BA2 in popluar number systems.

HEX 0E 6B A2
Decimal 14 107 162
Binary 1110 1101011 10100010
Octal 16 153 242

Shades and tints

Shades of #0E6BA2

#0E6BA2
(14,107,162)
#0D6294
(13,98,148)
#0C5986
(12,89,134)
#0B5078
(11,80,120)
#0A476A
(10,71,106)
#093E5C
(9,62,92)
#08354E
(8,53,78)
#072C40
(7,44,64)
#062332
(6,35,50)
#051A24
(5,26,36)
#041116
(4,17,22)
#000000
(0,0,0)

Tints of #0E6BA2

#0E6BA2
(14,107,162)
#2378AA
(35,120,170)
#3885B2
(56,133,178)
#4D92BA
(77,146,186)
#629FC2
(98,159,194)
#77ACCA
(119,172,202)
#8CB9D2
(140,185,210)
#A1C6DA
(161,198,218)
#B6D3E2
(182,211,226)
#CBE0EA
(203,224,234)
#E0EDF2
(224,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6BA2 color. Also use rgb(14,107,162) instead hex code.

Text Font Color

.myTextColor { color: #0E6BA2; }

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

This text font color is #0E6BA2.

Background Color

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

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

This div background color is #0E6BA2.

Border color

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

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

This div border color is #0E6BA2.

Opacity

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

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

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

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

This text has shadow with #0E6BA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E6BA2.

Preview

Color preview on black background

This text has color #0E6BA2 on black background.


Color preview on white background

This text has color #0E6BA2 on white background.


Black color preview on #0E6BA2 background

This text has black color on #0E6BA2 background.


White color preview on #0E6BA2 background

This text has white color on #0E6BA2 background.


Related colors

Complementary color

Complementary color for #hex is #F1945D.


I love getcolorcode.com

Triadic colors

1 #A20E6B and #6BA20E with #0E6BA2 are triadic colors.

2 #A26B0E and #6B0EA2 with #0E6BA2 are triadic colors.