COLOR #0A4493

HEX: #0A4493
RGB: (10,68,147)

Color info

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

RGB color model

#0A4493 color RGB value is (10,68,147).

  • red value is 10;
  • green value is 68;
  • blue value is 147.
RGB:
(10,68,147)
(4%,27%,58%)

RGB channels and saturation

R 10 of 255 = 4%
G 68 of 255 = 27%
B 147 of 255 = 58%

10
68
147

R + G + B ~ 30%. #0A4493 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 68 + 147 = 225 (100%)
R 10 of 225 ~ 4.44%
G 68 of 225 ~ 30.22%
B 147 of 225 ~ 65.33%

%30.22
%65.33

CMYK color model

#0A4493 color CMYK value is (93,54,0,42).

  • cyan value is 93.20%
  • magenta value is 53.74%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(93,54,0,42)
C93M54Y0K42 
(93%,54%,0%,42%)
(0.93/0.54/0.00/0.42)	

CMYK percentages

%93.2
%53.74
%0
%42.35

Codes

Color #0A4493 in popluar color models

0A4493
RGB1068147
HSL215°87.26%30.78%
HSB/HSV215°93.20%57.65%
CMYK93.20%53.74%0.00%
42.35%

Color #0A4493 in popluar number systems.

HEX0A4493
Decimal1068147
Binary1010100010010010011
Octal12104223

Shades and tints

Shades of #0A4493

#0A4493
(10,68,147)
#0A3E86
(10,62,134)
#0A3879
(10,56,121)
#0A326C
(10,50,108)
#0A2C5F
(10,44,95)
#0A2652
(10,38,82)
#0A2045
(10,32,69)
#0A1A38
(10,26,56)
#0A142B
(10,20,43)
#0A0E1E
(10,14,30)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #0A4493

#0A4493
(10,68,147)
#20559C
(32,85,156)
#3666A5
(54,102,165)
#4C77AE
(76,119,174)
#6288B7
(98,136,183)
#7899C0
(120,153,192)
#8EAAC9
(142,170,201)
#A4BBD2
(164,187,210)
#BACCDB
(186,204,219)
#D0DDE4
(208,221,228)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A4493 color. Also use rgb(10,68,147) instead hex code.

Text Font Color

.myTextColor { color: #0A4493; }

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

This text font color is #0A4493.


Background Color

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

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

This div background color is #0A4493.


Border color

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

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

This div border color is #0A4493.


Opacity

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

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

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

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

This text has shadow with #0A4493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4493 on black background.


Color preview on white background

This text has color #0A4493 on white background.



Black color preview on #0A4493 background

This text has black color on #0A4493 background.


White color preview on #0A4493 background

This text has white color on #0A4493 background.