COLOR #0A0951

HEX: #0A0951
RGB: (10,9,81)

Color info

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

RGB color model

#0A0951 color RGB value is (10,9,81).

  • red value is 10;
  • green value is 9;
  • blue value is 81.
RGB:
(10,9,81)
(4%,4%,32%)

RGB channels and saturation

R 10 of 255 = 4%
G 9 of 255 = 4%
B 81 of 255 = 32%

10
9
81

R + G + B ~ 13%. #0A0951 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 9 + 81 = 100 (100%)
R 10 of 100 ~ 10%
G 9 of 100 ~ 9%
B 81 of 100 ~ 81%

%10
%81

CMYK color model

#0A0951 color CMYK value is (88,89,0,68).

  • cyan value is 87.65%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(88,89,0,68)
C88M89Y0K68 
(88%,89%,0%,68%)
(0.88/0.89/0.00/0.68)	

CMYK percentages

%87.65
%88.89
%0
%68.24

Codes

Color #0A0951 in popluar color models

0A0951
RGB10981
HSL241°80.00%17.65%
HSB/HSV241°88.89%31.76%
CMYK87.65%88.89%0.00%
68.24%

Color #0A0951 in popluar number systems.

HEX0A0951
Decimal10981
Binary101010011010001
Octal1211121

Shades and tints

Shades of #0A0951

#0A0951
(10,9,81)
#0A094A
(10,9,74)
#0A0943
(10,9,67)
#0A093C
(10,9,60)
#0A0935
(10,9,53)
#0A092E
(10,9,46)
#0A0927
(10,9,39)
#0A0920
(10,9,32)
#0A0919
(10,9,25)
#0A0912
(10,9,18)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #0A0951

#0A0951
(10,9,81)
#201F60
(32,31,96)
#36356F
(54,53,111)
#4C4B7E
(76,75,126)
#62618D
(98,97,141)
#78779C
(120,119,156)
#8E8DAB
(142,141,171)
#A4A3BA
(164,163,186)
#BAB9C9
(186,185,201)
#D0CFD8
(208,207,216)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0951; }

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

This text font color is #0A0951.


Background Color

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

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

This div background color is #0A0951.


Border color

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

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

This div border color is #0A0951.


Opacity

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

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

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

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

This text has shadow with #0A0951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0951 on black background.


Color preview on white background

This text has color #0A0951 on white background.



Black color preview on #0A0951 background

This text has black color on #0A0951 background.


White color preview on #0A0951 background

This text has white color on #0A0951 background.