COLOR #1074B1

HEX: #1074B1 RGB: (16,116,177)

Color info

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

RGB color model

#1074B1 color RGB value is (16,116,177).

RGB: (16,116,177) (6%, 45%, 69%)

RGB channels and saturation

R 16 of 255 = 6%
G 116 of 255 = 45%
B 177 of 255 = 69%

16
116
177

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

Portions of RGB colors in percentages

R + G + B = 16 + 116 + 177 = 309 (100%)
R 16 of 309 ~ 5.18%
G 116 of 309 ~ 37.54%
B 177 of 309 ~ 57.28'%

%37.54
%57.28

CMYK color model

#1074B1 color CMYK value is (91,34,0,31).

  • cyan value is 90.96%
  • magenta value is 34.46%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (91,34,0,31)
C91M34Y0K31 (91%, 34%, 0%, 31%)
(0.91 / 0.34 / 0.00 / 0.31)

CMYK percentages

%90.96
%34.46
%0
%30.59

Codes

Color #1074B1 in popluar color models

10 74 B1
RGB 16 116 177
HSL 203° 83.42% 37.84%
HSB/HSV 203° 90.96% 69.41%
CMYK 90.96% 34.46% 0.00%
30.59%

Color #1074B1 in popluar number systems.

HEX 10 74 B1
Decimal 16 116 177
Binary 10000 1110100 10110001
Octal 20 164 261

Shades and tints

Shades of #1074B1

#1074B1
(16,116,177)
#0F6AA1
(15,106,161)
#0E6091
(14,96,145)
#0D5681
(13,86,129)
#0C4C71
(12,76,113)
#0B4261
(11,66,97)
#0A3851
(10,56,81)
#092E41
(9,46,65)
#082431
(8,36,49)
#071A21
(7,26,33)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #1074B1

#1074B1
(16,116,177)
#2580B8
(37,128,184)
#3A8CBF
(58,140,191)
#4F98C6
(79,152,198)
#64A4CD
(100,164,205)
#79B0D4
(121,176,212)
#8EBCDB
(142,188,219)
#A3C8E2
(163,200,226)
#B8D4E9
(184,212,233)
#CDE0F0
(205,224,240)
#E2ECF7
(226,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1074B1 color. Also use rgb(16,116,177) instead hex code.

Text Font Color

.myTextColor { color: #1074B1; }

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

This text font color is #1074B1.

Background Color

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

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

This div background color is #1074B1.

Border color

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

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

This div border color is #1074B1.

Opacity

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

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

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

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

This text has shadow with #1074B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1074B1.

Preview

Color preview on black background

This text has color #1074B1 on black background.


Color preview on white background

This text has color #1074B1 on white background.


Black color preview on #1074B1 background

This text has black color on #1074B1 background.


White color preview on #1074B1 background

This text has white color on #1074B1 background.


Related colors

Complementary color

Complementary color for #hex is #EF8B4E.


I love getcolorcode.com

Triadic colors

1 #B11074 and #74B110 with #1074B1 are triadic colors.

2 #B17410 and #7410B1 with #1074B1 are triadic colors.