COLOR #0A3289

HEX: #0A3289
RGB: (10,50,137)

Color info

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

RGB color model

#0A3289 color RGB value is (10,50,137).

  • red value is 10;
  • green value is 50;
  • blue value is 137.
RGB:
(10,50,137)
(4%,20%,54%)

RGB channels and saturation

R 10 of 255 = 4%
G 50 of 255 = 20%
B 137 of 255 = 54%

10
50
137

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

Portions of RGB colors in percentages

R + G + B =
10 + 50 + 137 = 197 (100%)
R 10 of 197 ~ 5.08%
G 50 of 197 ~ 25.38%
B 137 of 197 ~ 69.54%

%25.38
%69.54

CMYK color model

#0A3289 color CMYK value is (93,64,0,46).

  • cyan value is 92.70%
  • magenta value is 63.50%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(93,64,0,46)
C93M64Y0K46 
(93%,64%,0%,46%)
(0.93/0.64/0.00/0.46)	

CMYK percentages

%92.7
%63.5
%0
%46.27

Codes

Color #0A3289 in popluar color models

0A3289
RGB1050137
HSL221°86.39%28.82%
HSB/HSV221°92.70%53.73%
CMYK92.70%63.50%0.00%
46.27%

Color #0A3289 in popluar number systems.

HEX0A3289
Decimal1050137
Binary101011001010001001
Octal1262211

Shades and tints

Shades of #0A3289

#0A3289
(10,50,137)
#0A2E7D
(10,46,125)
#0A2A71
(10,42,113)
#0A2665
(10,38,101)
#0A2259
(10,34,89)
#0A1E4D
(10,30,77)
#0A1A41
(10,26,65)
#0A1635
(10,22,53)
#0A1229
(10,18,41)
#0A0E1D
(10,14,29)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #0A3289

#0A3289
(10,50,137)
#204493
(32,68,147)
#36569D
(54,86,157)
#4C68A7
(76,104,167)
#627AB1
(98,122,177)
#788CBB
(120,140,187)
#8E9EC5
(142,158,197)
#A4B0CF
(164,176,207)
#BAC2D9
(186,194,217)
#D0D4E3
(208,212,227)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3289 color. Also use rgb(10,50,137) instead hex code.

Text Font Color

.myTextColor { color: #0A3289; }

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

This text font color is #0A3289.


Background Color

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

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

This div background color is #0A3289.


Border color

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

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

This div border color is #0A3289.


Opacity

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

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

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

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

This text has shadow with #0A3289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3289 on black background.


Color preview on white background

This text has color #0A3289 on white background.



Black color preview on #0A3289 background

This text has black color on #0A3289 background.


White color preview on #0A3289 background

This text has white color on #0A3289 background.