COLOR #171B4C

HEX: #171B4C
RGB: (23,27,76)

Color info

#171B4C contains red, green and blue colors in about the same proportion. Web safe color of #171B4C is #003333 (or #033).

RGB color model

#171B4C color RGB value is (23,27,76).

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

RGB channels and saturation

R 23 of 255 = 9%
G 27 of 255 = 11%
B 76 of 255 = 30%

23
27
76

R + G + B ~ 17%. #171B4C is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 27 + 76 = 126 (100%)
R 23 of 126 ~ 18.25%
G 27 of 126 ~ 21.43%
B 76 of 126 ~ 60.32%

%18.25
%21.43
%60.32

CMYK color model

#171B4C color CMYK value is (70,64,0,70).

  • cyan value is 69.74%
  • magenta value is 64.47%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(70,64,0,70)
C70M64Y0K70 
(70%,64%,0%,70%)
(0.70/0.64/0.00/0.70)	

CMYK percentages

%69.74
%64.47
%0
%70.2

Codes

Color #171B4C in popluar color models

171B4C
RGB232776
HSL235°53.54%19.41%
HSB/HSV235°69.74%29.80%
CMYK69.74%64.47%0.00%
70.20%

Color #171B4C in popluar number systems.

HEX171B4C
Decimal232776
Binary10111110111001100
Octal2733114

Shades and tints

Shades of #171B4C

#171B4C
(23,27,76)
#151946
(21,25,70)
#131740
(19,23,64)
#11153A
(17,21,58)
#0F1334
(15,19,52)
#0D112E
(13,17,46)
#0B0F28
(11,15,40)
#090D22
(9,13,34)
#070B1C
(7,11,28)
#050916
(5,9,22)
#030710
(3,7,16)
#000000
(0,0,0)

Tints of #171B4C

#171B4C
(23,27,76)
#2C2F5C
(44,47,92)
#41436C
(65,67,108)
#56577C
(86,87,124)
#6B6B8C
(107,107,140)
#807F9C
(128,127,156)
#9593AC
(149,147,172)
#AAA7BC
(170,167,188)
#BFBBCC
(191,187,204)
#D4CFDC
(212,207,220)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171B4C; }

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

This text font color is #171B4C.


Background Color

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

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

This div background color is #171B4C.


Border color

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

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

This div border color is #171B4C.


Opacity

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

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

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

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

This text has shadow with #171B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171B4C on black background.


Color preview on white background

This text has color #171B4C on white background.



Black color preview on #171B4C background

This text has black color on #171B4C background.


White color preview on #171B4C background

This text has white color on #171B4C background.