COLOR #0A495E

HEX: #0A495E
RGB: (10,73,94)

Color info

#0A495E contains mainly green and blue colors. Web safe color of #0A495E is #003366 (or #036).

RGB color model

#0A495E color RGB value is (10,73,94).

  • red value is 10;
  • green value is 73;
  • blue value is 94.
RGB:
(10,73,94)
(4%,29%,37%)

RGB channels and saturation

R 10 of 255 = 4%
G 73 of 255 = 29%
B 94 of 255 = 37%

10
73
94

R + G + B ~ 23%. #0A495E is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 73 + 94 = 177 (100%)
R 10 of 177 ~ 5.65%
G 73 of 177 ~ 41.24%
B 94 of 177 ~ 53.11%

%41.24
%53.11

CMYK color model

#0A495E color CMYK value is (89,22,0,63).

  • cyan value is 89.36%
  • magenta value is 22.34%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(89,22,0,63)
C89M22Y0K63 
(89%,22%,0%,63%)
(0.89/0.22/0.00/0.63)	

CMYK percentages

%89.36
%22.34
%0
%63.14

Codes

Color #0A495E in popluar color models

0A495E
RGB107394
HSL195°80.77%20.39%
HSB/HSV195°89.36%36.86%
CMYK89.36%22.34%0.00%
63.14%

Color #0A495E in popluar number systems.

HEX0A495E
Decimal107394
Binary101010010011011110
Octal12111136

Shades and tints

Shades of #0A495E

#0A495E
(10,73,94)
#0A4356
(10,67,86)
#0A3D4E
(10,61,78)
#0A3746
(10,55,70)
#0A313E
(10,49,62)
#0A2B36
(10,43,54)
#0A252E
(10,37,46)
#0A1F26
(10,31,38)
#0A191E
(10,25,30)
#0A1316
(10,19,22)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #0A495E

#0A495E
(10,73,94)
#20596C
(32,89,108)
#36697A
(54,105,122)
#4C7988
(76,121,136)
#628996
(98,137,150)
#7899A4
(120,153,164)
#8EA9B2
(142,169,178)
#A4B9C0
(164,185,192)
#BAC9CE
(186,201,206)
#D0D9DC
(208,217,220)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A495E color. Also use rgb(10,73,94) instead hex code.

Text Font Color

.myTextColor { color: #0A495E; }

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

This text font color is #0A495E.


Background Color

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

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

This div background color is #0A495E.


Border color

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

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

This div border color is #0A495E.


Opacity

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

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

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

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

This text has shadow with #0A495E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A495E on black background.


Color preview on white background

This text has color #0A495E on white background.



Black color preview on #0A495E background

This text has black color on #0A495E background.


White color preview on #0A495E background

This text has white color on #0A495E background.