COLOR #0B1171

HEX: #0B1171
RGB: (11,17,113)

Color info

#0B1171 contains mainly blue color. Web safe color of #0B1171 is #000066 (or #006).

RGB color model

#0B1171 color RGB value is (11,17,113).

  • red value is 11;
  • green value is 17;
  • blue value is 113.
RGB:
(11,17,113)
(4%,7%,44%)

RGB channels and saturation

R 11 of 255 = 4%
G 17 of 255 = 7%
B 113 of 255 = 44%

11
17
113

R + G + B ~ 18%. #0B1171 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 17 + 113 = 141 (100%)
R 11 of 141 ~ 7.8%
G 17 of 141 ~ 12.06%
B 113 of 141 ~ 80.14%

%12.06
%80.14

CMYK color model

#0B1171 color CMYK value is (90,85,0,56).

  • cyan value is 90.27%
  • magenta value is 84.96%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(90,85,0,56)
C90M85Y0K56 
(90%,85%,0%,56%)
(0.90/0.85/0.00/0.56)	

CMYK percentages

%90.27
%84.96
%0
%55.69

Codes

Color #0B1171 in popluar color models

0B1171
RGB1117113
HSL236°82.26%24.31%
HSB/HSV236°90.27%44.31%
CMYK90.27%84.96%0.00%
55.69%

Color #0B1171 in popluar number systems.

HEX0B1171
Decimal1117113
Binary1011100011110001
Octal1321161

Shades and tints

Shades of #0B1171

#0B1171
(11,17,113)
#0A1067
(10,16,103)
#090F5D
(9,15,93)
#080E53
(8,14,83)
#070D49
(7,13,73)
#060C3F
(6,12,63)
#050B35
(5,11,53)
#040A2B
(4,10,43)
#030921
(3,9,33)
#020817
(2,8,23)
#01070D
(1,7,13)
#000000
(0,0,0)

Tints of #0B1171

#0B1171
(11,17,113)
#21267D
(33,38,125)
#373B89
(55,59,137)
#4D5095
(77,80,149)
#6365A1
(99,101,161)
#797AAD
(121,122,173)
#8F8FB9
(143,143,185)
#A5A4C5
(165,164,197)
#BBB9D1
(187,185,209)
#D1CEDD
(209,206,221)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1171 color. Also use rgb(11,17,113) instead hex code.

Text Font Color

.myTextColor { color: #0B1171; }

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

This text font color is #0B1171.


Background Color

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

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

This div background color is #0B1171.


Border color

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

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

This div border color is #0B1171.


Opacity

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

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

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

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

This text has shadow with #0B1171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1171 on black background.


Color preview on white background

This text has color #0B1171 on white background.



Black color preview on #0B1171 background

This text has black color on #0B1171 background.


White color preview on #0B1171 background

This text has white color on #0B1171 background.