COLOR #0A4A73

HEX: #0A4A73
RGB: (10,74,115)

Color info

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

RGB color model

#0A4A73 color RGB value is (10,74,115).

  • red value is 10;
  • green value is 74;
  • blue value is 115.
RGB:
(10,74,115)
(4%,29%,45%)

RGB channels and saturation

R 10 of 255 = 4%
G 74 of 255 = 29%
B 115 of 255 = 45%

10
74
115

R + G + B ~ 26%. #0A4A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 74 + 115 = 199 (100%)
R 10 of 199 ~ 5.03%
G 74 of 199 ~ 37.19%
B 115 of 199 ~ 57.79%

%37.19
%57.79

CMYK color model

#0A4A73 color CMYK value is (91,36,0,55).

  • cyan value is 91.30%
  • magenta value is 35.65%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(91,36,0,55)
C91M36Y0K55 
(91%,36%,0%,55%)
(0.91/0.36/0.00/0.55)	

CMYK percentages

%91.3
%35.65
%0
%54.9

Codes

Color #0A4A73 in popluar color models

0A4A73
RGB1074115
HSL203°84.00%24.51%
HSB/HSV203°91.30%45.10%
CMYK91.30%35.65%0.00%
54.90%

Color #0A4A73 in popluar number systems.

HEX0A4A73
Decimal1074115
Binary101010010101110011
Octal12112163

Shades and tints

Shades of #0A4A73

#0A4A73
(10,74,115)
#0A4469
(10,68,105)
#0A3E5F
(10,62,95)
#0A3855
(10,56,85)
#0A324B
(10,50,75)
#0A2C41
(10,44,65)
#0A2637
(10,38,55)
#0A202D
(10,32,45)
#0A1A23
(10,26,35)
#0A1419
(10,20,25)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #0A4A73

#0A4A73
(10,74,115)
#205A7F
(32,90,127)
#366A8B
(54,106,139)
#4C7A97
(76,122,151)
#628AA3
(98,138,163)
#789AAF
(120,154,175)
#8EAABB
(142,170,187)
#A4BAC7
(164,186,199)
#BACAD3
(186,202,211)
#D0DADF
(208,218,223)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4A73 color. Also use rgb(10,74,115) instead hex code.

Text Font Color

.myTextColor { color: #0A4A73; }

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

This text font color is #0A4A73.


Background Color

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

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

This div background color is #0A4A73.


Border color

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

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

This div border color is #0A4A73.


Opacity

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

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

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

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

This text has shadow with #0A4A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4A73 on black background.


Color preview on white background

This text has color #0A4A73 on white background.



Black color preview on #0A4A73 background

This text has black color on #0A4A73 background.


White color preview on #0A4A73 background

This text has white color on #0A4A73 background.