COLOR #0A4A7E

HEX: #0A4A7E
RGB: (10,74,126)

Color info

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

RGB color model

#0A4A7E color RGB value is (10,74,126).

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

RGB channels and saturation

R 10 of 255 = 4%
G 74 of 255 = 29%
B 126 of 255 = 49%

10
74
126

R + G + B ~ 27%. #0A4A7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 74 + 126 = 210 (100%)
R 10 of 210 ~ 4.76%
G 74 of 210 ~ 35.24%
B 126 of 210 ~ 60%

%35.24
%60

CMYK color model

#0A4A7E color CMYK value is (92,41,0,51).

  • cyan value is 92.06%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(92,41,0,51)
C92M41Y0K51 
(92%,41%,0%,51%)
(0.92/0.41/0.00/0.51)	

CMYK percentages

%92.06
%41.27
%0
%50.59

Codes

Color #0A4A7E in popluar color models

0A4A7E
RGB1074126
HSL207°85.29%26.67%
HSB/HSV207°92.06%49.41%
CMYK92.06%41.27%0.00%
50.59%

Color #0A4A7E in popluar number systems.

HEX0A4A7E
Decimal1074126
Binary101010010101111110
Octal12112176

Shades and tints

Shades of #0A4A7E

#0A4A7E
(10,74,126)
#0A4473
(10,68,115)
#0A3E68
(10,62,104)
#0A385D
(10,56,93)
#0A3252
(10,50,82)
#0A2C47
(10,44,71)
#0A263C
(10,38,60)
#0A2031
(10,32,49)
#0A1A26
(10,26,38)
#0A141B
(10,20,27)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #0A4A7E

#0A4A7E
(10,74,126)
#205A89
(32,90,137)
#366A94
(54,106,148)
#4C7A9F
(76,122,159)
#628AAA
(98,138,170)
#789AB5
(120,154,181)
#8EAAC0
(142,170,192)
#A4BACB
(164,186,203)
#BACAD6
(186,202,214)
#D0DAE1
(208,218,225)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A4A7E; }

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

This text font color is #0A4A7E.


Background Color

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

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

This div background color is #0A4A7E.


Border color

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

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

This div border color is #0A4A7E.


Opacity

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

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

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

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

This text has shadow with #0A4A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4A7E on black background.


Color preview on white background

This text has color #0A4A7E on white background.



Black color preview on #0A4A7E background

This text has black color on #0A4A7E background.


White color preview on #0A4A7E background

This text has white color on #0A4A7E background.