COLOR #175BA5

HEX: #175BA5
RGB: (23,91,165)

Color info

#175BA5 contains mainly blue color. Web safe color of #175BA5 is #006699 (or #069).

RGB color model

#175BA5 color RGB value is (23,91,165).

  • red value is 23;
  • green value is 91;
  • blue value is 165.
RGB:
(23,91,165)
(9%,36%,65%)

RGB channels and saturation

R 23 of 255 = 9%
G 91 of 255 = 36%
B 165 of 255 = 65%

23
91
165

R + G + B ~ 37%. #175BA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 91 + 165 = 279 (100%)
R 23 of 279 ~ 8.24%
G 91 of 279 ~ 32.62%
B 165 of 279 ~ 59.14%

%32.62
%59.14

CMYK color model

#175BA5 color CMYK value is (86,45,0,35).

  • cyan value is 86.06%
  • magenta value is 44.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(86,45,0,35)
C86M45Y0K35 
(86%,45%,0%,35%)
(0.86/0.45/0.00/0.35)	

CMYK percentages

%86.06
%44.85
%0
%35.29

Codes

Color #175BA5 in popluar color models

175BA5
RGB2391165
HSL211°75.53%36.86%
HSB/HSV211°86.06%64.71%
CMYK86.06%44.85%0.00%
35.29%

Color #175BA5 in popluar number systems.

HEX175BA5
Decimal2391165
Binary10111101101110100101
Octal27133245

Shades and tints

Shades of #175BA5

#175BA5
(23,91,165)
#155396
(21,83,150)
#134B87
(19,75,135)
#114378
(17,67,120)
#0F3B69
(15,59,105)
#0D335A
(13,51,90)
#0B2B4B
(11,43,75)
#09233C
(9,35,60)
#071B2D
(7,27,45)
#05131E
(5,19,30)
#030B0F
(3,11,15)
#000000
(0,0,0)

Tints of #175BA5

#175BA5
(23,91,165)
#2C69AD
(44,105,173)
#4177B5
(65,119,181)
#5685BD
(86,133,189)
#6B93C5
(107,147,197)
#80A1CD
(128,161,205)
#95AFD5
(149,175,213)
#AABDDD
(170,189,221)
#BFCBE5
(191,203,229)
#D4D9ED
(212,217,237)
#E9E7F5
(233,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #175BA5 color. Also use rgb(23,91,165) instead hex code.

Text Font Color

.myTextColor { color: #175BA5; }

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

This text font color is #175BA5.


Background Color

.myBgColor { background-color: #175BA5; }

<div style="background-color:#175BA5">Inner text</div>

This div background color is #175BA5.


Border color

.myBorderColor { border: 1px solid #175BA5; }

<div style="border:3px solid #175BA5">Div</div>

This div border color is #175BA5.


Opacity

.myOpacity80 { color: #175BA5; opacity: 0.8; }

<p style="color:#175BA5;opacity:0.8;">80%</p>

Text with #175BA5 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 #175BA5;}

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

This text has shadow with #175BA5 color.

.textShadow {text-shadow: 3px 3px 1px #175BA5, 3px 3px 1px red;}

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

This text has shadow with #175BA5 primary color and red secondary color.


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

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

This text has shadow with #175BA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #175BA5 on black background.


Color preview on white background

This text has color #175BA5 on white background.



Black color preview on #175BA5 background

This text has black color on #175BA5 background.


White color preview on #175BA5 background

This text has white color on #175BA5 background.