COLOR #0A325F

HEX: #0A325F
RGB: (10,50,95)

Color info

#0A325F contains mainly green and blue colors. Web safe color of #0A325F is #003366 (or #036).

RGB color model

#0A325F color RGB value is (10,50,95).

  • red value is 10;
  • green value is 50;
  • blue value is 95.
RGB:
(10,50,95)
(4%,20%,37%)

RGB channels and saturation

R 10 of 255 = 4%
G 50 of 255 = 20%
B 95 of 255 = 37%

10
50
95

R + G + B ~ 20%. #0A325F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 50 + 95 = 155 (100%)
R 10 of 155 ~ 6.45%
G 50 of 155 ~ 32.26%
B 95 of 155 ~ 61.29%

%32.26
%61.29

CMYK color model

#0A325F color CMYK value is (89,47,0,63).

  • cyan value is 89.47%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(89,47,0,63)
C89M47Y0K63 
(89%,47%,0%,63%)
(0.89/0.47/0.00/0.63)	

CMYK percentages

%89.47
%47.37
%0
%62.75

Codes

Color #0A325F in popluar color models

0A325F
RGB105095
HSL212°80.95%20.59%
HSB/HSV212°89.47%37.25%
CMYK89.47%47.37%0.00%
62.75%

Color #0A325F in popluar number systems.

HEX0A325F
Decimal105095
Binary10101100101011111
Octal1262137

Shades and tints

Shades of #0A325F

#0A325F
(10,50,95)
#0A2E57
(10,46,87)
#0A2A4F
(10,42,79)
#0A2647
(10,38,71)
#0A223F
(10,34,63)
#0A1E37
(10,30,55)
#0A1A2F
(10,26,47)
#0A1627
(10,22,39)
#0A121F
(10,18,31)
#0A0E17
(10,14,23)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #0A325F

#0A325F
(10,50,95)
#20446D
(32,68,109)
#36567B
(54,86,123)
#4C6889
(76,104,137)
#627A97
(98,122,151)
#788CA5
(120,140,165)
#8E9EB3
(142,158,179)
#A4B0C1
(164,176,193)
#BAC2CF
(186,194,207)
#D0D4DD
(208,212,221)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A325F; }

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

This text font color is #0A325F.


Background Color

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

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

This div background color is #0A325F.


Border color

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

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

This div border color is #0A325F.


Opacity

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

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

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

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

This text has shadow with #0A325F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A325F on black background.


Color preview on white background

This text has color #0A325F on white background.



Black color preview on #0A325F background

This text has black color on #0A325F background.


White color preview on #0A325F background

This text has white color on #0A325F background.