COLOR #064D84

HEX: #064D84
RGB: (6,77,132)

Renk bilgisi

#064D84 contains mainly green and blue colors. #064D84 ‘ nin web güvenlik rengi #003399 (ya da #039) dir.

RGB renk modeli

#064D84 color RGB value is (6,77,132).

  • kırmız ton 6;
  • yeşil ton 77;
  • mavi ton 132.
RGB:
(6,77,132)
(2%,30%,52%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 77 of 255 = 30%
B 132 of 255 = 52%

6
77
132

R + G + B ~ 28%. #064D84 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 77 + 132 = 215 (100%)
R 6 of 215 ~ 2.79%
G 77 of 215 ~ 35.81%
B 132 of 215 ~ 61.4%

%35.81
%61.4

CMYK RENK MODELİ

#064D84 rengi CMYK tonu (95,42,0,48).

  • camgöbeği tonu 95.45%
  • eflatun tonu 41.67%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(95,42,0,48)
C95M42Y0K48 
(95%,42%,0%,48%)
(0.95/0.42/0.00/0.48)	

CMYK yüzdeleri

%95.45
%41.67
%0
%48.24

Codes

Color #064D84 in popluar color models

064D84
RGB677132
HSL206°91.30%27.06%
HSB/HSV206°95.45%51.76%
CMYK95.45%41.67%0.00%
48.24%

Color #064D84 in popluar number systems.

HEX064D84
Decimal677132
Binary110100110110000100
Octal6115204

Shades and tints

Shades of #064D84

#064D84
(6,77,132)
#064678
(6,70,120)
#063F6C
(6,63,108)
#063860
(6,56,96)
#063154
(6,49,84)
#062A48
(6,42,72)
#06233C
(6,35,60)
#061C30
(6,28,48)
#061524
(6,21,36)
#060E18
(6,14,24)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #064D84

#064D84
(6,77,132)
#1C5D8F
(28,93,143)
#326D9A
(50,109,154)
#487DA5
(72,125,165)
#5E8DB0
(94,141,176)
#749DBB
(116,157,187)
#8AADC6
(138,173,198)
#A0BDD1
(160,189,209)
#B6CDDC
(182,205,220)
#CCDDE7
(204,221,231)
#E2EDF2
(226,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064D84 color. Also use rgb(6,77,132) instead hex code.

Text Font Color

.myTextColor { color: #064D84; }

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

This text font color is #064D84.


Background Color

.myBgColor { background-color: #064D84; }

<div style="background-color:#064D84">Inner text</div>

This div background color is #064D84.


Border color

.myBorderColor { border: 1px solid #064D84; }

<div style="border:3px solid #064D84">Div</div>

This div border color is #064D84.


Opacity

.myOpacity80 { color: #064D84; opacity: 0.8; }

<p style="color:#064D84;opacity:0.8;">80%</p>

Text with #064D84 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 #064D84;}

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

This text has shadow with #064D84 color.

.textShadow {text-shadow: 3px 3px 1px #064D84, 3px 3px 1px red;}

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

This text has shadow with #064D84 primary color and red secondary color.


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

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

This text has shadow with #064D84 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064D84 on black background.


Color preview on white background

This text has color #064D84 on white background.



Black color preview on #064D84 background

This text has black color on #064D84 background.


White color preview on #064D84 background

This text has white color on #064D84 background.