COLOR #061D52

HEX: #061D52
RGB: (6,29,82)

Color info

#061D52 contains mainly green and blue colors. Web safe color of #061D52 is #003366 (or #036).

RGB color model

#061D52 color RGB value is (6,29,82).

  • red value is 6;
  • green value is 29;
  • blue value is 82.
RGB:
(6,29,82)
(2%,11%,32%)

RGB channels and saturation

R 6 of 255 = 2%
G 29 of 255 = 11%
B 82 of 255 = 32%

6
29
82

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

Portions of RGB colors in percentages

R + G + B =
6 + 29 + 82 = 117 (100%)
R 6 of 117 ~ 5.13%
G 29 of 117 ~ 24.79%
B 82 of 117 ~ 70.09%

%24.79
%70.09

CMYK color model

#061D52 color CMYK value is (93,65,0,68).

  • cyan value is 92.68%
  • magenta value is 64.63%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(93,65,0,68)
C93M65Y0K68 
(93%,65%,0%,68%)
(0.93/0.65/0.00/0.68)	

CMYK percentages

%92.68
%64.63
%0
%67.84

Codes

Color #061D52 in popluar color models

061D52
RGB62982
HSL222°86.36%17.25%
HSB/HSV222°92.68%32.16%
CMYK92.68%64.63%0.00%
67.84%

Color #061D52 in popluar number systems.

HEX061D52
Decimal62982
Binary110111011010010
Octal635122

Shades and tints

Shades of #061D52

#061D52
(6,29,82)
#061B4B
(6,27,75)
#061944
(6,25,68)
#06173D
(6,23,61)
#061536
(6,21,54)
#06132F
(6,19,47)
#061128
(6,17,40)
#060F21
(6,15,33)
#060D1A
(6,13,26)
#060B13
(6,11,19)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #061D52

#061D52
(6,29,82)
#1C3161
(28,49,97)
#324570
(50,69,112)
#48597F
(72,89,127)
#5E6D8E
(94,109,142)
#74819D
(116,129,157)
#8A95AC
(138,149,172)
#A0A9BB
(160,169,187)
#B6BDCA
(182,189,202)
#CCD1D9
(204,209,217)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061D52 color. Also use rgb(6,29,82) instead hex code.

Text Font Color

.myTextColor { color: #061D52; }

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

This text font color is #061D52.


Background Color

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

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

This div background color is #061D52.


Border color

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

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

This div border color is #061D52.


Opacity

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

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

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

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

This text has shadow with #061D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061D52 on black background.


Color preview on white background

This text has color #061D52 on white background.



Black color preview on #061D52 background

This text has black color on #061D52 background.


White color preview on #061D52 background

This text has white color on #061D52 background.