COLOR #062F79

HEX: #062F79
RGB: (6,47,121)

Color info

#062F79 contains mainly blue color. Web safe color of #062F79 is #003366 (or #036).

RGB color model

#062F79 color RGB value is (6,47,121).

  • red value is 6;
  • green value is 47;
  • blue value is 121.
RGB:
(6,47,121)
(2%,18%,47%)

RGB channels and saturation

R 6 of 255 = 2%
G 47 of 255 = 18%
B 121 of 255 = 47%

6
47
121

R + G + B ~ 22%. #062F79 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 47 + 121 = 174 (100%)
R 6 of 174 ~ 3.45%
G 47 of 174 ~ 27.01%
B 121 of 174 ~ 69.54%

%27.01
%69.54

CMYK color model

#062F79 color CMYK value is (95,61,0,53).

  • cyan value is 95.04%
  • magenta value is 61.16%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(95,61,0,53)
C95M61Y0K53 
(95%,61%,0%,53%)
(0.95/0.61/0.00/0.53)	

CMYK percentages

%95.04
%61.16
%0
%52.55

Codes

Color #062F79 in popluar color models

062F79
RGB647121
HSL219°90.55%24.90%
HSB/HSV219°95.04%47.45%
CMYK95.04%61.16%0.00%
52.55%

Color #062F79 in popluar number systems.

HEX062F79
Decimal647121
Binary1101011111111001
Octal657171

Shades and tints

Shades of #062F79

#062F79
(6,47,121)
#062B6E
(6,43,110)
#062763
(6,39,99)
#062358
(6,35,88)
#061F4D
(6,31,77)
#061B42
(6,27,66)
#061737
(6,23,55)
#06132C
(6,19,44)
#060F21
(6,15,33)
#060B16
(6,11,22)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #062F79

#062F79
(6,47,121)
#1C4185
(28,65,133)
#325391
(50,83,145)
#48659D
(72,101,157)
#5E77A9
(94,119,169)
#7489B5
(116,137,181)
#8A9BC1
(138,155,193)
#A0ADCD
(160,173,205)
#B6BFD9
(182,191,217)
#CCD1E5
(204,209,229)
#E2E3F1
(226,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062F79 color. Also use rgb(6,47,121) instead hex code.

Text Font Color

.myTextColor { color: #062F79; }

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

This text font color is #062F79.


Background Color

.myBgColor { background-color: #062F79; }

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

This div background color is #062F79.


Border color

.myBorderColor { border: 1px solid #062F79; }

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

This div border color is #062F79.


Opacity

.myOpacity80 { color: #062F79; opacity: 0.8; }

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

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

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

This text has shadow with #062F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062F79 on black background.


Color preview on white background

This text has color #062F79 on white background.



Black color preview on #062F79 background

This text has black color on #062F79 background.


White color preview on #062F79 background

This text has white color on #062F79 background.