COLOR #063168

HEX: #063168
RGB: (6,49,104)

Color info

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

RGB color model

#063168 color RGB value is (6,49,104).

  • red value is 6;
  • green value is 49;
  • blue value is 104.
RGB:
(6,49,104)
(2%,19%,41%)

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 104 of 255 = 41%

6
49
104

R + G + B ~ 21%. #063168 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 104 = 159 (100%)
R 6 of 159 ~ 3.77%
G 49 of 159 ~ 30.82%
B 104 of 159 ~ 65.41%

%30.82
%65.41

CMYK color model

#063168 color CMYK value is (94,53,0,59).

  • cyan value is 94.23%
  • magenta value is 52.88%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(94,53,0,59)
C94M53Y0K59 
(94%,53%,0%,59%)
(0.94/0.53/0.00/0.59)	

CMYK percentages

%94.23
%52.88
%0
%59.22

Codes

Color #063168 in popluar color models

063168
RGB649104
HSL214°89.09%21.57%
HSB/HSV214°94.23%40.78%
CMYK94.23%52.88%0.00%
59.22%

Color #063168 in popluar number systems.

HEX063168
Decimal649104
Binary1101100011101000
Octal661150

Shades and tints

Shades of #063168

#063168
(6,49,104)
#062D5F
(6,45,95)
#062956
(6,41,86)
#06254D
(6,37,77)
#062144
(6,33,68)
#061D3B
(6,29,59)
#061932
(6,25,50)
#061529
(6,21,41)
#061120
(6,17,32)
#060D17
(6,13,23)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #063168

#063168
(6,49,104)
#1C4375
(28,67,117)
#325582
(50,85,130)
#48678F
(72,103,143)
#5E799C
(94,121,156)
#748BA9
(116,139,169)
#8A9DB6
(138,157,182)
#A0AFC3
(160,175,195)
#B6C1D0
(182,193,208)
#CCD3DD
(204,211,221)
#E2E5EA
(226,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063168 color. Also use rgb(6,49,104) instead hex code.

Text Font Color

.myTextColor { color: #063168; }

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

This text font color is #063168.


Background Color

.myBgColor { background-color: #063168; }

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

This div background color is #063168.


Border color

.myBorderColor { border: 1px solid #063168; }

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

This div border color is #063168.


Opacity

.myOpacity80 { color: #063168; opacity: 0.8; }

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

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

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

This text has shadow with #063168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063168 on black background.


Color preview on white background

This text has color #063168 on white background.



Black color preview on #063168 background

This text has black color on #063168 background.


White color preview on #063168 background

This text has white color on #063168 background.