COLOR #062362

HEX: #062362
RGB: (6,35,98)

Color info

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

RGB color model

#062362 color RGB value is (6,35,98).

  • red value is 6;
  • green value is 35;
  • blue value is 98.
RGB:
(6,35,98)
(2%,14%,38%)

RGB channels and saturation

R 6 of 255 = 2%
G 35 of 255 = 14%
B 98 of 255 = 38%

6
35
98

R + G + B ~ 18%. #062362 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 35 + 98 = 139 (100%)
R 6 of 139 ~ 4.32%
G 35 of 139 ~ 25.18%
B 98 of 139 ~ 70.5%

%25.18
%70.5

CMYK color model

#062362 color CMYK value is (94,64,0,62).

  • cyan value is 93.88%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(94,64,0,62)
C94M64Y0K62 
(94%,64%,0%,62%)
(0.94/0.64/0.00/0.62)	

CMYK percentages

%93.88
%64.29
%0
%61.57

Codes

Color #062362 in popluar color models

062362
RGB63598
HSL221°88.46%20.39%
HSB/HSV221°93.88%38.43%
CMYK93.88%64.29%0.00%
61.57%

Color #062362 in popluar number systems.

HEX062362
Decimal63598
Binary1101000111100010
Octal643142

Shades and tints

Shades of #062362

#062362
(6,35,98)
#06205A
(6,32,90)
#061D52
(6,29,82)
#061A4A
(6,26,74)
#061742
(6,23,66)
#06143A
(6,20,58)
#061132
(6,17,50)
#060E2A
(6,14,42)
#060B22
(6,11,34)
#06081A
(6,8,26)
#060512
(6,5,18)
#000000
(0,0,0)

Tints of #062362

#062362
(6,35,98)
#1C3770
(28,55,112)
#324B7E
(50,75,126)
#485F8C
(72,95,140)
#5E739A
(94,115,154)
#7487A8
(116,135,168)
#8A9BB6
(138,155,182)
#A0AFC4
(160,175,196)
#B6C3D2
(182,195,210)
#CCD7E0
(204,215,224)
#E2EBEE
(226,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062362 color. Also use rgb(6,35,98) instead hex code.

Text Font Color

.myTextColor { color: #062362; }

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

This text font color is #062362.


Background Color

.myBgColor { background-color: #062362; }

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

This div background color is #062362.


Border color

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

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

This div border color is #062362.


Opacity

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

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

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

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

This text has shadow with #062362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062362 on black background.


Color preview on white background

This text has color #062362 on white background.



Black color preview on #062362 background

This text has black color on #062362 background.


White color preview on #062362 background

This text has white color on #062362 background.