COLOR #0A3790

HEX: #0A3790
RGB: (10,55,144)

Color info

#0A3790 contains mainly blue color. Web safe color of #0A3790 is #003399 (or #039).

RGB color model

#0A3790 color RGB value is (10,55,144).

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

RGB channels and saturation

R 10 of 255 = 4%
G 55 of 255 = 22%
B 144 of 255 = 56%

10
55
144

R + G + B ~ 27%. #0A3790 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 55 + 144 = 209 (100%)
R 10 of 209 ~ 4.78%
G 55 of 209 ~ 26.32%
B 144 of 209 ~ 68.9%

%26.32
%68.9

CMYK color model

#0A3790 color CMYK value is (93,62,0,44).

  • cyan value is 93.06%
  • magenta value is 61.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(93,62,0,44)
C93M62Y0K44 
(93%,62%,0%,44%)
(0.93/0.62/0.00/0.44)	

CMYK percentages

%93.06
%61.81
%0
%43.53

Codes

Color #0A3790 in popluar color models

0A3790
RGB1055144
HSL220°87.01%30.20%
HSB/HSV220°93.06%56.47%
CMYK93.06%61.81%0.00%
43.53%

Color #0A3790 in popluar number systems.

HEX0A3790
Decimal1055144
Binary101011011110010000
Octal1267220

Shades and tints

Shades of #0A3790

#0A3790
(10,55,144)
#0A3283
(10,50,131)
#0A2D76
(10,45,118)
#0A2869
(10,40,105)
#0A235C
(10,35,92)
#0A1E4F
(10,30,79)
#0A1942
(10,25,66)
#0A1435
(10,20,53)
#0A0F28
(10,15,40)
#0A0A1B
(10,10,27)
#0A050E
(10,5,14)
#000000
(0,0,0)

Tints of #0A3790

#0A3790
(10,55,144)
#20499A
(32,73,154)
#365BA4
(54,91,164)
#4C6DAE
(76,109,174)
#627FB8
(98,127,184)
#7891C2
(120,145,194)
#8EA3CC
(142,163,204)
#A4B5D6
(164,181,214)
#BAC7E0
(186,199,224)
#D0D9EA
(208,217,234)
#E6EBF4
(230,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3790; }

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

This text font color is #0A3790.


Background Color

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

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

This div background color is #0A3790.


Border color

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

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

This div border color is #0A3790.


Opacity

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

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

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

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

This text has shadow with #0A3790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3790 on black background.


Color preview on white background

This text has color #0A3790 on white background.



Black color preview on #0A3790 background

This text has black color on #0A3790 background.


White color preview on #0A3790 background

This text has white color on #0A3790 background.