COLOR #0061A1

HEX: #0061A1
RGB: (0,97,161)

Renk bilgisi

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

RGB renk modeli

#0061A1 color RGB value is (0,97,161).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 97 of 255 = 38%
B 161 of 255 = 63%

0
97
161

R + G + B ~ 34%. #0061A1 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 97 + 161 = 258 (100%)
R 0 of 258 ~ 0%
G 97 of 258 ~ 37.6%
B 161 of 258 ~ 62.4%

%37.6
%62.4

CMYK RENK MODELİ

#0061A1 rengi CMYK tonu (100,40,0,37).

  • camgöbeği tonu 100.00%
  • eflatun tonu 39.75%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(100,40,0,37)
C100M40Y0K37 
(100%,40%,0%,37%)
(1.00/0.40/0.00/0.37)	

CMYK yüzdeleri

%100
%39.75
%0
%36.86

Codes

Color #0061A1 in popluar color models

0061A1
RGB097161
HSL204°100.00%31.57%
HSB/HSV204°100.00%63.14%
CMYK100.00%39.75%0.00%
36.86%

Color #0061A1 in popluar number systems.

HEX0061A1
Decimal097161
Binary0110000110100001
Octal0141241

Shades and tints

Shades of #0061A1

#0061A1
(0,97,161)
#005993
(0,89,147)
#005185
(0,81,133)
#004977
(0,73,119)
#004169
(0,65,105)
#00395B
(0,57,91)
#00314D
(0,49,77)
#00293F
(0,41,63)
#002131
(0,33,49)
#001923
(0,25,35)
#001115
(0,17,21)
#000000
(0,0,0)

Tints of #0061A1

#0061A1
(0,97,161)
#176FA9
(23,111,169)
#2E7DB1
(46,125,177)
#458BB9
(69,139,185)
#5C99C1
(92,153,193)
#73A7C9
(115,167,201)
#8AB5D1
(138,181,209)
#A1C3D9
(161,195,217)
#B8D1E1
(184,209,225)
#CFDFE9
(207,223,233)
#E6EDF1
(230,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0061A1; }

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

This text font color is #0061A1.


Background Color

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

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

This div background color is #0061A1.


Border color

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

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

This div border color is #0061A1.


Opacity

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

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

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

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

This text has shadow with #0061A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0061A1 on black background.


Color preview on white background

This text has color #0061A1 on white background.



Black color preview on #0061A1 background

This text has black color on #0061A1 background.


White color preview on #0061A1 background

This text has white color on #0061A1 background.