COLOR #0B2DA5

HEX: #0B2DA5
RGB: (11,45,165)

Color info

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

RGB color model

#0B2DA5 color RGB value is (11,45,165).

  • red value is 11;
  • green value is 45;
  • blue value is 165.
RGB:
(11,45,165)
(4%,18%,65%)

RGB channels and saturation

R 11 of 255 = 4%
G 45 of 255 = 18%
B 165 of 255 = 65%

11
45
165

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

Portions of RGB colors in percentages

R + G + B =
11 + 45 + 165 = 221 (100%)
R 11 of 221 ~ 4.98%
G 45 of 221 ~ 20.36%
B 165 of 221 ~ 74.66%

%20.36
%74.66

CMYK color model

#0B2DA5 color CMYK value is (93,73,0,35).

  • cyan value is 93.33%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(93,73,0,35)
C93M73Y0K35 
(93%,73%,0%,35%)
(0.93/0.73/0.00/0.35)	

CMYK percentages

%93.33
%72.73
%0
%35.29

Codes

Color #0B2DA5 in popluar color models

0B2DA5
RGB1145165
HSL227°87.50%34.51%
HSB/HSV227°93.33%64.71%
CMYK93.33%72.73%0.00%
35.29%

Color #0B2DA5 in popluar number systems.

HEX0B2DA5
Decimal1145165
Binary101110110110100101
Octal1355245

Shades and tints

Shades of #0B2DA5

#0B2DA5
(11,45,165)
#0A2996
(10,41,150)
#092587
(9,37,135)
#082178
(8,33,120)
#071D69
(7,29,105)
#06195A
(6,25,90)
#05154B
(5,21,75)
#04113C
(4,17,60)
#030D2D
(3,13,45)
#02091E
(2,9,30)
#01050F
(1,5,15)
#000000
(0,0,0)

Tints of #0B2DA5

#0B2DA5
(11,45,165)
#2140AD
(33,64,173)
#3753B5
(55,83,181)
#4D66BD
(77,102,189)
#6379C5
(99,121,197)
#798CCD
(121,140,205)
#8F9FD5
(143,159,213)
#A5B2DD
(165,178,221)
#BBC5E5
(187,197,229)
#D1D8ED
(209,216,237)
#E7EBF5
(231,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B2DA5 color. Also use rgb(11,45,165) instead hex code.

Text Font Color

.myTextColor { color: #0B2DA5; }

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

This text font color is #0B2DA5.


Background Color

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

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

This div background color is #0B2DA5.


Border color

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

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

This div border color is #0B2DA5.


Opacity

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

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

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

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

This text has shadow with #0B2DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2DA5 on black background.


Color preview on white background

This text has color #0B2DA5 on white background.



Black color preview on #0B2DA5 background

This text has black color on #0B2DA5 background.


White color preview on #0B2DA5 background

This text has white color on #0B2DA5 background.