COLOR #0A414F

HEX: #0A414F
RGB: (10,65,79)

Color info

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

RGB color model

#0A414F color RGB value is (10,65,79).

  • red value is 10;
  • green value is 65;
  • blue value is 79.
RGB:
(10,65,79)
(4%,25%,31%)

RGB channels and saturation

R 10 of 255 = 4%
G 65 of 255 = 25%
B 79 of 255 = 31%

10
65
79

R + G + B ~ 20%. #0A414F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 65 + 79 = 154 (100%)
R 10 of 154 ~ 6.49%
G 65 of 154 ~ 42.21%
B 79 of 154 ~ 51.3%

%42.21
%51.3

CMYK color model

#0A414F color CMYK value is (87,18,0,69).

  • cyan value is 87.34%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(87,18,0,69)
C87M18Y0K69 
(87%,18%,0%,69%)
(0.87/0.18/0.00/0.69)	

CMYK percentages

%87.34
%17.72
%0
%69.02

Codes

Color #0A414F in popluar color models

0A414F
RGB106579
HSL192°77.53%17.45%
HSB/HSV192°87.34%30.98%
CMYK87.34%17.72%0.00%
69.02%

Color #0A414F in popluar number systems.

HEX0A414F
Decimal106579
Binary101010000011001111
Octal12101117

Shades and tints

Shades of #0A414F

#0A414F
(10,65,79)
#0A3C48
(10,60,72)
#0A3741
(10,55,65)
#0A323A
(10,50,58)
#0A2D33
(10,45,51)
#0A282C
(10,40,44)
#0A2325
(10,35,37)
#0A1E1E
(10,30,30)
#0A1917
(10,25,23)
#0A1410
(10,20,16)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #0A414F

#0A414F
(10,65,79)
#20525F
(32,82,95)
#36636F
(54,99,111)
#4C747F
(76,116,127)
#62858F
(98,133,143)
#78969F
(120,150,159)
#8EA7AF
(142,167,175)
#A4B8BF
(164,184,191)
#BAC9CF
(186,201,207)
#D0DADF
(208,218,223)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A414F; }

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

This text font color is #0A414F.


Background Color

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

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

This div background color is #0A414F.


Border color

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

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

This div border color is #0A414F.


Opacity

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

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

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

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

This text has shadow with #0A414F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A414F on black background.


Color preview on white background

This text has color #0A414F on white background.



Black color preview on #0A414F background

This text has black color on #0A414F background.


White color preview on #0A414F background

This text has white color on #0A414F background.