COLOR #061585

HEX: #061585
RGB: (6,21,133)

Color info

#061585 contains mainly blue color. Web safe color of #061585 is #000099 (or #009).

RGB color model

#061585 color RGB value is (6,21,133).

  • red value is 6;
  • green value is 21;
  • blue value is 133.
RGB:
(6,21,133)
(2%,8%,52%)

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 133 of 255 = 52%

6
21
133

R + G + B ~ 21%. #061585 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 21 + 133 = 160 (100%)
R 6 of 160 ~ 3.75%
G 21 of 160 ~ 13.13%
B 133 of 160 ~ 83.13%

%13.13
%83.13

CMYK color model

#061585 color CMYK value is (95,84,0,48).

  • cyan value is 95.49%
  • magenta value is 84.21%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(95,84,0,48)
C95M84Y0K48 
(95%,84%,0%,48%)
(0.95/0.84/0.00/0.48)	

CMYK percentages

%95.49
%84.21
%0
%47.84

Codes

Color #061585 in popluar color models

061585
RGB621133
HSL233°91.37%27.25%
HSB/HSV233°95.49%52.16%
CMYK95.49%84.21%0.00%
47.84%

Color #061585 in popluar number systems.

HEX061585
Decimal621133
Binary1101010110000101
Octal625205

Shades and tints

Shades of #061585

#061585
(6,21,133)
#061479
(6,20,121)
#06136D
(6,19,109)
#061261
(6,18,97)
#061155
(6,17,85)
#061049
(6,16,73)
#060F3D
(6,15,61)
#060E31
(6,14,49)
#060D25
(6,13,37)
#060C19
(6,12,25)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #061585

#061585
(6,21,133)
#1C2A90
(28,42,144)
#323F9B
(50,63,155)
#4854A6
(72,84,166)
#5E69B1
(94,105,177)
#747EBC
(116,126,188)
#8A93C7
(138,147,199)
#A0A8D2
(160,168,210)
#B6BDDD
(182,189,221)
#CCD2E8
(204,210,232)
#E2E7F3
(226,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061585 color. Also use rgb(6,21,133) instead hex code.

Text Font Color

.myTextColor { color: #061585; }

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

This text font color is #061585.


Background Color

.myBgColor { background-color: #061585; }

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

This div background color is #061585.


Border color

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

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

This div border color is #061585.


Opacity

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

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

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

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

This text has shadow with #061585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061585 on black background.


Color preview on white background

This text has color #061585 on white background.



Black color preview on #061585 background

This text has black color on #061585 background.


White color preview on #061585 background

This text has white color on #061585 background.