COLOR #1174AF

HEX: #1174AF
RGB: (17,116,175)

Color info

#1174AF contains mainly green and blue colors. Web safe color of #1174AF is #006699 (or #069).

RGB color model

#1174AF color RGB value is (17,116,175).

  • red value is 17;
  • green value is 116;
  • blue value is 175.
RGB: (17,116,175) (7%,45%,69%)

RGB channels and saturation

R 17 of 255 = 7%
G 116 of 255 = 45%
B 175 of 255 = 69%

17
116
175

R + G + B ~ 40%. #1174AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 116 + 175 = 308 (100%)
R 17 of 308 ~ 5.52%
G 116 of 308 ~ 37.66%
B 175 of 308 ~ 56.82%

%37.66
%56.82

CMYK color model

#1174AF color CMYK value is (90,34,0,31).

  • cyan value is 90.29%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (90,34,0,31) C90M34Y0K31 (90%,34%,0%,31%) (0.90/0.34/0.00/0.31)

CMYK percentages

%90.29
%33.71
%0
%31.37

Codes

Color #1174AF in popluar color models

1174AF
RGB17116175
HSL202°82.29%37.65%
HSB/HSV202°90.29%68.63%
CMYK90.29%33.71%0.00%
31.37%

Color #1174AF in popluar number systems.

HEX1174AF
Decimal17116175
Binary10001111010010101111
Octal21164257

Shades and tints

Shades of #1174AF

#1174AF
(17,116,175)
#106AA0
(16,106,160)
#0F6091
(15,96,145)
#0E5682
(14,86,130)
#0D4C73
(13,76,115)
#0C4264
(12,66,100)
#0B3855
(11,56,85)
#0A2E46
(10,46,70)
#092437
(9,36,55)
#081A28
(8,26,40)
#071019
(7,16,25)
#000000
(0,0,0)

Tints of #1174AF

#1174AF
(17,116,175)
#2680B6
(38,128,182)
#3B8CBD
(59,140,189)
#5098C4
(80,152,196)
#65A4CB
(101,164,203)
#7AB0D2
(122,176,210)
#8FBCD9
(143,188,217)
#A4C8E0
(164,200,224)
#B9D4E7
(185,212,231)
#CEE0EE
(206,224,238)
#E3ECF5
(227,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1174AF color. Also use rgb(17,116,175) instead hex code.

Text Font Color

.myTextColor { color: #1174AF; }

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

This text font color is #1174AF.


Background Color

.myBgColor { background-color: #1174AF; }

<div style="background-color:#1174AF">Inner text</div>

This div background color is #1174AF.


Border color

.myBorderColor { border: 1px solid #1174AF; }

<div style="border:3px solid #1174AF">Div</div>

This div border color is #1174AF.


Opacity

.myOpacity80 { color: #1174AF; opacity: 0.8; }

<p style="color:#1174AF;opacity:0.8;">80%</p>

Text with #1174AF 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 #1174AF;}

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

This text has shadow with #1174AF color.

.textShadow {text-shadow: 3px 3px 1px #1174AF, 3px 3px 1px red;}

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

This text has shadow with #1174AF primary color and red secondary color.


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

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

This text has shadow with #1174AF and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #1174AF; -webkit-box-shadow:	1px 1px 3px 2px #1174AF; box-shadow:	1px 1px 3px 2px #1174AF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #1174AF; -webkit-box-shadow: 1px 1px 3px 2px #1174AF; box-shadow:1px 1px 3px 2px #1174AF;">
Div content here</div>
This div box has shadow with color #1174AF.

Preview

Color preview on black background

This text has color #1174AF on black background.


Color preview on white background

This text has color #1174AF on white background.



Black color preview on #1174AF background

This text has black color on #1174AF background.


White color preview on #1174AF background

This text has white color on #1174AF background.