COLOR #0A3779

HEX: #0A3779
RGB: (10,55,121)

Color info

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

RGB color model

#0A3779 color RGB value is (10,55,121).

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

RGB channels and saturation

R 10 of 255 = 4%
G 55 of 255 = 22%
B 121 of 255 = 47%

10
55
121

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

Portions of RGB colors in percentages

R + G + B =
10 + 55 + 121 = 186 (100%)
R 10 of 186 ~ 5.38%
G 55 of 186 ~ 29.57%
B 121 of 186 ~ 65.05%

%29.57
%65.05

CMYK color model

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

  • cyan value is 91.74%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(92,55,0,53)
C92M55Y0K53 
(92%,55%,0%,53%)
(0.92/0.55/0.00/0.53)	

CMYK percentages

%91.74
%54.55
%0
%52.55

Codes

Color #0A3779 in popluar color models

0A3779
RGB1055121
HSL216°84.73%25.69%
HSB/HSV216°91.74%47.45%
CMYK91.74%54.55%0.00%
52.55%

Color #0A3779 in popluar number systems.

HEX0A3779
Decimal1055121
Binary10101101111111001
Octal1267171

Shades and tints

Shades of #0A3779

#0A3779
(10,55,121)
#0A326E
(10,50,110)
#0A2D63
(10,45,99)
#0A2858
(10,40,88)
#0A234D
(10,35,77)
#0A1E42
(10,30,66)
#0A1937
(10,25,55)
#0A142C
(10,20,44)
#0A0F21
(10,15,33)
#0A0A16
(10,10,22)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #0A3779

#0A3779
(10,55,121)
#204985
(32,73,133)
#365B91
(54,91,145)
#4C6D9D
(76,109,157)
#627FA9
(98,127,169)
#7891B5
(120,145,181)
#8EA3C1
(142,163,193)
#A4B5CD
(164,181,205)
#BAC7D9
(186,199,217)
#D0D9E5
(208,217,229)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3779; }

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

This text font color is #0A3779.


Background Color

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

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

This div background color is #0A3779.


Border color

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

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

This div border color is #0A3779.


Opacity

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

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

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

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

This text has shadow with #0A3779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3779 on black background.


Color preview on white background

This text has color #0A3779 on white background.



Black color preview on #0A3779 background

This text has black color on #0A3779 background.


White color preview on #0A3779 background

This text has white color on #0A3779 background.