COLOR #0A2A4F

HEX: #0A2A4F RGB: (10,42,79)

Color info

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

RGB color model

#0A2A4F color RGB value is (10,42,79).

RGB: (10,42,79) (4%, 16%, 31%)

RGB channels and saturation

R 10 of 255 = 4%
G 42 of 255 = 16%
B 79 of 255 = 31%

10
42
79

R + G + B ~ 17%. #0A2A4F is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 42 + 79 = 131 (100%)
R 10 of 131 ~ 7.63%
G 42 of 131 ~ 32.06%
B 79 of 131 ~ 60.31'%

%32.06
%60.31

CMYK color model

#0A2A4F color CMYK value is (87,47,0,69).

  • cyan value is 87.34%
  • magenta value is 46.84%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (87,47,0,69)
C87M47Y0K69 (87%, 47%, 0%, 69%)
(0.87 / 0.47 / 0.00 / 0.69)

CMYK percentages

%87.34
%46.84
%0
%69.02

Codes

Color #0A2A4F in popluar color models

0A 2A 4F
RGB 10 42 79
HSL 212° 77.53% 17.45%
HSB/HSV 212° 87.34% 30.98%
CMYK 87.34% 46.84% 0.00%
69.02%

Color #0A2A4F in popluar number systems.

HEX 0A 2A 4F
Decimal 10 42 79
Binary 1010 101010 1001111
Octal 12 52 117

Shades and tints

Shades of #0A2A4F

#0A2A4F
(10,42,79)
#0A2748
(10,39,72)
#0A2441
(10,36,65)
#0A213A
(10,33,58)
#0A1E33
(10,30,51)
#0A1B2C
(10,27,44)
#0A1825
(10,24,37)
#0A151E
(10,21,30)
#0A1217
(10,18,23)
#0A0F10
(10,15,16)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #0A2A4F

#0A2A4F
(10,42,79)
#203D5F
(32,61,95)
#36506F
(54,80,111)
#4C637F
(76,99,127)
#62768F
(98,118,143)
#78899F
(120,137,159)
#8E9CAF
(142,156,175)
#A4AFBF
(164,175,191)
#BAC2CF
(186,194,207)
#D0D5DF
(208,213,223)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2A4F color. Also use rgb(10,42,79) instead hex code.

Text Font Color

.myTextColor { color: #0A2A4F; }

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

This text font color is #0A2A4F.

Background Color

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

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

This div background color is #0A2A4F.

Border color

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

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

This div border color is #0A2A4F.

Opacity

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

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

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

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

This text has shadow with #0A2A4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2A4F.

Preview

Color preview on black background

This text has color #0A2A4F on black background.


Color preview on white background

This text has color #0A2A4F on white background.


Black color preview on #0A2A4F background

This text has black color on #0A2A4F background.


White color preview on #0A2A4F background

This text has white color on #0A2A4F background.


Related colors

Complementary color

Complementary color for #hex is #F5D5B0.


I love getcolorcode.com

Triadic colors

1 #4F0A2A and #2A4F0A with #0A2A4F are triadic colors.

2 #4F2A0A and #2A0A4F with #0A2A4F are triadic colors.