COLOR #0A3D83

HEX: #0A3D83
RGB: (10,61,131)

Color info

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

RGB color model

#0A3D83 color RGB value is (10,61,131).

  • red value is 10;
  • green value is 61;
  • blue value is 131.
RGB:
(10,61,131)
(4%,24%,51%)

RGB channels and saturation

R 10 of 255 = 4%
G 61 of 255 = 24%
B 131 of 255 = 51%

10
61
131

R + G + B ~ 26%. #0A3D83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 61 + 131 = 202 (100%)
R 10 of 202 ~ 4.95%
G 61 of 202 ~ 30.2%
B 131 of 202 ~ 64.85%

%30.2
%64.85

CMYK color model

#0A3D83 color CMYK value is (92,53,0,49).

  • cyan value is 92.37%
  • magenta value is 53.44%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(92,53,0,49)
C92M53Y0K49 
(92%,53%,0%,49%)
(0.92/0.53/0.00/0.49)	

CMYK percentages

%92.37
%53.44
%0
%48.63

Codes

Color #0A3D83 in popluar color models

0A3D83
RGB1061131
HSL215°85.82%27.65%
HSB/HSV215°92.37%51.37%
CMYK92.37%53.44%0.00%
48.63%

Color #0A3D83 in popluar number systems.

HEX0A3D83
Decimal1061131
Binary101011110110000011
Octal1275203

Shades and tints

Shades of #0A3D83

#0A3D83
(10,61,131)
#0A3878
(10,56,120)
#0A336D
(10,51,109)
#0A2E62
(10,46,98)
#0A2957
(10,41,87)
#0A244C
(10,36,76)
#0A1F41
(10,31,65)
#0A1A36
(10,26,54)
#0A152B
(10,21,43)
#0A1020
(10,16,32)
#0A0B15
(10,11,21)
#000000
(0,0,0)

Tints of #0A3D83

#0A3D83
(10,61,131)
#204E8E
(32,78,142)
#365F99
(54,95,153)
#4C70A4
(76,112,164)
#6281AF
(98,129,175)
#7892BA
(120,146,186)
#8EA3C5
(142,163,197)
#A4B4D0
(164,180,208)
#BAC5DB
(186,197,219)
#D0D6E6
(208,214,230)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3D83 color. Also use rgb(10,61,131) instead hex code.

Text Font Color

.myTextColor { color: #0A3D83; }

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

This text font color is #0A3D83.


Background Color

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

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

This div background color is #0A3D83.


Border color

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

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

This div border color is #0A3D83.


Opacity

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

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

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

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

This text has shadow with #0A3D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3D83 on black background.


Color preview on white background

This text has color #0A3D83 on white background.



Black color preview on #0A3D83 background

This text has black color on #0A3D83 background.


White color preview on #0A3D83 background

This text has white color on #0A3D83 background.