COLOR #0B51AD

HEX: #0B51AD
RGB: (11,81,173)

Color info

#0B51AD contains mainly blue color. Web safe color of #0B51AD is #006699 (or #069).

RGB color model

#0B51AD color RGB value is (11,81,173).

  • red value is 11;
  • green value is 81;
  • blue value is 173.
RGB:
(11,81,173)
(4%,32%,68%)

RGB channels and saturation

R 11 of 255 = 4%
G 81 of 255 = 32%
B 173 of 255 = 68%

11
81
173

R + G + B ~ 35%. #0B51AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 81 + 173 = 265 (100%)
R 11 of 265 ~ 4.15%
G 81 of 265 ~ 30.57%
B 173 of 265 ~ 65.28%

%30.57
%65.28

CMYK color model

#0B51AD color CMYK value is (94,53,0,32).

  • cyan value is 93.64%
  • magenta value is 53.18%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(94,53,0,32)
C94M53Y0K32 
(94%,53%,0%,32%)
(0.94/0.53/0.00/0.32)	

CMYK percentages

%93.64
%53.18
%0
%32.16

Codes

Color #0B51AD in popluar color models

0B51AD
RGB1181173
HSL214°88.04%36.08%
HSB/HSV214°93.64%67.84%
CMYK93.64%53.18%0.00%
32.16%

Color #0B51AD in popluar number systems.

HEX0B51AD
Decimal1181173
Binary1011101000110101101
Octal13121255

Shades and tints

Shades of #0B51AD

#0B51AD
(11,81,173)
#0A4A9E
(10,74,158)
#09438F
(9,67,143)
#083C80
(8,60,128)
#073571
(7,53,113)
#062E62
(6,46,98)
#052753
(5,39,83)
#042044
(4,32,68)
#031935
(3,25,53)
#021226
(2,18,38)
#010B17
(1,11,23)
#000000
(0,0,0)

Tints of #0B51AD

#0B51AD
(11,81,173)
#2160B4
(33,96,180)
#376FBB
(55,111,187)
#4D7EC2
(77,126,194)
#638DC9
(99,141,201)
#799CD0
(121,156,208)
#8FABD7
(143,171,215)
#A5BADE
(165,186,222)
#BBC9E5
(187,201,229)
#D1D8EC
(209,216,236)
#E7E7F3
(231,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B51AD color. Also use rgb(11,81,173) instead hex code.

Text Font Color

.myTextColor { color: #0B51AD; }

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

This text font color is #0B51AD.


Background Color

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

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

This div background color is #0B51AD.


Border color

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

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

This div border color is #0B51AD.


Opacity

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

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

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

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

This text has shadow with #0B51AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B51AD on black background.


Color preview on white background

This text has color #0B51AD on white background.



Black color preview on #0B51AD background

This text has black color on #0B51AD background.


White color preview on #0B51AD background

This text has white color on #0B51AD background.