COLOR #0A70AE

HEX: #0A70AE
RGB: (10,112,174)

Color info

#0A70AE contains mainly blue color. Web safe color of #0A70AE is #006699 (or #069).

RGB color model

#0A70AE color RGB value is (10,112,174).

  • red value is 10;
  • green value is 112;
  • blue value is 174.
RGB:
(10,112,174)
(4%,44%,68%)

RGB channels and saturation

R 10 of 255 = 4%
G 112 of 255 = 44%
B 174 of 255 = 68%

10
112
174

R + G + B ~ 39%. #0A70AE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 112 + 174 = 296 (100%)
R 10 of 296 ~ 3.38%
G 112 of 296 ~ 37.84%
B 174 of 296 ~ 58.78%

%37.84
%58.78

CMYK color model

#0A70AE color CMYK value is (94,36,0,32).

  • cyan value is 94.25%
  • magenta value is 35.63%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(94,36,0,32)
C94M36Y0K32 
(94%,36%,0%,32%)
(0.94/0.36/0.00/0.32)	

CMYK percentages

%94.25
%35.63
%0
%31.76

Codes

Color #0A70AE in popluar color models

0A70AE
RGB10112174
HSL203°89.13%36.08%
HSB/HSV203°94.25%68.24%
CMYK94.25%35.63%0.00%
31.76%

Color #0A70AE in popluar number systems.

HEX0A70AE
Decimal10112174
Binary1010111000010101110
Octal12160256

Shades and tints

Shades of #0A70AE

#0A70AE
(10,112,174)
#0A669F
(10,102,159)
#0A5C90
(10,92,144)
#0A5281
(10,82,129)
#0A4872
(10,72,114)
#0A3E63
(10,62,99)
#0A3454
(10,52,84)
#0A2A45
(10,42,69)
#0A2036
(10,32,54)
#0A1627
(10,22,39)
#0A0C18
(10,12,24)
#000000
(0,0,0)

Tints of #0A70AE

#0A70AE
(10,112,174)
#207DB5
(32,125,181)
#368ABC
(54,138,188)
#4C97C3
(76,151,195)
#62A4CA
(98,164,202)
#78B1D1
(120,177,209)
#8EBED8
(142,190,216)
#A4CBDF
(164,203,223)
#BAD8E6
(186,216,230)
#D0E5ED
(208,229,237)
#E6F2F4
(230,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A70AE color. Also use rgb(10,112,174) instead hex code.

Text Font Color

.myTextColor { color: #0A70AE; }

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

This text font color is #0A70AE.


Background Color

.myBgColor { background-color: #0A70AE; }

<div style="background-color:#0A70AE">Inner text</div>

This div background color is #0A70AE.


Border color

.myBorderColor { border: 1px solid #0A70AE; }

<div style="border:3px solid #0A70AE">Div</div>

This div border color is #0A70AE.


Opacity

.myOpacity80 { color: #0A70AE; opacity: 0.8; }

<p style="color:#0A70AE;opacity:0.8;">80%</p>

Text with #0A70AE 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 #0A70AE;}

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

This text has shadow with #0A70AE color.

.textShadow {text-shadow: 3px 3px 1px #0A70AE, 3px 3px 1px red;}

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

This text has shadow with #0A70AE primary color and red secondary color.


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

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

This text has shadow with #0A70AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A70AE on black background.


Color preview on white background

This text has color #0A70AE on white background.



Black color preview on #0A70AE background

This text has black color on #0A70AE background.


White color preview on #0A70AE background

This text has white color on #0A70AE background.