COLOR #0A339B

HEX: #0A339B
RGB: (10,51,155)

Color info

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

RGB color model

#0A339B color RGB value is (10,51,155).

  • red value is 10;
  • green value is 51;
  • blue value is 155.
RGB:
(10,51,155)
(4%,20%,61%)

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 155 of 255 = 61%

10
51
155

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

Portions of RGB colors in percentages

R + G + B =
10 + 51 + 155 = 216 (100%)
R 10 of 216 ~ 4.63%
G 51 of 216 ~ 23.61%
B 155 of 216 ~ 71.76%

%23.61
%71.76

CMYK color model

#0A339B color CMYK value is (94,67,0,39).

  • cyan value is 93.55%
  • magenta value is 67.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(94,67,0,39)
C94M67Y0K39 
(94%,67%,0%,39%)
(0.94/0.67/0.00/0.39)	

CMYK percentages

%93.55
%67.1
%0
%39.22

Codes

Color #0A339B in popluar color models

0A339B
RGB1051155
HSL223°87.88%32.35%
HSB/HSV223°93.55%60.78%
CMYK93.55%67.10%0.00%
39.22%

Color #0A339B in popluar number systems.

HEX0A339B
Decimal1051155
Binary101011001110011011
Octal1263233

Shades and tints

Shades of #0A339B

#0A339B
(10,51,155)
#0A2F8D
(10,47,141)
#0A2B7F
(10,43,127)
#0A2771
(10,39,113)
#0A2363
(10,35,99)
#0A1F55
(10,31,85)
#0A1B47
(10,27,71)
#0A1739
(10,23,57)
#0A132B
(10,19,43)
#0A0F1D
(10,15,29)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #0A339B

#0A339B
(10,51,155)
#2045A4
(32,69,164)
#3657AD
(54,87,173)
#4C69B6
(76,105,182)
#627BBF
(98,123,191)
#788DC8
(120,141,200)
#8E9FD1
(142,159,209)
#A4B1DA
(164,177,218)
#BAC3E3
(186,195,227)
#D0D5EC
(208,213,236)
#E6E7F5
(230,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A339B color. Also use rgb(10,51,155) instead hex code.

Text Font Color

.myTextColor { color: #0A339B; }

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

This text font color is #0A339B.


Background Color

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

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

This div background color is #0A339B.


Border color

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

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

This div border color is #0A339B.


Opacity

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

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

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

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

This text has shadow with #0A339B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A339B on black background.


Color preview on white background

This text has color #0A339B on white background.



Black color preview on #0A339B background

This text has black color on #0A339B background.


White color preview on #0A339B background

This text has white color on #0A339B background.