COLOR #0061A9

HEX: #0061A9
RGB: (0,97,169)

Renk bilgisi

#0061A9 contains mainly blue color. #0061A9 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#0061A9 color RGB value is (0,97,169).

  • kırmız ton 0;
  • yeşil ton 97;
  • mavi ton 169.
RGB:
(0,97,169)
(0%,38%,66%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 97 of 255 = 38%
B 169 of 255 = 66%

0
97
169

R + G + B ~ 35%. #0061A9 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 97 + 169 = 266 (100%)
R 0 of 266 ~ 0%
G 97 of 266 ~ 36.47%
B 169 of 266 ~ 63.53%

%36.47
%63.53

CMYK RENK MODELİ

#0061A9 rengi CMYK tonu (100,43,0,34).

  • camgöbeği tonu 100.00%
  • eflatun tonu 42.60%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(100,43,0,34)
C100M43Y0K34 
(100%,43%,0%,34%)
(1.00/0.43/0.00/0.34)	

CMYK yüzdeleri

%100
%42.6
%0
%33.73

Codes

Color #0061A9 in popluar color models

0061A9
RGB097169
HSL206°100.00%33.14%
HSB/HSV206°100.00%66.27%
CMYK100.00%42.60%0.00%
33.73%

Color #0061A9 in popluar number systems.

HEX0061A9
Decimal097169
Binary0110000110101001
Octal0141251

Shades and tints

Shades of #0061A9

#0061A9
(0,97,169)
#00599A
(0,89,154)
#00518B
(0,81,139)
#00497C
(0,73,124)
#00416D
(0,65,109)
#00395E
(0,57,94)
#00314F
(0,49,79)
#002940
(0,41,64)
#002131
(0,33,49)
#001922
(0,25,34)
#001113
(0,17,19)
#000000
(0,0,0)

Tints of #0061A9

#0061A9
(0,97,169)
#176FB0
(23,111,176)
#2E7DB7
(46,125,183)
#458BBE
(69,139,190)
#5C99C5
(92,153,197)
#73A7CC
(115,167,204)
#8AB5D3
(138,181,211)
#A1C3DA
(161,195,218)
#B8D1E1
(184,209,225)
#CFDFE8
(207,223,232)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0061A9 color. Also use rgb(0,97,169) instead hex code.

Text Font Color

.myTextColor { color: #0061A9; }

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

This text font color is #0061A9.


Background Color

.myBgColor { background-color: #0061A9; }

<div style="background-color:#0061A9">Inner text</div>

This div background color is #0061A9.


Border color

.myBorderColor { border: 1px solid #0061A9; }

<div style="border:3px solid #0061A9">Div</div>

This div border color is #0061A9.


Opacity

.myOpacity80 { color: #0061A9; opacity: 0.8; }

<p style="color:#0061A9;opacity:0.8;">80%</p>

Text with #0061A9 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 #0061A9;}

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

This text has shadow with #0061A9 color.

.textShadow {text-shadow: 3px 3px 1px #0061A9, 3px 3px 1px red;}

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

This text has shadow with #0061A9 primary color and red secondary color.


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

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

This text has shadow with #0061A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0061A9 on black background.


Color preview on white background

This text has color #0061A9 on white background.



Black color preview on #0061A9 background

This text has black color on #0061A9 background.


White color preview on #0061A9 background

This text has white color on #0061A9 background.