COLOR #062A78

HEX: #062A78
RGB: (6,42,120)

Color info

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

RGB color model

#062A78 color RGB value is (6,42,120).

  • red value is 6;
  • green value is 42;
  • blue value is 120.
RGB:
(6,42,120)
(2%,16%,47%)

RGB channels and saturation

R 6 of 255 = 2%
G 42 of 255 = 16%
B 120 of 255 = 47%

6
42
120

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

Portions of RGB colors in percentages

R + G + B =
6 + 42 + 120 = 168 (100%)
R 6 of 168 ~ 3.57%
G 42 of 168 ~ 25%
B 120 of 168 ~ 71.43%

%25
%71.43

CMYK color model

#062A78 color CMYK value is (95,65,0,53).

  • cyan value is 95.00%
  • magenta value is 65.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(95,65,0,53)
C95M65Y0K53 
(95%,65%,0%,53%)
(0.95/0.65/0.00/0.53)	

CMYK percentages

%95
%65
%0
%52.94

Codes

Color #062A78 in popluar color models

062A78
RGB642120
HSL221°90.48%24.71%
HSB/HSV221°95.00%47.06%
CMYK95.00%65.00%0.00%
52.94%

Color #062A78 in popluar number systems.

HEX062A78
Decimal642120
Binary1101010101111000
Octal652170

Shades and tints

Shades of #062A78

#062A78
(6,42,120)
#06276E
(6,39,110)
#062464
(6,36,100)
#06215A
(6,33,90)
#061E50
(6,30,80)
#061B46
(6,27,70)
#06183C
(6,24,60)
#061532
(6,21,50)
#061228
(6,18,40)
#060F1E
(6,15,30)
#060C14
(6,12,20)
#000000
(0,0,0)

Tints of #062A78

#062A78
(6,42,120)
#1C3D84
(28,61,132)
#325090
(50,80,144)
#48639C
(72,99,156)
#5E76A8
(94,118,168)
#7489B4
(116,137,180)
#8A9CC0
(138,156,192)
#A0AFCC
(160,175,204)
#B6C2D8
(182,194,216)
#CCD5E4
(204,213,228)
#E2E8F0
(226,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062A78 color. Also use rgb(6,42,120) instead hex code.

Text Font Color

.myTextColor { color: #062A78; }

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

This text font color is #062A78.


Background Color

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

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

This div background color is #062A78.


Border color

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

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

This div border color is #062A78.


Opacity

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

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

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

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

This text has shadow with #062A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062A78 on black background.


Color preview on white background

This text has color #062A78 on white background.



Black color preview on #062A78 background

This text has black color on #062A78 background.


White color preview on #062A78 background

This text has white color on #062A78 background.