COLOR #063359

HEX: #063359
RGB: (6,51,89)

Color info

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

RGB color model

#063359 color RGB value is (6,51,89).

  • red value is 6;
  • green value is 51;
  • blue value is 89.
RGB:
(6,51,89)
(2%,20%,35%)

RGB channels and saturation

R 6 of 255 = 2%
G 51 of 255 = 20%
B 89 of 255 = 35%

6
51
89

R + G + B ~ 19%. #063359 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 51 + 89 = 146 (100%)
R 6 of 146 ~ 4.11%
G 51 of 146 ~ 34.93%
B 89 of 146 ~ 60.96%

%34.93
%60.96

CMYK color model

#063359 color CMYK value is (93,43,0,65).

  • cyan value is 93.26%
  • magenta value is 42.70%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(93,43,0,65)
C93M43Y0K65 
(93%,43%,0%,65%)
(0.93/0.43/0.00/0.65)	

CMYK percentages

%93.26
%42.7
%0
%65.1

Codes

Color #063359 in popluar color models

063359
RGB65189
HSL207°87.37%18.63%
HSB/HSV207°93.26%34.90%
CMYK93.26%42.70%0.00%
65.10%

Color #063359 in popluar number systems.

HEX063359
Decimal65189
Binary1101100111011001
Octal663131

Shades and tints

Shades of #063359

#063359
(6,51,89)
#062F51
(6,47,81)
#062B49
(6,43,73)
#062741
(6,39,65)
#062339
(6,35,57)
#061F31
(6,31,49)
#061B29
(6,27,41)
#061721
(6,23,33)
#061319
(6,19,25)
#060F11
(6,15,17)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #063359

#063359
(6,51,89)
#1C4568
(28,69,104)
#325777
(50,87,119)
#486986
(72,105,134)
#5E7B95
(94,123,149)
#748DA4
(116,141,164)
#8A9FB3
(138,159,179)
#A0B1C2
(160,177,194)
#B6C3D1
(182,195,209)
#CCD5E0
(204,213,224)
#E2E7EF
(226,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063359 color. Also use rgb(6,51,89) instead hex code.

Text Font Color

.myTextColor { color: #063359; }

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

This text font color is #063359.


Background Color

.myBgColor { background-color: #063359; }

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

This div background color is #063359.


Border color

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

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

This div border color is #063359.


Opacity

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

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

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

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

This text has shadow with #063359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063359 on black background.


Color preview on white background

This text has color #063359 on white background.



Black color preview on #063359 background

This text has black color on #063359 background.


White color preview on #063359 background

This text has white color on #063359 background.