COLOR #0A2386

HEX: #0A2386
RGB: (10,35,134)

Color info

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

RGB color model

#0A2386 color RGB value is (10,35,134).

  • red value is 10;
  • green value is 35;
  • blue value is 134.
RGB:
(10,35,134)
(4%,14%,53%)

RGB channels and saturation

R 10 of 255 = 4%
G 35 of 255 = 14%
B 134 of 255 = 53%

10
35
134

R + G + B ~ 24%. #0A2386 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 35 + 134 = 179 (100%)
R 10 of 179 ~ 5.59%
G 35 of 179 ~ 19.55%
B 134 of 179 ~ 74.86%

%19.55
%74.86

CMYK color model

#0A2386 color CMYK value is (93,74,0,47).

  • cyan value is 92.54%
  • magenta value is 73.88%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(93,74,0,47)
C93M74Y0K47 
(93%,74%,0%,47%)
(0.93/0.74/0.00/0.47)	

CMYK percentages

%92.54
%73.88
%0
%47.45

Codes

Color #0A2386 in popluar color models

0A2386
RGB1035134
HSL228°86.11%28.24%
HSB/HSV228°92.54%52.55%
CMYK92.54%73.88%0.00%
47.45%

Color #0A2386 in popluar number systems.

HEX0A2386
Decimal1035134
Binary101010001110000110
Octal1243206

Shades and tints

Shades of #0A2386

#0A2386
(10,35,134)
#0A207A
(10,32,122)
#0A1D6E
(10,29,110)
#0A1A62
(10,26,98)
#0A1756
(10,23,86)
#0A144A
(10,20,74)
#0A113E
(10,17,62)
#0A0E32
(10,14,50)
#0A0B26
(10,11,38)
#0A081A
(10,8,26)
#0A050E
(10,5,14)
#000000
(0,0,0)

Tints of #0A2386

#0A2386
(10,35,134)
#203791
(32,55,145)
#364B9C
(54,75,156)
#4C5FA7
(76,95,167)
#6273B2
(98,115,178)
#7887BD
(120,135,189)
#8E9BC8
(142,155,200)
#A4AFD3
(164,175,211)
#BAC3DE
(186,195,222)
#D0D7E9
(208,215,233)
#E6EBF4
(230,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2386 color. Also use rgb(10,35,134) instead hex code.

Text Font Color

.myTextColor { color: #0A2386; }

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

This text font color is #0A2386.


Background Color

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

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

This div background color is #0A2386.


Border color

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

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

This div border color is #0A2386.


Opacity

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

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

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

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

This text has shadow with #0A2386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2386 on black background.


Color preview on white background

This text has color #0A2386 on white background.



Black color preview on #0A2386 background

This text has black color on #0A2386 background.


White color preview on #0A2386 background

This text has white color on #0A2386 background.