COLOR #064C87

HEX: #064C87
RGB: (6,76,135)

Renk bilgisi

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

RGB renk modeli

#064C87 color RGB value is (6,76,135).

  • kırmız ton 6;
  • yeşil ton 76;
  • mavi ton 135.
RGB:
(6,76,135)
(2%,30%,53%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 76 of 255 = 30%
B 135 of 255 = 53%

6
76
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 76 + 135 = 217 (100%)
R 6 of 217 ~ 2.76%
G 76 of 217 ~ 35.02%
B 135 of 217 ~ 62.21%

%35.02
%62.21

CMYK RENK MODELİ

#064C87 rengi CMYK tonu (96,44,0,47).

  • camgöbeği tonu 95.56%
  • eflatun tonu 43.70%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(96,44,0,47)
C96M44Y0K47 
(96%,44%,0%,47%)
(0.96/0.44/0.00/0.47)	

CMYK yüzdeleri

%95.56
%43.7
%0
%47.06

Codes

Color #064C87 in popluar color models

064C87
RGB676135
HSL207°91.49%27.65%
HSB/HSV207°95.56%52.94%
CMYK95.56%43.70%0.00%
47.06%

Color #064C87 in popluar number systems.

HEX064C87
Decimal676135
Binary110100110010000111
Octal6114207

Shades and tints

Shades of #064C87

#064C87
(6,76,135)
#06467B
(6,70,123)
#06406F
(6,64,111)
#063A63
(6,58,99)
#063457
(6,52,87)
#062E4B
(6,46,75)
#06283F
(6,40,63)
#062233
(6,34,51)
#061C27
(6,28,39)
#06161B
(6,22,27)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #064C87

#064C87
(6,76,135)
#1C5C91
(28,92,145)
#326C9B
(50,108,155)
#487CA5
(72,124,165)
#5E8CAF
(94,140,175)
#749CB9
(116,156,185)
#8AACC3
(138,172,195)
#A0BCCD
(160,188,205)
#B6CCD7
(182,204,215)
#CCDCE1
(204,220,225)
#E2ECEB
(226,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064C87 color. Also use rgb(6,76,135) instead hex code.

Text Font Color

.myTextColor { color: #064C87; }

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

This text font color is #064C87.


Background Color

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

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

This div background color is #064C87.


Border color

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

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

This div border color is #064C87.


Opacity

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

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

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

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

This text has shadow with #064C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064C87 on black background.


Color preview on white background

This text has color #064C87 on white background.



Black color preview on #064C87 background

This text has black color on #064C87 background.


White color preview on #064C87 background

This text has white color on #064C87 background.