COLOR #061A5D

HEX: #061A5D RGB: (6,26,93)

Color info

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

RGB color model

#061A5D color RGB value is (6,26,93).

RGB: (6,26,93) (2%, 10%, 36%)

RGB channels and saturation

R 6 of 255 = 2%
G 26 of 255 = 10%
B 93 of 255 = 36%

6
26
93

R + G + B ~ 16%. #061A5D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 26 + 93 = 125 (100%)
R 6 of 125 ~ 4.8%
G 26 of 125 ~ 20.8%
B 93 of 125 ~ 74.4'%

%20.8
%74.4

CMYK color model

#061A5D color CMYK value is (94,72,0,64).

  • cyan value is 93.55%
  • magenta value is 72.04%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (94,72,0,64)
C94M72Y0K64 (94%, 72%, 0%, 64%)
(0.94 / 0.72 / 0.00 / 0.64)

CMYK percentages

%93.55
%72.04
%0
%63.53

Codes

Color #061A5D in popluar color models

06 1A 5D
RGB 6 26 93
HSL 226° 87.88% 19.41%
HSB/HSV 226° 93.55% 36.47%
CMYK 93.55% 72.04% 0.00%
63.53%

Color #061A5D in popluar number systems.

HEX 06 1A 5D
Decimal 6 26 93
Binary 110 11010 1011101
Octal 6 32 135

Shades and tints

Shades of #061A5D

#061A5D
(6,26,93)
#061855
(6,24,85)
#06164D
(6,22,77)
#061445
(6,20,69)
#06123D
(6,18,61)
#061035
(6,16,53)
#060E2D
(6,14,45)
#060C25
(6,12,37)
#060A1D
(6,10,29)
#060815
(6,8,21)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #061A5D

#061A5D
(6,26,93)
#1C2E6B
(28,46,107)
#324279
(50,66,121)
#485687
(72,86,135)
#5E6A95
(94,106,149)
#747EA3
(116,126,163)
#8A92B1
(138,146,177)
#A0A6BF
(160,166,191)
#B6BACD
(182,186,205)
#CCCEDB
(204,206,219)
#E2E2E9
(226,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061A5D; }

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

This text font color is #061A5D.

Background Color

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

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

This div background color is #061A5D.

Border color

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

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

This div border color is #061A5D.

Opacity

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

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

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

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

This text has shadow with #061A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061A5D.

Preview

Color preview on black background

This text has color #061A5D on black background.


Color preview on white background

This text has color #061A5D on white background.


Black color preview on #061A5D background

This text has black color on #061A5D background.


White color preview on #061A5D background

This text has white color on #061A5D background.


Related colors

Complementary color

Complementary color for #hex is #F9E5A2.


I love getcolorcode.com

Triadic colors

1 #5D061A and #1A5D06 with #061A5D are triadic colors.

2 #5D1A06 and #1A065D with #061A5D are triadic colors.