COLOR #1070A5

HEX: #1070A5
RGB: (16,112,165)

Color info

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

RGB color model

#1070A5 color RGB value is (16,112,165).

  • red value is 16;
  • green value is 112;
  • blue value is 165.
RGB:
(16,112,165)
(6%,44%,65%)

RGB channels and saturation

R 16 of 255 = 6%
G 112 of 255 = 44%
B 165 of 255 = 65%

16
112
165

R + G + B ~ 38%. #1070A5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 112 + 165 = 293 (100%)
R 16 of 293 ~ 5.46%
G 112 of 293 ~ 38.23%
B 165 of 293 ~ 56.31%

%38.23
%56.31

CMYK color model

#1070A5 color CMYK value is (90,32,0,35).

  • cyan value is 90.30%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(90,32,0,35)
C90M32Y0K35 
(90%,32%,0%,35%)
(0.90/0.32/0.00/0.35)	

CMYK percentages

%90.3
%32.12
%0
%35.29

Codes

Color #1070A5 in popluar color models

1070A5
RGB16112165
HSL201°82.32%35.49%
HSB/HSV201°90.30%64.71%
CMYK90.30%32.12%0.00%
35.29%

Color #1070A5 in popluar number systems.

HEX1070A5
Decimal16112165
Binary10000111000010100101
Octal20160245

Shades and tints

Shades of #1070A5

#1070A5
(16,112,165)
#0F6696
(15,102,150)
#0E5C87
(14,92,135)
#0D5278
(13,82,120)
#0C4869
(12,72,105)
#0B3E5A
(11,62,90)
#0A344B
(10,52,75)
#092A3C
(9,42,60)
#08202D
(8,32,45)
#07161E
(7,22,30)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #1070A5

#1070A5
(16,112,165)
#257DAD
(37,125,173)
#3A8AB5
(58,138,181)
#4F97BD
(79,151,189)
#64A4C5
(100,164,197)
#79B1CD
(121,177,205)
#8EBED5
(142,190,213)
#A3CBDD
(163,203,221)
#B8D8E5
(184,216,229)
#CDE5ED
(205,229,237)
#E2F2F5
(226,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1070A5 color. Also use rgb(16,112,165) instead hex code.

Text Font Color

.myTextColor { color: #1070A5; }

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

This text font color is #1070A5.


Background Color

.myBgColor { background-color: #1070A5; }

<div style="background-color:#1070A5">Inner text</div>

This div background color is #1070A5.


Border color

.myBorderColor { border: 1px solid #1070A5; }

<div style="border:3px solid #1070A5">Div</div>

This div border color is #1070A5.


Opacity

.myOpacity80 { color: #1070A5; opacity: 0.8; }

<p style="color:#1070A5;opacity:0.8;">80%</p>

Text with #1070A5 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 #1070A5;}

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

This text has shadow with #1070A5 color.

.textShadow {text-shadow: 3px 3px 1px #1070A5, 3px 3px 1px red;}

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

This text has shadow with #1070A5 primary color and red secondary color.


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

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

This text has shadow with #1070A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1070A5 on black background.


Color preview on white background

This text has color #1070A5 on white background.



Black color preview on #1070A5 background

This text has black color on #1070A5 background.


White color preview on #1070A5 background

This text has white color on #1070A5 background.