COLOR #0A2579

HEX: #0A2579 RGB: (10,37,121)

Color info

#0A2579 contains mainly blue color. Web safe color of #0A2579 is #003366 (or #036).

RGB color model

#0A2579 color RGB value is (10,37,121).

RGB: (10,37,121) (4%, 15%, 47%)

RGB channels and saturation

R 10 of 255 = 4%
G 37 of 255 = 15%
B 121 of 255 = 47%

10
37
121

R + G + B ~ 22%. #0A2579 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 37 + 121 = 168 (100%)
R 10 of 168 ~ 5.95%
G 37 of 168 ~ 22.02%
B 121 of 168 ~ 72.02'%

%22.02
%72.02

CMYK color model

#0A2579 color CMYK value is (92,69,0,53).

  • cyan value is 91.74%
  • magenta value is 69.42%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (92,69,0,53)
C92M69Y0K53 (92%, 69%, 0%, 53%)
(0.92 / 0.69 / 0.00 / 0.53)

CMYK percentages

%91.74
%69.42
%0
%52.55

Codes

Color #0A2579 in popluar color models

0A 25 79
RGB 10 37 121
HSL 225° 84.73% 25.69%
HSB/HSV 225° 91.74% 47.45%
CMYK 91.74% 69.42% 0.00%
52.55%

Color #0A2579 in popluar number systems.

HEX 0A 25 79
Decimal 10 37 121
Binary 1010 100101 1111001
Octal 12 45 171

Shades and tints

Shades of #0A2579

#0A2579
(10,37,121)
#0A226E
(10,34,110)
#0A1F63
(10,31,99)
#0A1C58
(10,28,88)
#0A194D
(10,25,77)
#0A1642
(10,22,66)
#0A1337
(10,19,55)
#0A102C
(10,16,44)
#0A0D21
(10,13,33)
#0A0A16
(10,10,22)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #0A2579

#0A2579
(10,37,121)
#203885
(32,56,133)
#364B91
(54,75,145)
#4C5E9D
(76,94,157)
#6271A9
(98,113,169)
#7884B5
(120,132,181)
#8E97C1
(142,151,193)
#A4AACD
(164,170,205)
#BABDD9
(186,189,217)
#D0D0E5
(208,208,229)
#E6E3F1
(230,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2579 color. Also use rgb(10,37,121) instead hex code.

Text Font Color

.myTextColor { color: #0A2579; }

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

This text font color is #0A2579.

Background Color

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

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

This div background color is #0A2579.

Border color

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

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

This div border color is #0A2579.

Opacity

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

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

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

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

This text has shadow with #0A2579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2579.

Preview

Color preview on black background

This text has color #0A2579 on black background.


Color preview on white background

This text has color #0A2579 on white background.


Black color preview on #0A2579 background

This text has black color on #0A2579 background.


White color preview on #0A2579 background

This text has white color on #0A2579 background.


Related colors

Complementary color

Complementary color for #hex is #F5DA86.


I love getcolorcode.com

Triadic colors

1 #790A25 and #25790A with #0A2579 are triadic colors.

2 #79250A and #250A79 with #0A2579 are triadic colors.