COLOR #0A486D

HEX: #0A486D
RGB: (10,72,109)

Color info

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

RGB color model

#0A486D color RGB value is (10,72,109).

  • red value is 10;
  • green value is 72;
  • blue value is 109.
RGB:
(10,72,109)
(4%,28%,43%)

RGB channels and saturation

R 10 of 255 = 4%
G 72 of 255 = 28%
B 109 of 255 = 43%

10
72
109

R + G + B ~ 25%. #0A486D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 72 + 109 = 191 (100%)
R 10 of 191 ~ 5.24%
G 72 of 191 ~ 37.7%
B 109 of 191 ~ 57.07%

%37.7
%57.07

CMYK color model

#0A486D color CMYK value is (91,34,0,57).

  • cyan value is 90.83%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(91,34,0,57)
C91M34Y0K57 
(91%,34%,0%,57%)
(0.91/0.34/0.00/0.57)	

CMYK percentages

%90.83
%33.94
%0
%57.25

Codes

Color #0A486D in popluar color models

0A486D
RGB1072109
HSL202°83.19%23.33%
HSB/HSV202°90.83%42.75%
CMYK90.83%33.94%0.00%
57.25%

Color #0A486D in popluar number systems.

HEX0A486D
Decimal1072109
Binary101010010001101101
Octal12110155

Shades and tints

Shades of #0A486D

#0A486D
(10,72,109)
#0A4264
(10,66,100)
#0A3C5B
(10,60,91)
#0A3652
(10,54,82)
#0A3049
(10,48,73)
#0A2A40
(10,42,64)
#0A2437
(10,36,55)
#0A1E2E
(10,30,46)
#0A1825
(10,24,37)
#0A121C
(10,18,28)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #0A486D

#0A486D
(10,72,109)
#20587A
(32,88,122)
#366887
(54,104,135)
#4C7894
(76,120,148)
#6288A1
(98,136,161)
#7898AE
(120,152,174)
#8EA8BB
(142,168,187)
#A4B8C8
(164,184,200)
#BAC8D5
(186,200,213)
#D0D8E2
(208,216,226)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A486D color. Also use rgb(10,72,109) instead hex code.

Text Font Color

.myTextColor { color: #0A486D; }

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

This text font color is #0A486D.


Background Color

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

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

This div background color is #0A486D.


Border color

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

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

This div border color is #0A486D.


Opacity

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

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

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

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

This text has shadow with #0A486D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A486D on black background.


Color preview on white background

This text has color #0A486D on white background.



Black color preview on #0A486D background

This text has black color on #0A486D background.


White color preview on #0A486D background

This text has white color on #0A486D background.