COLOR #0A3576

HEX: #0A3576
RGB: (10,53,118)

Color info

#0A3576 contains mainly blue color. Web safe color of #0A3576 is #003366 (or #036).

RGB color model

#0A3576 color RGB value is (10,53,118).

  • red value is 10;
  • green value is 53;
  • blue value is 118.
RGB:
(10,53,118)
(4%,21%,46%)

RGB channels and saturation

R 10 of 255 = 4%
G 53 of 255 = 21%
B 118 of 255 = 46%

10
53
118

R + G + B ~ 24%. #0A3576 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 53 + 118 = 181 (100%)
R 10 of 181 ~ 5.52%
G 53 of 181 ~ 29.28%
B 118 of 181 ~ 65.19%

%29.28
%65.19

CMYK color model

#0A3576 color CMYK value is (92,55,0,54).

  • cyan value is 91.53%
  • magenta value is 55.08%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(92,55,0,54)
C92M55Y0K54 
(92%,55%,0%,54%)
(0.92/0.55/0.00/0.54)	

CMYK percentages

%91.53
%55.08
%0
%53.73

Codes

Color #0A3576 in popluar color models

0A3576
RGB1053118
HSL216°84.38%25.10%
HSB/HSV216°91.53%46.27%
CMYK91.53%55.08%0.00%
53.73%

Color #0A3576 in popluar number systems.

HEX0A3576
Decimal1053118
Binary10101101011110110
Octal1265166

Shades and tints

Shades of #0A3576

#0A3576
(10,53,118)
#0A316C
(10,49,108)
#0A2D62
(10,45,98)
#0A2958
(10,41,88)
#0A254E
(10,37,78)
#0A2144
(10,33,68)
#0A1D3A
(10,29,58)
#0A1930
(10,25,48)
#0A1526
(10,21,38)
#0A111C
(10,17,28)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #0A3576

#0A3576
(10,53,118)
#204782
(32,71,130)
#36598E
(54,89,142)
#4C6B9A
(76,107,154)
#627DA6
(98,125,166)
#788FB2
(120,143,178)
#8EA1BE
(142,161,190)
#A4B3CA
(164,179,202)
#BAC5D6
(186,197,214)
#D0D7E2
(208,215,226)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3576; }

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

This text font color is #0A3576.


Background Color

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

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

This div background color is #0A3576.


Border color

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

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

This div border color is #0A3576.


Opacity

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

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

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

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

This text has shadow with #0A3576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3576 on black background.


Color preview on white background

This text has color #0A3576 on white background.



Black color preview on #0A3576 background

This text has black color on #0A3576 background.


White color preview on #0A3576 background

This text has white color on #0A3576 background.