COLOR #175DAE

HEX: #175DAE
RGB: (23,93,174)

Color info

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

RGB color model

#175DAE color RGB value is (23,93,174).

  • red value is 23;
  • green value is 93;
  • blue value is 174.
RGB:
(23,93,174)
(9%,36%,68%)

RGB channels and saturation

R 23 of 255 = 9%
G 93 of 255 = 36%
B 174 of 255 = 68%

23
93
174

R + G + B ~ 38%. #175DAE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 93 + 174 = 290 (100%)
R 23 of 290 ~ 7.93%
G 93 of 290 ~ 32.07%
B 174 of 290 ~ 60%

%32.07
%60

CMYK color model

#175DAE color CMYK value is (87,47,0,32).

  • cyan value is 86.78%
  • magenta value is 46.55%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(87,47,0,32)
C87M47Y0K32 
(87%,47%,0%,32%)
(0.87/0.47/0.00/0.32)	

CMYK percentages

%86.78
%46.55
%0
%31.76

Codes

Color #175DAE in popluar color models

175DAE
RGB2393174
HSL212°76.65%38.63%
HSB/HSV212°86.78%68.24%
CMYK86.78%46.55%0.00%
31.76%

Color #175DAE in popluar number systems.

HEX175DAE
Decimal2393174
Binary10111101110110101110
Octal27135256

Shades and tints

Shades of #175DAE

#175DAE
(23,93,174)
#15559F
(21,85,159)
#134D90
(19,77,144)
#114581
(17,69,129)
#0F3D72
(15,61,114)
#0D3563
(13,53,99)
#0B2D54
(11,45,84)
#092545
(9,37,69)
#071D36
(7,29,54)
#051527
(5,21,39)
#030D18
(3,13,24)
#000000
(0,0,0)

Tints of #175DAE

#175DAE
(23,93,174)
#2C6BB5
(44,107,181)
#4179BC
(65,121,188)
#5687C3
(86,135,195)
#6B95CA
(107,149,202)
#80A3D1
(128,163,209)
#95B1D8
(149,177,216)
#AABFDF
(170,191,223)
#BFCDE6
(191,205,230)
#D4DBED
(212,219,237)
#E9E9F4
(233,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #175DAE color. Also use rgb(23,93,174) instead hex code.

Text Font Color

.myTextColor { color: #175DAE; }

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

This text font color is #175DAE.


Background Color

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

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

This div background color is #175DAE.


Border color

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

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

This div border color is #175DAE.


Opacity

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

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

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

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

This text has shadow with #175DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #175DAE on black background.


Color preview on white background

This text has color #175DAE on white background.



Black color preview on #175DAE background

This text has black color on #175DAE background.


White color preview on #175DAE background

This text has white color on #175DAE background.