COLOR #171B76

HEX: #171B76
RGB: (23,27,118)

Color info

#171B76 contains mainly blue color. Web safe color of #171B76 is #003366 (or #036).

RGB color model

#171B76 color RGB value is (23,27,118).

  • red value is 23;
  • green value is 27;
  • blue value is 118.
RGB:
(23,27,118)
(9%,11%,46%)

RGB channels and saturation

R 23 of 255 = 9%
G 27 of 255 = 11%
B 118 of 255 = 46%

23
27
118

R + G + B ~ 22%. #171B76 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 27 + 118 = 168 (100%)
R 23 of 168 ~ 13.69%
G 27 of 168 ~ 16.07%
B 118 of 168 ~ 70.24%

%13.69
%16.07
%70.24

CMYK color model

#171B76 color CMYK value is (81,77,0,54).

  • cyan value is 80.51%
  • magenta value is 77.12%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(81,77,0,54)
C81M77Y0K54 
(81%,77%,0%,54%)
(0.81/0.77/0.00/0.54)	

CMYK percentages

%80.51
%77.12
%0
%53.73

Codes

Color #171B76 in popluar color models

171B76
RGB2327118
HSL237°67.38%27.65%
HSB/HSV237°80.51%46.27%
CMYK80.51%77.12%0.00%
53.73%

Color #171B76 in popluar number systems.

HEX171B76
Decimal2327118
Binary10111110111110110
Octal2733166

Shades and tints

Shades of #171B76

#171B76
(23,27,118)
#15196C
(21,25,108)
#131762
(19,23,98)
#111558
(17,21,88)
#0F134E
(15,19,78)
#0D1144
(13,17,68)
#0B0F3A
(11,15,58)
#090D30
(9,13,48)
#070B26
(7,11,38)
#05091C
(5,9,28)
#030712
(3,7,18)
#000000
(0,0,0)

Tints of #171B76

#171B76
(23,27,118)
#2C2F82
(44,47,130)
#41438E
(65,67,142)
#56579A
(86,87,154)
#6B6BA6
(107,107,166)
#807FB2
(128,127,178)
#9593BE
(149,147,190)
#AAA7CA
(170,167,202)
#BFBBD6
(191,187,214)
#D4CFE2
(212,207,226)
#E9E3EE
(233,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171B76 color. Also use rgb(23,27,118) instead hex code.

Text Font Color

.myTextColor { color: #171B76; }

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

This text font color is #171B76.


Background Color

.myBgColor { background-color: #171B76; }

<div style="background-color:#171B76">Inner text</div>

This div background color is #171B76.


Border color

.myBorderColor { border: 1px solid #171B76; }

<div style="border:3px solid #171B76">Div</div>

This div border color is #171B76.


Opacity

.myOpacity80 { color: #171B76; opacity: 0.8; }

<p style="color:#171B76;opacity:0.8;">80%</p>

Text with #171B76 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 #171B76;}

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

This text has shadow with #171B76 color.

.textShadow {text-shadow: 3px 3px 1px #171B76, 3px 3px 1px red;}

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

This text has shadow with #171B76 primary color and red secondary color.


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

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

This text has shadow with #171B76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171B76 on black background.


Color preview on white background

This text has color #171B76 on white background.



Black color preview on #171B76 background

This text has black color on #171B76 background.


White color preview on #171B76 background

This text has white color on #171B76 background.