COLOR #0A0A61

HEX: #0A0A61
RGB: (10,10,97)

Color info

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

RGB color model

#0A0A61 color RGB value is (10,10,97).

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

RGB channels and saturation

R 10 of 255 = 4%
G 10 of 255 = 4%
B 97 of 255 = 38%

10
10
97

R + G + B ~ 15%. #0A0A61 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 10 + 97 = 117 (100%)
R 10 of 117 ~ 8.55%
G 10 of 117 ~ 8.55%
B 97 of 117 ~ 82.91%

%82.91

CMYK color model

#0A0A61 color CMYK value is (90,90,0,62).

  • cyan value is 89.69%
  • magenta value is 89.69%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(90,90,0,62)
C90M90Y0K62 
(90%,90%,0%,62%)
(0.90/0.90/0.00/0.62)	

CMYK percentages

%89.69
%89.69
%0
%61.96

Codes

Color #0A0A61 in popluar color models

0A0A61
RGB101097
HSL240°81.31%20.98%
HSB/HSV240°89.69%38.04%
CMYK89.69%89.69%0.00%
61.96%

Color #0A0A61 in popluar number systems.

HEX0A0A61
Decimal101097
Binary101010101100001
Octal1212141

Shades and tints

Shades of #0A0A61

#0A0A61
(10,10,97)
#0A0A59
(10,10,89)
#0A0A51
(10,10,81)
#0A0A49
(10,10,73)
#0A0A41
(10,10,65)
#0A0A39
(10,10,57)
#0A0A31
(10,10,49)
#0A0A29
(10,10,41)
#0A0A21
(10,10,33)
#0A0A19
(10,10,25)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #0A0A61

#0A0A61
(10,10,97)
#20206F
(32,32,111)
#36367D
(54,54,125)
#4C4C8B
(76,76,139)
#626299
(98,98,153)
#7878A7
(120,120,167)
#8E8EB5
(142,142,181)
#A4A4C3
(164,164,195)
#BABAD1
(186,186,209)
#D0D0DF
(208,208,223)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0A61; }

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

This text font color is #0A0A61.


Background Color

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

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

This div background color is #0A0A61.


Border color

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

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

This div border color is #0A0A61.


Opacity

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

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

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

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

This text has shadow with #0A0A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0A61 on black background.


Color preview on white background

This text has color #0A0A61 on white background.



Black color preview on #0A0A61 background

This text has black color on #0A0A61 background.


White color preview on #0A0A61 background

This text has white color on #0A0A61 background.