COLOR #0E65A1

HEX: #0E65A1 RGB: (14,101,161)

Color info

#0E65A1 contains mainly blue color. Web safe color of #0E65A1 is #006699 (or #069).

RGB color model

#0E65A1 color RGB value is (14,101,161).

RGB: (14,101,161) (5%, 40%, 63%)

RGB channels and saturation

R 14 of 255 = 5%
G 101 of 255 = 40%
B 161 of 255 = 63%

14
101
161

R + G + B ~ 36%. #0E65A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 101 + 161 = 276 (100%)
R 14 of 276 ~ 5.07%
G 101 of 276 ~ 36.59%
B 161 of 276 ~ 58.33'%

%36.59
%58.33

CMYK color model

#0E65A1 color CMYK value is (91,37,0,37).

  • cyan value is 91.30%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (91,37,0,37)
C91M37Y0K37 (91%, 37%, 0%, 37%)
(0.91 / 0.37 / 0.00 / 0.37)

CMYK percentages

%91.3
%37.27
%0
%36.86

Codes

Color #0E65A1 in popluar color models

0E 65 A1
RGB 14 101 161
HSL 204° 84.00% 34.31%
HSB/HSV 204° 91.30% 63.14%
CMYK 91.30% 37.27% 0.00%
36.86%

Color #0E65A1 in popluar number systems.

HEX 0E 65 A1
Decimal 14 101 161
Binary 1110 1100101 10100001
Octal 16 145 241

Shades and tints

Shades of #0E65A1

#0E65A1
(14,101,161)
#0D5C93
(13,92,147)
#0C5385
(12,83,133)
#0B4A77
(11,74,119)
#0A4169
(10,65,105)
#09385B
(9,56,91)
#082F4D
(8,47,77)
#07263F
(7,38,63)
#061D31
(6,29,49)
#051423
(5,20,35)
#040B15
(4,11,21)
#000000
(0,0,0)

Tints of #0E65A1

#0E65A1
(14,101,161)
#2373A9
(35,115,169)
#3881B1
(56,129,177)
#4D8FB9
(77,143,185)
#629DC1
(98,157,193)
#77ABC9
(119,171,201)
#8CB9D1
(140,185,209)
#A1C7D9
(161,199,217)
#B6D5E1
(182,213,225)
#CBE3E9
(203,227,233)
#E0F1F1
(224,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E65A1 color. Also use rgb(14,101,161) instead hex code.

Text Font Color

.myTextColor { color: #0E65A1; }

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

This text font color is #0E65A1.

Background Color

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

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

This div background color is #0E65A1.

Border color

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

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

This div border color is #0E65A1.

Opacity

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

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

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

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

This text has shadow with #0E65A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E65A1.

Preview

Color preview on black background

This text has color #0E65A1 on black background.


Color preview on white background

This text has color #0E65A1 on white background.


Black color preview on #0E65A1 background

This text has black color on #0E65A1 background.


White color preview on #0E65A1 background

This text has white color on #0E65A1 background.


Related colors

Complementary color

Complementary color for #hex is #F19A5E.


I love getcolorcode.com

Triadic colors

1 #A10E65 and #65A10E with #0E65A1 are triadic colors.

2 #A1650E and #650EA1 with #0E65A1 are triadic colors.