COLOR #1775B6

HEX: #1775B6
RGB: (23,117,182)

Color info

#1775B6 contains mainly blue color. Web safe color of #1775B6 is #0066CC (or #06C).

RGB color model

#1775B6 color RGB value is (23,117,182).

  • red value is 23;
  • green value is 117;
  • blue value is 182.
RGB:
(23,117,182)
(9%,46%,71%)

RGB channels and saturation

R 23 of 255 = 9%
G 117 of 255 = 46%
B 182 of 255 = 71%

23
117
182

R + G + B ~ 42%. #1775B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
23 + 117 + 182 = 322 (100%)
R 23 of 322 ~ 7.14%
G 117 of 322 ~ 36.34%
B 182 of 322 ~ 56.52%

%36.34
%56.52

CMYK color model

#1775B6 color CMYK value is (87,36,0,29).

  • cyan value is 87.36%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(87,36,0,29)
C87M36Y0K29 
(87%,36%,0%,29%)
(0.87/0.36/0.00/0.29)	

CMYK percentages

%87.36
%35.71
%0
%28.63

Codes

Color #1775B6 in popluar color models

1775B6
RGB23117182
HSL205°77.56%40.20%
HSB/HSV205°87.36%71.37%
CMYK87.36%35.71%0.00%
28.63%

Color #1775B6 in popluar number systems.

HEX1775B6
Decimal23117182
Binary10111111010110110110
Octal27165266

Shades and tints

Shades of #1775B6

#1775B6
(23,117,182)
#156BA6
(21,107,166)
#136196
(19,97,150)
#115786
(17,87,134)
#0F4D76
(15,77,118)
#0D4366
(13,67,102)
#0B3956
(11,57,86)
#092F46
(9,47,70)
#072536
(7,37,54)
#051B26
(5,27,38)
#031116
(3,17,22)
#000000
(0,0,0)

Tints of #1775B6

#1775B6
(23,117,182)
#2C81BC
(44,129,188)
#418DC2
(65,141,194)
#5699C8
(86,153,200)
#6BA5CE
(107,165,206)
#80B1D4
(128,177,212)
#95BDDA
(149,189,218)
#AAC9E0
(170,201,224)
#BFD5E6
(191,213,230)
#D4E1EC
(212,225,236)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1775B6 color. Also use rgb(23,117,182) instead hex code.

Text Font Color

.myTextColor { color: #1775B6; }

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

This text font color is #1775B6.


Background Color

.myBgColor { background-color: #1775B6; }

<div style="background-color:#1775B6">Inner text</div>

This div background color is #1775B6.


Border color

.myBorderColor { border: 1px solid #1775B6; }

<div style="border:3px solid #1775B6">Div</div>

This div border color is #1775B6.


Opacity

.myOpacity80 { color: #1775B6; opacity: 0.8; }

<p style="color:#1775B6;opacity:0.8;">80%</p>

Text with #1775B6 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 #1775B6;}

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

This text has shadow with #1775B6 color.

.textShadow {text-shadow: 3px 3px 1px #1775B6, 3px 3px 1px red;}

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

This text has shadow with #1775B6 primary color and red secondary color.


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

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

This text has shadow with #1775B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1775B6 on black background.


Color preview on white background

This text has color #1775B6 on white background.



Black color preview on #1775B6 background

This text has black color on #1775B6 background.


White color preview on #1775B6 background

This text has white color on #1775B6 background.