COLOR #0A3A7E

HEX: #0A3A7E
RGB: (10,58,126)

Color info

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

RGB color model

#0A3A7E color RGB value is (10,58,126).

  • red value is 10;
  • green value is 58;
  • blue value is 126.
RGB:
(10,58,126)
(4%,23%,49%)

RGB channels and saturation

R 10 of 255 = 4%
G 58 of 255 = 23%
B 126 of 255 = 49%

10
58
126

R + G + B ~ 25%. #0A3A7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 58 + 126 = 194 (100%)
R 10 of 194 ~ 5.15%
G 58 of 194 ~ 29.9%
B 126 of 194 ~ 64.95%

%29.9
%64.95

CMYK color model

#0A3A7E color CMYK value is (92,54,0,51).

  • cyan value is 92.06%
  • magenta value is 53.97%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(92,54,0,51)
C92M54Y0K51 
(92%,54%,0%,51%)
(0.92/0.54/0.00/0.51)	

CMYK percentages

%92.06
%53.97
%0
%50.59

Codes

Color #0A3A7E in popluar color models

0A3A7E
RGB1058126
HSL215°85.29%26.67%
HSB/HSV215°92.06%49.41%
CMYK92.06%53.97%0.00%
50.59%

Color #0A3A7E in popluar number systems.

HEX0A3A7E
Decimal1058126
Binary10101110101111110
Octal1272176

Shades and tints

Shades of #0A3A7E

#0A3A7E
(10,58,126)
#0A3573
(10,53,115)
#0A3068
(10,48,104)
#0A2B5D
(10,43,93)
#0A2652
(10,38,82)
#0A2147
(10,33,71)
#0A1C3C
(10,28,60)
#0A1731
(10,23,49)
#0A1226
(10,18,38)
#0A0D1B
(10,13,27)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #0A3A7E

#0A3A7E
(10,58,126)
#204B89
(32,75,137)
#365C94
(54,92,148)
#4C6D9F
(76,109,159)
#627EAA
(98,126,170)
#788FB5
(120,143,181)
#8EA0C0
(142,160,192)
#A4B1CB
(164,177,203)
#BAC2D6
(186,194,214)
#D0D3E1
(208,211,225)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3A7E color. Also use rgb(10,58,126) instead hex code.

Text Font Color

.myTextColor { color: #0A3A7E; }

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

This text font color is #0A3A7E.


Background Color

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

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

This div background color is #0A3A7E.


Border color

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

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

This div border color is #0A3A7E.


Opacity

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

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

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

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

This text has shadow with #0A3A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3A7E on black background.


Color preview on white background

This text has color #0A3A7E on white background.



Black color preview on #0A3A7E background

This text has black color on #0A3A7E background.


White color preview on #0A3A7E background

This text has white color on #0A3A7E background.