COLOR #1764B1

HEX: #1764B1
RGB: (23,100,177)

Color info

#1764B1 contains mainly blue color. Web safe color of #1764B1 is #006699 (or #069).

RGB color model

#1764B1 color RGB value is (23,100,177).

  • red value is 23;
  • green value is 100;
  • blue value is 177.
RGB:
(23,100,177)
(9%,39%,69%)

RGB channels and saturation

R 23 of 255 = 9%
G 100 of 255 = 39%
B 177 of 255 = 69%

23
100
177

R + G + B ~ 39%. #1764B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 100 + 177 = 300 (100%)
R 23 of 300 ~ 7.67%
G 100 of 300 ~ 33.33%
B 177 of 300 ~ 59%

%33.33
%59

CMYK color model

#1764B1 color CMYK value is (87,44,0,31).

  • cyan value is 87.01%
  • magenta value is 43.50%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(87,44,0,31)
C87M44Y0K31 
(87%,44%,0%,31%)
(0.87/0.44/0.00/0.31)	

CMYK percentages

%87.01
%43.5
%0
%30.59

Codes

Color #1764B1 in popluar color models

1764B1
RGB23100177
HSL210°77.00%39.22%
HSB/HSV210°87.01%69.41%
CMYK87.01%43.50%0.00%
30.59%

Color #1764B1 in popluar number systems.

HEX1764B1
Decimal23100177
Binary10111110010010110001
Octal27144261

Shades and tints

Shades of #1764B1

#1764B1
(23,100,177)
#155BA1
(21,91,161)
#135291
(19,82,145)
#114981
(17,73,129)
#0F4071
(15,64,113)
#0D3761
(13,55,97)
#0B2E51
(11,46,81)
#092541
(9,37,65)
#071C31
(7,28,49)
#051321
(5,19,33)
#030A11
(3,10,17)
#000000
(0,0,0)

Tints of #1764B1

#1764B1
(23,100,177)
#2C72B8
(44,114,184)
#4180BF
(65,128,191)
#568EC6
(86,142,198)
#6B9CCD
(107,156,205)
#80AAD4
(128,170,212)
#95B8DB
(149,184,219)
#AAC6E2
(170,198,226)
#BFD4E9
(191,212,233)
#D4E2F0
(212,226,240)
#E9F0F7
(233,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1764B1 color. Also use rgb(23,100,177) instead hex code.

Text Font Color

.myTextColor { color: #1764B1; }

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

This text font color is #1764B1.


Background Color

.myBgColor { background-color: #1764B1; }

<div style="background-color:#1764B1">Inner text</div>

This div background color is #1764B1.


Border color

.myBorderColor { border: 1px solid #1764B1; }

<div style="border:3px solid #1764B1">Div</div>

This div border color is #1764B1.


Opacity

.myOpacity80 { color: #1764B1; opacity: 0.8; }

<p style="color:#1764B1;opacity:0.8;">80%</p>

Text with #1764B1 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 #1764B1;}

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

This text has shadow with #1764B1 color.

.textShadow {text-shadow: 3px 3px 1px #1764B1, 3px 3px 1px red;}

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

This text has shadow with #1764B1 primary color and red secondary color.


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

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

This text has shadow with #1764B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1764B1 on black background.


Color preview on white background

This text has color #1764B1 on white background.



Black color preview on #1764B1 background

This text has black color on #1764B1 background.


White color preview on #1764B1 background

This text has white color on #1764B1 background.