COLOR #0A0682

HEX: #0A0682
RGB: (10,6,130)

Color info

#0A0682 contains mainly blue color. Web safe color of #0A0682 is #000099 (or #009).

RGB color model

#0A0682 color RGB value is (10,6,130).

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

RGB channels and saturation

R 10 of 255 = 4%
G 6 of 255 = 2%
B 130 of 255 = 51%

10
6
130

R + G + B ~ 19%. #0A0682 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 6 + 130 = 146 (100%)
R 10 of 146 ~ 6.85%
G 6 of 146 ~ 4.11%
B 130 of 146 ~ 89.04%

%89.04

CMYK color model

#0A0682 color CMYK value is (92,95,0,49).

  • cyan value is 92.31%
  • magenta value is 95.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(92,95,0,49)
C92M95Y0K49 
(92%,95%,0%,49%)
(0.92/0.95/0.00/0.49)	

CMYK percentages

%92.31
%95.38
%0
%49.02

Codes

Color #0A0682 in popluar color models

0A0682
RGB106130
HSL242°91.18%26.67%
HSB/HSV242°95.38%50.98%
CMYK92.31%95.38%0.00%
49.02%

Color #0A0682 in popluar number systems.

HEX0A0682
Decimal106130
Binary101011010000010
Octal126202

Shades and tints

Shades of #0A0682

#0A0682
(10,6,130)
#0A0677
(10,6,119)
#0A066C
(10,6,108)
#0A0661
(10,6,97)
#0A0656
(10,6,86)
#0A064B
(10,6,75)
#0A0640
(10,6,64)
#0A0635
(10,6,53)
#0A062A
(10,6,42)
#0A061F
(10,6,31)
#0A0614
(10,6,20)
#000000
(0,0,0)

Tints of #0A0682

#0A0682
(10,6,130)
#201C8D
(32,28,141)
#363298
(54,50,152)
#4C48A3
(76,72,163)
#625EAE
(98,94,174)
#7874B9
(120,116,185)
#8E8AC4
(142,138,196)
#A4A0CF
(164,160,207)
#BAB6DA
(186,182,218)
#D0CCE5
(208,204,229)
#E6E2F0
(230,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0682; }

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

This text font color is #0A0682.


Background Color

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

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

This div background color is #0A0682.


Border color

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

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

This div border color is #0A0682.


Opacity

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

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

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

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

This text has shadow with #0A0682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0682 on black background.


Color preview on white background

This text has color #0A0682 on white background.



Black color preview on #0A0682 background

This text has black color on #0A0682 background.


White color preview on #0A0682 background

This text has white color on #0A0682 background.