COLOR #0B1771

HEX: #0B1771 RGB: (11,23,113)

Color info

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

RGB color model

#0B1771 color RGB value is (11,23,113).

RGB: (11,23,113) (4%, 9%, 44%)

RGB channels and saturation

R 11 of 255 = 4%
G 23 of 255 = 9%
B 113 of 255 = 44%

11
23
113

R + G + B ~ 19%. #0B1771 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 23 + 113 = 147 (100%)
R 11 of 147 ~ 7.48%
G 23 of 147 ~ 15.65%
B 113 of 147 ~ 76.87'%

%15.65
%76.87

CMYK color model

#0B1771 color CMYK value is (90,80,0,56).

  • cyan value is 90.27%
  • magenta value is 79.65%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (90,80,0,56)
C90M80Y0K56 (90%, 80%, 0%, 56%)
(0.90 / 0.80 / 0.00 / 0.56)

CMYK percentages

%90.27
%79.65
%0
%55.69

Codes

Color #0B1771 in popluar color models

0B 17 71
RGB 11 23 113
HSL 233° 82.26% 24.31%
HSB/HSV 233° 90.27% 44.31%
CMYK 90.27% 79.65% 0.00%
55.69%

Color #0B1771 in popluar number systems.

HEX 0B 17 71
Decimal 11 23 113
Binary 1011 10111 1110001
Octal 13 27 161

Shades and tints

Shades of #0B1771

#0B1771
(11,23,113)
#0A1567
(10,21,103)
#09135D
(9,19,93)
#081153
(8,17,83)
#070F49
(7,15,73)
#060D3F
(6,13,63)
#050B35
(5,11,53)
#04092B
(4,9,43)
#030721
(3,7,33)
#020517
(2,5,23)
#01030D
(1,3,13)
#000000
(0,0,0)

Tints of #0B1771

#0B1771
(11,23,113)
#212C7D
(33,44,125)
#374189
(55,65,137)
#4D5695
(77,86,149)
#636BA1
(99,107,161)
#7980AD
(121,128,173)
#8F95B9
(143,149,185)
#A5AAC5
(165,170,197)
#BBBFD1
(187,191,209)
#D1D4DD
(209,212,221)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1771; }

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

This text font color is #0B1771.

Background Color

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

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

This div background color is #0B1771.

Border color

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

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

This div border color is #0B1771.

Opacity

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

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

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

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

This text has shadow with #0B1771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1771.

Preview

Color preview on black background

This text has color #0B1771 on black background.


Color preview on white background

This text has color #0B1771 on white background.


Black color preview on #0B1771 background

This text has black color on #0B1771 background.


White color preview on #0B1771 background

This text has white color on #0B1771 background.


Related colors

Complementary color

Complementary color for #hex is #F4E88E.


I love getcolorcode.com

Triadic colors

1 #710B17 and #17710B with #0B1771 are triadic colors.

2 #71170B and #170B71 with #0B1771 are triadic colors.