COLOR #0079AA

HEX: #0079AA
RGB: (0,121,170)

Renk bilgisi

#0079AA contains only green and blue colors. #0079AA ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#0079AA color RGB value is (0,121,170).

  • kırmız ton 0;
  • yeşil ton 121;
  • mavi ton 170.
RGB:
(0,121,170)
(0%,47%,67%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 121 of 255 = 47%
B 170 of 255 = 67%

0
121
170

R + G + B ~ 38%. #0079AA is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 121 + 170 = 291 (100%)
R 0 of 291 ~ 0%
G 121 of 291 ~ 41.58%
B 170 of 291 ~ 58.42%

%41.58
%58.42

CMYK RENK MODELİ

#0079AA rengi CMYK tonu (100,29,0,33).

  • camgöbeği tonu 100.00%
  • eflatun tonu 28.82%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(100,29,0,33)
C100M29Y0K33 
(100%,29%,0%,33%)
(1.00/0.29/0.00/0.33)	

CMYK yüzdeleri

%100
%28.82
%0
%33.33

Codes

Color #0079AA in popluar color models

0079AA
RGB0121170
HSL197°100.00%33.33%
HSB/HSV197°100.00%66.67%
CMYK100.00%28.82%0.00%
33.33%

Color #0079AA in popluar number systems.

HEX0079AA
Decimal0121170
Binary0111100110101010
Octal0171252

Shades and tints

Shades of #0079AA

#0079AA
(0,121,170)
#006E9B
(0,110,155)
#00638C
(0,99,140)
#00587D
(0,88,125)
#004D6E
(0,77,110)
#00425F
(0,66,95)
#003750
(0,55,80)
#002C41
(0,44,65)
#002132
(0,33,50)
#001623
(0,22,35)
#000B14
(0,11,20)
#000000
(0,0,0)

Tints of #0079AA

#0079AA
(0,121,170)
#1785B1
(23,133,177)
#2E91B8
(46,145,184)
#459DBF
(69,157,191)
#5CA9C6
(92,169,198)
#73B5CD
(115,181,205)
#8AC1D4
(138,193,212)
#A1CDDB
(161,205,219)
#B8D9E2
(184,217,226)
#CFE5E9
(207,229,233)
#E6F1F0
(230,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0079AA color. Also use rgb(0,121,170) instead hex code.

Text Font Color

.myTextColor { color: #0079AA; }

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

This text font color is #0079AA.


Background Color

.myBgColor { background-color: #0079AA; }

<div style="background-color:#0079AA">Inner text</div>

This div background color is #0079AA.


Border color

.myBorderColor { border: 1px solid #0079AA; }

<div style="border:3px solid #0079AA">Div</div>

This div border color is #0079AA.


Opacity

.myOpacity80 { color: #0079AA; opacity: 0.8; }

<p style="color:#0079AA;opacity:0.8;">80%</p>

Text with #0079AA 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 #0079AA;}

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

This text has shadow with #0079AA color.

.textShadow {text-shadow: 3px 3px 1px #0079AA, 3px 3px 1px red;}

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

This text has shadow with #0079AA primary color and red secondary color.


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

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

This text has shadow with #0079AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0079AA on black background.


Color preview on white background

This text has color #0079AA on white background.



Black color preview on #0079AA background

This text has black color on #0079AA background.


White color preview on #0079AA background

This text has white color on #0079AA background.