COLOR #063E73

HEX: #063E73
RGB: (6,62,115)

Color info

#063E73 contains mainly green and blue colors. Web safe color of #063E73 is #003366 (or #036).

RGB color model

#063E73 color RGB value is (6,62,115).

  • red value is 6;
  • green value is 62;
  • blue value is 115.
RGB:
(6,62,115)
(2%,24%,45%)

RGB channels and saturation

R 6 of 255 = 2%
G 62 of 255 = 24%
B 115 of 255 = 45%

6
62
115

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

Portions of RGB colors in percentages

R + G + B =
6 + 62 + 115 = 183 (100%)
R 6 of 183 ~ 3.28%
G 62 of 183 ~ 33.88%
B 115 of 183 ~ 62.84%

%33.88
%62.84

CMYK color model

#063E73 color CMYK value is (95,46,0,55).

  • cyan value is 94.78%
  • magenta value is 46.09%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(95,46,0,55)
C95M46Y0K55 
(95%,46%,0%,55%)
(0.95/0.46/0.00/0.55)	

CMYK percentages

%94.78
%46.09
%0
%54.9

Codes

Color #063E73 in popluar color models

063E73
RGB662115
HSL209°90.08%23.73%
HSB/HSV209°94.78%45.10%
CMYK94.78%46.09%0.00%
54.90%

Color #063E73 in popluar number systems.

HEX063E73
Decimal662115
Binary1101111101110011
Octal676163

Shades and tints

Shades of #063E73

#063E73
(6,62,115)
#063969
(6,57,105)
#06345F
(6,52,95)
#062F55
(6,47,85)
#062A4B
(6,42,75)
#062541
(6,37,65)
#062037
(6,32,55)
#061B2D
(6,27,45)
#061623
(6,22,35)
#061119
(6,17,25)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #063E73

#063E73
(6,62,115)
#1C4F7F
(28,79,127)
#32608B
(50,96,139)
#487197
(72,113,151)
#5E82A3
(94,130,163)
#7493AF
(116,147,175)
#8AA4BB
(138,164,187)
#A0B5C7
(160,181,199)
#B6C6D3
(182,198,211)
#CCD7DF
(204,215,223)
#E2E8EB
(226,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063E73 color. Also use rgb(6,62,115) instead hex code.

Text Font Color

.myTextColor { color: #063E73; }

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

This text font color is #063E73.


Background Color

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

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

This div background color is #063E73.


Border color

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

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

This div border color is #063E73.


Opacity

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

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

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

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

This text has shadow with #063E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063E73 on black background.


Color preview on white background

This text has color #063E73 on white background.



Black color preview on #063E73 background

This text has black color on #063E73 background.


White color preview on #063E73 background

This text has white color on #063E73 background.