COLOR #063D80

HEX: #063D80
RGB: (6,61,128)

Color info

#063D80 contains mainly blue color. Web safe color of #063D80 is #003366 (or #036).

RGB color model

#063D80 color RGB value is (6,61,128).

  • red value is 6;
  • green value is 61;
  • blue value is 128.
RGB:
(6,61,128)
(2%,24%,50%)

RGB channels and saturation

R 6 of 255 = 2%
G 61 of 255 = 24%
B 128 of 255 = 50%

6
61
128

R + G + B ~ 25%. #063D80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 61 + 128 = 195 (100%)
R 6 of 195 ~ 3.08%
G 61 of 195 ~ 31.28%
B 128 of 195 ~ 65.64%

%31.28
%65.64

CMYK color model

#063D80 color CMYK value is (95,52,0,50).

  • cyan value is 95.31%
  • magenta value is 52.34%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(95,52,0,50)
C95M52Y0K50 
(95%,52%,0%,50%)
(0.95/0.52/0.00/0.50)	

CMYK percentages

%95.31
%52.34
%0
%49.8

Codes

Color #063D80 in popluar color models

063D80
RGB661128
HSL213°91.04%26.27%
HSB/HSV213°95.31%50.20%
CMYK95.31%52.34%0.00%
49.80%

Color #063D80 in popluar number systems.

HEX063D80
Decimal661128
Binary11011110110000000
Octal675200

Shades and tints

Shades of #063D80

#063D80
(6,61,128)
#063875
(6,56,117)
#06336A
(6,51,106)
#062E5F
(6,46,95)
#062954
(6,41,84)
#062449
(6,36,73)
#061F3E
(6,31,62)
#061A33
(6,26,51)
#061528
(6,21,40)
#06101D
(6,16,29)
#060B12
(6,11,18)
#000000
(0,0,0)

Tints of #063D80

#063D80
(6,61,128)
#1C4E8B
(28,78,139)
#325F96
(50,95,150)
#4870A1
(72,112,161)
#5E81AC
(94,129,172)
#7492B7
(116,146,183)
#8AA3C2
(138,163,194)
#A0B4CD
(160,180,205)
#B6C5D8
(182,197,216)
#CCD6E3
(204,214,227)
#E2E7EE
(226,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063D80 color. Also use rgb(6,61,128) instead hex code.

Text Font Color

.myTextColor { color: #063D80; }

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

This text font color is #063D80.


Background Color

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

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

This div background color is #063D80.


Border color

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

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

This div border color is #063D80.


Opacity

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

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

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

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

This text has shadow with #063D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063D80 on black background.


Color preview on white background

This text has color #063D80 on white background.



Black color preview on #063D80 background

This text has black color on #063D80 background.


White color preview on #063D80 background

This text has white color on #063D80 background.