COLOR #062B82

HEX: #062B82
RGB: (6,43,130)

Color info

#062B82 contains mainly blue color. Web safe color of #062B82 is #003399 (or #039).

RGB color model

#062B82 color RGB value is (6,43,130).

  • red value is 6;
  • green value is 43;
  • blue value is 130.
RGB:
(6,43,130)
(2%,17%,51%)

RGB channels and saturation

R 6 of 255 = 2%
G 43 of 255 = 17%
B 130 of 255 = 51%

6
43
130

R + G + B ~ 23%. #062B82 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 43 + 130 = 179 (100%)
R 6 of 179 ~ 3.35%
G 43 of 179 ~ 24.02%
B 130 of 179 ~ 72.63%

%24.02
%72.63

CMYK color model

#062B82 color CMYK value is (95,67,0,49).

  • cyan value is 95.38%
  • magenta value is 66.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(95,67,0,49)
C95M67Y0K49 
(95%,67%,0%,49%)
(0.95/0.67/0.00/0.49)	

CMYK percentages

%95.38
%66.92
%0
%49.02

Codes

Color #062B82 in popluar color models

062B82
RGB643130
HSL222°91.18%26.67%
HSB/HSV222°95.38%50.98%
CMYK95.38%66.92%0.00%
49.02%

Color #062B82 in popluar number systems.

HEX062B82
Decimal643130
Binary11010101110000010
Octal653202

Shades and tints

Shades of #062B82

#062B82
(6,43,130)
#062877
(6,40,119)
#06256C
(6,37,108)
#062261
(6,34,97)
#061F56
(6,31,86)
#061C4B
(6,28,75)
#061940
(6,25,64)
#061635
(6,22,53)
#06132A
(6,19,42)
#06101F
(6,16,31)
#060D14
(6,13,20)
#000000
(0,0,0)

Tints of #062B82

#062B82
(6,43,130)
#1C3E8D
(28,62,141)
#325198
(50,81,152)
#4864A3
(72,100,163)
#5E77AE
(94,119,174)
#748AB9
(116,138,185)
#8A9DC4
(138,157,196)
#A0B0CF
(160,176,207)
#B6C3DA
(182,195,218)
#CCD6E5
(204,214,229)
#E2E9F0
(226,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062B82 color. Also use rgb(6,43,130) instead hex code.

Text Font Color

.myTextColor { color: #062B82; }

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

This text font color is #062B82.


Background Color

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

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

This div background color is #062B82.


Border color

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

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

This div border color is #062B82.


Opacity

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

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

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

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

This text has shadow with #062B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062B82 on black background.


Color preview on white background

This text has color #062B82 on white background.



Black color preview on #062B82 background

This text has black color on #062B82 background.


White color preview on #062B82 background

This text has white color on #062B82 background.