COLOR #0B20AA

HEX: #0B20AA
RGB: (11,32,170)

Color info

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

RGB color model

#0B20AA color RGB value is (11,32,170).

  • red value is 11;
  • green value is 32;
  • blue value is 170.
RGB:
(11,32,170)
(4%,13%,67%)

RGB channels and saturation

R 11 of 255 = 4%
G 32 of 255 = 13%
B 170 of 255 = 67%

11
32
170

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

Portions of RGB colors in percentages

R + G + B =
11 + 32 + 170 = 213 (100%)
R 11 of 213 ~ 5.16%
G 32 of 213 ~ 15.02%
B 170 of 213 ~ 79.81%

%15.02
%79.81

CMYK color model

#0B20AA color CMYK value is (94,81,0,33).

  • cyan value is 93.53%
  • magenta value is 81.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(94,81,0,33)
C94M81Y0K33 
(94%,81%,0%,33%)
(0.94/0.81/0.00/0.33)	

CMYK percentages

%93.53
%81.18
%0
%33.33

Codes

Color #0B20AA in popluar color models

0B20AA
RGB1132170
HSL232°87.85%35.49%
HSB/HSV232°93.53%66.67%
CMYK93.53%81.18%0.00%
33.33%

Color #0B20AA in popluar number systems.

HEX0B20AA
Decimal1132170
Binary101110000010101010
Octal1340252

Shades and tints

Shades of #0B20AA

#0B20AA
(11,32,170)
#0A1E9B
(10,30,155)
#091C8C
(9,28,140)
#081A7D
(8,26,125)
#07186E
(7,24,110)
#06165F
(6,22,95)
#051450
(5,20,80)
#041241
(4,18,65)
#031032
(3,16,50)
#020E23
(2,14,35)
#010C14
(1,12,20)
#000000
(0,0,0)

Tints of #0B20AA

#0B20AA
(11,32,170)
#2134B1
(33,52,177)
#3748B8
(55,72,184)
#4D5CBF
(77,92,191)
#6370C6
(99,112,198)
#7984CD
(121,132,205)
#8F98D4
(143,152,212)
#A5ACDB
(165,172,219)
#BBC0E2
(187,192,226)
#D1D4E9
(209,212,233)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B20AA color. Also use rgb(11,32,170) instead hex code.

Text Font Color

.myTextColor { color: #0B20AA; }

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

This text font color is #0B20AA.


Background Color

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

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

This div background color is #0B20AA.


Border color

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

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

This div border color is #0B20AA.


Opacity

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

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

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

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

This text has shadow with #0B20AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B20AA on black background.


Color preview on white background

This text has color #0B20AA on white background.



Black color preview on #0B20AA background

This text has black color on #0B20AA background.


White color preview on #0B20AA background

This text has white color on #0B20AA background.