COLOR #0A3774

HEX: #0A3774
RGB: (10,55,116)

Color info

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

RGB color model

#0A3774 color RGB value is (10,55,116).

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

RGB channels and saturation

R 10 of 255 = 4%
G 55 of 255 = 22%
B 116 of 255 = 45%

10
55
116

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

Portions of RGB colors in percentages

R + G + B =
10 + 55 + 116 = 181 (100%)
R 10 of 181 ~ 5.52%
G 55 of 181 ~ 30.39%
B 116 of 181 ~ 64.09%

%30.39
%64.09

CMYK color model

#0A3774 color CMYK value is (91,53,0,55).

  • cyan value is 91.38%
  • magenta value is 52.59%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(91,53,0,55)
C91M53Y0K55 
(91%,53%,0%,55%)
(0.91/0.53/0.00/0.55)	

CMYK percentages

%91.38
%52.59
%0
%54.51

Codes

Color #0A3774 in popluar color models

0A3774
RGB1055116
HSL215°84.13%24.71%
HSB/HSV215°91.38%45.49%
CMYK91.38%52.59%0.00%
54.51%

Color #0A3774 in popluar number systems.

HEX0A3774
Decimal1055116
Binary10101101111110100
Octal1267164

Shades and tints

Shades of #0A3774

#0A3774
(10,55,116)
#0A326A
(10,50,106)
#0A2D60
(10,45,96)
#0A2856
(10,40,86)
#0A234C
(10,35,76)
#0A1E42
(10,30,66)
#0A1938
(10,25,56)
#0A142E
(10,20,46)
#0A0F24
(10,15,36)
#0A0A1A
(10,10,26)
#0A0510
(10,5,16)
#000000
(0,0,0)

Tints of #0A3774

#0A3774
(10,55,116)
#204980
(32,73,128)
#365B8C
(54,91,140)
#4C6D98
(76,109,152)
#627FA4
(98,127,164)
#7891B0
(120,145,176)
#8EA3BC
(142,163,188)
#A4B5C8
(164,181,200)
#BAC7D4
(186,199,212)
#D0D9E0
(208,217,224)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3774; }

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

This text font color is #0A3774.


Background Color

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

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

This div background color is #0A3774.


Border color

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

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

This div border color is #0A3774.


Opacity

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

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

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

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

This text has shadow with #0A3774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3774 on black background.


Color preview on white background

This text has color #0A3774 on white background.



Black color preview on #0A3774 background

This text has black color on #0A3774 background.


White color preview on #0A3774 background

This text has white color on #0A3774 background.