COLOR #007AA5

HEX: #007AA5
RGB: (0,122,165)

Color info

#007AA5 contains only green and blue colors. Web safe color of #007AA5 is #006699 (or #069).

RGB color model

#007AA5 color RGB value is (0,122,165).

  • red value is 0;
  • green value is 122;
  • blue value is 165.
RGB:
(0,122,165)
(0%,48%,65%)

RGB channels and saturation

R 0 of 255 = 0%
G 122 of 255 = 48%
B 165 of 255 = 65%

0
122
165

R + G + B ~ 38%. #007AA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 122 + 165 = 287 (100%)
R 0 of 287 ~ 0%
G 122 of 287 ~ 42.51%
B 165 of 287 ~ 57.49%

%42.51
%57.49

CMYK color model

#007AA5 color CMYK value is (100,26,0,35).

  • cyan value is 100.00%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(100,26,0,35)
C100M26Y0K35 
(100%,26%,0%,35%)
(1.00/0.26/0.00/0.35)	

CMYK percentages

%100
%26.06
%0
%35.29

Codes

Color #007AA5 in popluar color models

007AA5
RGB0122165
HSL196°100.00%32.35%
HSB/HSV196°100.00%64.71%
CMYK100.00%26.06%0.00%
35.29%

Color #007AA5 in popluar number systems.

HEX007AA5
Decimal0122165
Binary0111101010100101
Octal0172245

Shades and tints

Shades of #007AA5

#007AA5
(0,122,165)
#006F96
(0,111,150)
#006487
(0,100,135)
#005978
(0,89,120)
#004E69
(0,78,105)
#00435A
(0,67,90)
#00384B
(0,56,75)
#002D3C
(0,45,60)
#00222D
(0,34,45)
#00171E
(0,23,30)
#000C0F
(0,12,15)
#000000
(0,0,0)

Tints of #007AA5

#007AA5
(0,122,165)
#1786AD
(23,134,173)
#2E92B5
(46,146,181)
#459EBD
(69,158,189)
#5CAAC5
(92,170,197)
#73B6CD
(115,182,205)
#8AC2D5
(138,194,213)
#A1CEDD
(161,206,221)
#B8DAE5
(184,218,229)
#CFE6ED
(207,230,237)
#E6F2F5
(230,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007AA5 color. Also use rgb(0,122,165) instead hex code.

Text Font Color

.myTextColor { color: #007AA5; }

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

This text font color is #007AA5.


Background Color

.myBgColor { background-color: #007AA5; }

<div style="background-color:#007AA5">Inner text</div>

This div background color is #007AA5.


Border color

.myBorderColor { border: 1px solid #007AA5; }

<div style="border:3px solid #007AA5">Div</div>

This div border color is #007AA5.


Opacity

.myOpacity80 { color: #007AA5; opacity: 0.8; }

<p style="color:#007AA5;opacity:0.8;">80%</p>

Text with #007AA5 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 #007AA5;}

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

This text has shadow with #007AA5 color.

.textShadow {text-shadow: 3px 3px 1px #007AA5, 3px 3px 1px red;}

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

This text has shadow with #007AA5 primary color and red secondary color.


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

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

This text has shadow with #007AA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007AA5 on black background.


Color preview on white background

This text has color #007AA5 on white background.



Black color preview on #007AA5 background

This text has black color on #007AA5 background.


White color preview on #007AA5 background

This text has white color on #007AA5 background.