COLOR #0B2AA9

HEX: #0B2AA9
RGB: (11,42,169)

Color info

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

RGB color model

#0B2AA9 color RGB value is (11,42,169).

  • red value is 11;
  • green value is 42;
  • blue value is 169.
RGB:
(11,42,169)
(4%,16%,66%)

RGB channels and saturation

R 11 of 255 = 4%
G 42 of 255 = 16%
B 169 of 255 = 66%

11
42
169

R + G + B ~ 29%. #0B2AA9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 42 + 169 = 222 (100%)
R 11 of 222 ~ 4.95%
G 42 of 222 ~ 18.92%
B 169 of 222 ~ 76.13%

%18.92
%76.13

CMYK color model

#0B2AA9 color CMYK value is (93,75,0,34).

  • cyan value is 93.49%
  • magenta value is 75.15%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(93,75,0,34)
C93M75Y0K34 
(93%,75%,0%,34%)
(0.93/0.75/0.00/0.34)	

CMYK percentages

%93.49
%75.15
%0
%33.73

Codes

Color #0B2AA9 in popluar color models

0B2AA9
RGB1142169
HSL228°87.78%35.29%
HSB/HSV228°93.49%66.27%
CMYK93.49%75.15%0.00%
33.73%

Color #0B2AA9 in popluar number systems.

HEX0B2AA9
Decimal1142169
Binary101110101010101001
Octal1352251

Shades and tints

Shades of #0B2AA9

#0B2AA9
(11,42,169)
#0A279A
(10,39,154)
#09248B
(9,36,139)
#08217C
(8,33,124)
#071E6D
(7,30,109)
#061B5E
(6,27,94)
#05184F
(5,24,79)
#041540
(4,21,64)
#031231
(3,18,49)
#020F22
(2,15,34)
#010C13
(1,12,19)
#000000
(0,0,0)

Tints of #0B2AA9

#0B2AA9
(11,42,169)
#213DB0
(33,61,176)
#3750B7
(55,80,183)
#4D63BE
(77,99,190)
#6376C5
(99,118,197)
#7989CC
(121,137,204)
#8F9CD3
(143,156,211)
#A5AFDA
(165,175,218)
#BBC2E1
(187,194,225)
#D1D5E8
(209,213,232)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B2AA9 color. Also use rgb(11,42,169) instead hex code.

Text Font Color

.myTextColor { color: #0B2AA9; }

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

This text font color is #0B2AA9.


Background Color

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

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

This div background color is #0B2AA9.


Border color

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

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

This div border color is #0B2AA9.


Opacity

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

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

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

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

This text has shadow with #0B2AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2AA9 on black background.


Color preview on white background

This text has color #0B2AA9 on white background.



Black color preview on #0B2AA9 background

This text has black color on #0B2AA9 background.


White color preview on #0B2AA9 background

This text has white color on #0B2AA9 background.