COLOR #062C51

HEX: #062C51
RGB: (6,44,81)

Color info

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

RGB color model

#062C51 color RGB value is (6,44,81).

  • red value is 6;
  • green value is 44;
  • blue value is 81.
RGB:
(6,44,81)
(2%,17%,32%)

RGB channels and saturation

R 6 of 255 = 2%
G 44 of 255 = 17%
B 81 of 255 = 32%

6
44
81

R + G + B ~ 17%. #062C51 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 44 + 81 = 131 (100%)
R 6 of 131 ~ 4.58%
G 44 of 131 ~ 33.59%
B 81 of 131 ~ 61.83%

%33.59
%61.83

CMYK color model

#062C51 color CMYK value is (93,46,0,68).

  • cyan value is 92.59%
  • magenta value is 45.68%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(93,46,0,68)
C93M46Y0K68 
(93%,46%,0%,68%)
(0.93/0.46/0.00/0.68)	

CMYK percentages

%92.59
%45.68
%0
%68.24

Codes

Color #062C51 in popluar color models

062C51
RGB64481
HSL210°86.21%17.06%
HSB/HSV210°92.59%31.76%
CMYK92.59%45.68%0.00%
68.24%

Color #062C51 in popluar number systems.

HEX062C51
Decimal64481
Binary1101011001010001
Octal654121

Shades and tints

Shades of #062C51

#062C51
(6,44,81)
#06284A
(6,40,74)
#062443
(6,36,67)
#06203C
(6,32,60)
#061C35
(6,28,53)
#06182E
(6,24,46)
#061427
(6,20,39)
#061020
(6,16,32)
#060C19
(6,12,25)
#060812
(6,8,18)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #062C51

#062C51
(6,44,81)
#1C3F60
(28,63,96)
#32526F
(50,82,111)
#48657E
(72,101,126)
#5E788D
(94,120,141)
#748B9C
(116,139,156)
#8A9EAB
(138,158,171)
#A0B1BA
(160,177,186)
#B6C4C9
(182,196,201)
#CCD7D8
(204,215,216)
#E2EAE7
(226,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062C51 color. Also use rgb(6,44,81) instead hex code.

Text Font Color

.myTextColor { color: #062C51; }

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

This text font color is #062C51.


Background Color

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

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

This div background color is #062C51.


Border color

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

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

This div border color is #062C51.


Opacity

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

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

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

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

This text has shadow with #062C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062C51 on black background.


Color preview on white background

This text has color #062C51 on white background.



Black color preview on #062C51 background

This text has black color on #062C51 background.


White color preview on #062C51 background

This text has white color on #062C51 background.