COLOR #0A0A78

HEX: #0A0A78
RGB: (10,10,120)

Color info

#0A0A78 contains mainly blue color. Web safe color of #0A0A78 is #000066 (or #006).

RGB color model

#0A0A78 color RGB value is (10,10,120).

  • red value is 10;
  • green value is 10;
  • blue value is 120.
RGB:
(10,10,120)
(4%,4%,47%)

RGB channels and saturation

R 10 of 255 = 4%
G 10 of 255 = 4%
B 120 of 255 = 47%

10
10
120

R + G + B ~ 18%. #0A0A78 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 10 + 120 = 140 (100%)
R 10 of 140 ~ 7.14%
G 10 of 140 ~ 7.14%
B 120 of 140 ~ 85.71%

%85.71

CMYK color model

#0A0A78 color CMYK value is (92,92,0,53).

  • cyan value is 91.67%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(92,92,0,53)
C92M92Y0K53 
(92%,92%,0%,53%)
(0.92/0.92/0.00/0.53)	

CMYK percentages

%91.67
%91.67
%0
%52.94

Codes

Color #0A0A78 in popluar color models

0A0A78
RGB1010120
HSL240°84.62%25.49%
HSB/HSV240°91.67%47.06%
CMYK91.67%91.67%0.00%
52.94%

Color #0A0A78 in popluar number systems.

HEX0A0A78
Decimal1010120
Binary101010101111000
Octal1212170

Shades and tints

Shades of #0A0A78

#0A0A78
(10,10,120)
#0A0A6E
(10,10,110)
#0A0A64
(10,10,100)
#0A0A5A
(10,10,90)
#0A0A50
(10,10,80)
#0A0A46
(10,10,70)
#0A0A3C
(10,10,60)
#0A0A32
(10,10,50)
#0A0A28
(10,10,40)
#0A0A1E
(10,10,30)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #0A0A78

#0A0A78
(10,10,120)
#202084
(32,32,132)
#363690
(54,54,144)
#4C4C9C
(76,76,156)
#6262A8
(98,98,168)
#7878B4
(120,120,180)
#8E8EC0
(142,142,192)
#A4A4CC
(164,164,204)
#BABAD8
(186,186,216)
#D0D0E4
(208,208,228)
#E6E6F0
(230,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0A78; }

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

This text font color is #0A0A78.


Background Color

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

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

This div background color is #0A0A78.


Border color

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

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

This div border color is #0A0A78.


Opacity

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

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

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

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

This text has shadow with #0A0A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0A78 on black background.


Color preview on white background

This text has color #0A0A78 on white background.



Black color preview on #0A0A78 background

This text has black color on #0A0A78 background.


White color preview on #0A0A78 background

This text has white color on #0A0A78 background.