COLOR #0A3593

HEX: #0A3593 RGB: (10,53,147)

Color info

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

RGB color model

#0A3593 color RGB value is (10,53,147).

RGB: (10,53,147) (4%, 21%, 58%)

RGB channels and saturation

R 10 of 255 = 4%
G 53 of 255 = 21%
B 147 of 255 = 58%

10
53
147

R + G + B ~ 28%. #0A3593 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 53 + 147 = 210 (100%)
R 10 of 210 ~ 4.76%
G 53 of 210 ~ 25.24%
B 147 of 210 ~ 70'%

%25.24
%70

CMYK color model

#0A3593 color CMYK value is (93,64,0,42).

  • cyan value is 93.20%
  • magenta value is 63.95%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (93,64,0,42) C93M64Y0K42 (93%,64%,0%,42%) (0.93/0.64/0.00/0.42) 

CMYK percentages

%93.2
%63.95
%0
%42.35

Codes

Color #0A3593 in popluar color models

0A 35 93
RGB 10 53 147
HSL 221° 87.26% 30.78%
HSB/HSV 221° 93.20% 57.65%
CMYK 93.20% 63.95% 0.00%
42.35%

Color #0A3593 in popluar number systems.

HEX 0A 35 93
Decimal 10 53 147
Binary 1010 110101 10010011
Octal 12 65 223

Shades and tints

Shades of #0A3593

#0A3593
(10,53,147)
#0A3186
(10,49,134)
#0A2D79
(10,45,121)
#0A296C
(10,41,108)
#0A255F
(10,37,95)
#0A2152
(10,33,82)
#0A1D45
(10,29,69)
#0A1938
(10,25,56)
#0A152B
(10,21,43)
#0A111E
(10,17,30)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #0A3593

#0A3593
(10,53,147)
#20479C
(32,71,156)
#3659A5
(54,89,165)
#4C6BAE
(76,107,174)
#627DB7
(98,125,183)
#788FC0
(120,143,192)
#8EA1C9
(142,161,201)
#A4B3D2
(164,179,210)
#BAC5DB
(186,197,219)
#D0D7E4
(208,215,228)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3593; }

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

This text font color is #0A3593.

Background Color

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

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

This div background color is #0A3593.

Border color

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

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

This div border color is #0A3593.

Opacity

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

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

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

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

This text has shadow with #0A3593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A3593.

Preview

Color preview on black background

This text has color #0A3593 on black background.


Color preview on white background

This text has color #0A3593 on white background.


Black color preview on #0A3593 background

This text has black color on #0A3593 background.


White color preview on #0A3593 background

This text has white color on #0A3593 background.


Related colors

Complementary color

Complementary color for #hex is #F5CA6C.


I love getcolorcode.com

Triadic colors

1 #930A35 and #35930A with #0A3593 are triadic colors.

2 #93350A and #350A93 with #0A3593 are triadic colors.