COLOR #061A56

HEX: #061A56
RGB: (6,26,86)

Color info

#061A56 contains mainly blue color. Web safe color of #061A56 is #000066 (or #006).

RGB color model

#061A56 color RGB value is (6,26,86).

  • red value is 6;
  • green value is 26;
  • blue value is 86.
RGB:
(6,26,86)
(2%,10%,34%)

RGB channels and saturation

R 6 of 255 = 2%
G 26 of 255 = 10%
B 86 of 255 = 34%

6
26
86

R + G + B ~ 15%. #061A56 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 26 + 86 = 118 (100%)
R 6 of 118 ~ 5.08%
G 26 of 118 ~ 22.03%
B 86 of 118 ~ 72.88%

%22.03
%72.88

CMYK color model

#061A56 color CMYK value is (93,70,0,66).

  • cyan value is 93.02%
  • magenta value is 69.77%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(93,70,0,66)
C93M70Y0K66 
(93%,70%,0%,66%)
(0.93/0.70/0.00/0.66)	

CMYK percentages

%93.02
%69.77
%0
%66.27

Codes

Color #061A56 in popluar color models

061A56
RGB62686
HSL225°86.96%18.04%
HSB/HSV225°93.02%33.73%
CMYK93.02%69.77%0.00%
66.27%

Color #061A56 in popluar number systems.

HEX061A56
Decimal62686
Binary110110101010110
Octal632126

Shades and tints

Shades of #061A56

#061A56
(6,26,86)
#06184F
(6,24,79)
#061648
(6,22,72)
#061441
(6,20,65)
#06123A
(6,18,58)
#061033
(6,16,51)
#060E2C
(6,14,44)
#060C25
(6,12,37)
#060A1E
(6,10,30)
#060817
(6,8,23)
#060610
(6,6,16)
#000000
(0,0,0)

Tints of #061A56

#061A56
(6,26,86)
#1C2E65
(28,46,101)
#324274
(50,66,116)
#485683
(72,86,131)
#5E6A92
(94,106,146)
#747EA1
(116,126,161)
#8A92B0
(138,146,176)
#A0A6BF
(160,166,191)
#B6BACE
(182,186,206)
#CCCEDD
(204,206,221)
#E2E2EC
(226,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061A56 color. Also use rgb(6,26,86) instead hex code.

Text Font Color

.myTextColor { color: #061A56; }

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

This text font color is #061A56.


Background Color

.myBgColor { background-color: #061A56; }

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

This div background color is #061A56.


Border color

.myBorderColor { border: 1px solid #061A56; }

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

This div border color is #061A56.


Opacity

.myOpacity80 { color: #061A56; opacity: 0.8; }

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

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

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

This text has shadow with #061A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061A56 on black background.


Color preview on white background

This text has color #061A56 on white background.



Black color preview on #061A56 background

This text has black color on #061A56 background.


White color preview on #061A56 background

This text has white color on #061A56 background.