COLOR #063F72

HEX: #063F72
RGB: (6,63,114)

Renk bilgisi

#063F72 contains mainly green and blue colors. #063F72 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#063F72 color RGB value is (6,63,114).

  • kırmız ton 6;
  • yeşil ton 63;
  • mavi ton 114.
RGB:
(6,63,114)
(2%,25%,45%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 63 of 255 = 25%
B 114 of 255 = 45%

6
63
114

R + G + B ~ 24%. #063F72 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 63 + 114 = 183 (100%)
R 6 of 183 ~ 3.28%
G 63 of 183 ~ 34.43%
B 114 of 183 ~ 62.3%

%34.43
%62.3

CMYK RENK MODELİ

#063F72 rengi CMYK tonu (95,45,0,55).

  • camgöbeği tonu 94.74%
  • eflatun tonu 44.74%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(95,45,0,55)
C95M45Y0K55 
(95%,45%,0%,55%)
(0.95/0.45/0.00/0.55)	

CMYK yüzdeleri

%94.74
%44.74
%0
%55.29

Codes

Color #063F72 in popluar color models

063F72
RGB663114
HSL208°90.00%23.53%
HSB/HSV208°94.74%44.71%
CMYK94.74%44.74%0.00%
55.29%

Color #063F72 in popluar number systems.

HEX063F72
Decimal663114
Binary1101111111110010
Octal677162

Shades and tints

Shades of #063F72

#063F72
(6,63,114)
#063A68
(6,58,104)
#06355E
(6,53,94)
#063054
(6,48,84)
#062B4A
(6,43,74)
#062640
(6,38,64)
#062136
(6,33,54)
#061C2C
(6,28,44)
#061722
(6,23,34)
#061218
(6,18,24)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #063F72

#063F72
(6,63,114)
#1C507E
(28,80,126)
#32618A
(50,97,138)
#487296
(72,114,150)
#5E83A2
(94,131,162)
#7494AE
(116,148,174)
#8AA5BA
(138,165,186)
#A0B6C6
(160,182,198)
#B6C7D2
(182,199,210)
#CCD8DE
(204,216,222)
#E2E9EA
(226,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063F72 color. Also use rgb(6,63,114) instead hex code.

Text Font Color

.myTextColor { color: #063F72; }

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

This text font color is #063F72.


Background Color

.myBgColor { background-color: #063F72; }

<div style="background-color:#063F72">Inner text</div>

This div background color is #063F72.


Border color

.myBorderColor { border: 1px solid #063F72; }

<div style="border:3px solid #063F72">Div</div>

This div border color is #063F72.


Opacity

.myOpacity80 { color: #063F72; opacity: 0.8; }

<p style="color:#063F72;opacity:0.8;">80%</p>

Text with #063F72 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 #063F72;}

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

This text has shadow with #063F72 color.

.textShadow {text-shadow: 3px 3px 1px #063F72, 3px 3px 1px red;}

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

This text has shadow with #063F72 primary color and red secondary color.


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

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

This text has shadow with #063F72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063F72 on black background.


Color preview on white background

This text has color #063F72 on white background.



Black color preview on #063F72 background

This text has black color on #063F72 background.


White color preview on #063F72 background

This text has white color on #063F72 background.