COLOR #0A4082

HEX: #0A4082
RGB: (10,64,130)

Color info

#0A4082 contains mainly blue color. Web safe color of #0A4082 is #003399 (or #039).

RGB color model

#0A4082 color RGB value is (10,64,130).

  • red value is 10;
  • green value is 64;
  • blue value is 130.
RGB:
(10,64,130)
(4%,25%,51%)

RGB channels and saturation

R 10 of 255 = 4%
G 64 of 255 = 25%
B 130 of 255 = 51%

10
64
130

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

Portions of RGB colors in percentages

R + G + B =
10 + 64 + 130 = 204 (100%)
R 10 of 204 ~ 4.9%
G 64 of 204 ~ 31.37%
B 130 of 204 ~ 63.73%

%31.37
%63.73

CMYK color model

#0A4082 color CMYK value is (92,51,0,49).

  • cyan value is 92.31%
  • magenta value is 50.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(92,51,0,49)
C92M51Y0K49 
(92%,51%,0%,49%)
(0.92/0.51/0.00/0.49)	

CMYK percentages

%92.31
%50.77
%0
%49.02

Codes

Color #0A4082 in popluar color models

0A4082
RGB1064130
HSL213°85.71%27.45%
HSB/HSV213°92.31%50.98%
CMYK92.31%50.77%0.00%
49.02%

Color #0A4082 in popluar number systems.

HEX0A4082
Decimal1064130
Binary1010100000010000010
Octal12100202

Shades and tints

Shades of #0A4082

#0A4082
(10,64,130)
#0A3B77
(10,59,119)
#0A366C
(10,54,108)
#0A3161
(10,49,97)
#0A2C56
(10,44,86)
#0A274B
(10,39,75)
#0A2240
(10,34,64)
#0A1D35
(10,29,53)
#0A182A
(10,24,42)
#0A131F
(10,19,31)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #0A4082

#0A4082
(10,64,130)
#20518D
(32,81,141)
#366298
(54,98,152)
#4C73A3
(76,115,163)
#6284AE
(98,132,174)
#7895B9
(120,149,185)
#8EA6C4
(142,166,196)
#A4B7CF
(164,183,207)
#BAC8DA
(186,200,218)
#D0D9E5
(208,217,229)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4082 color. Also use rgb(10,64,130) instead hex code.

Text Font Color

.myTextColor { color: #0A4082; }

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

This text font color is #0A4082.


Background Color

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

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

This div background color is #0A4082.


Border color

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

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

This div border color is #0A4082.


Opacity

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

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

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

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

This text has shadow with #0A4082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4082 on black background.


Color preview on white background

This text has color #0A4082 on white background.



Black color preview on #0A4082 background

This text has black color on #0A4082 background.


White color preview on #0A4082 background

This text has white color on #0A4082 background.