COLOR #061C52

HEX: #061C52
RGB: (6,28,82)

Color info

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

RGB color model

#061C52 color RGB value is (6,28,82).

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

RGB channels and saturation

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

6
28
82

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

Portions of RGB colors in percentages

R + G + B =
6 + 28 + 82 = 116 (100%)
R 6 of 116 ~ 5.17%
G 28 of 116 ~ 24.14%
B 82 of 116 ~ 70.69%

%24.14
%70.69

CMYK color model

#061C52 color CMYK value is (93,66,0,68).

  • cyan value is 92.68%
  • magenta value is 65.85%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(93,66,0,68)
C93M66Y0K68 
(93%,66%,0%,68%)
(0.93/0.66/0.00/0.68)	

CMYK percentages

%92.68
%65.85
%0
%67.84

Codes

Color #061C52 in popluar color models

061C52
RGB62882
HSL223°86.36%17.25%
HSB/HSV223°92.68%32.16%
CMYK92.68%65.85%0.00%
67.84%

Color #061C52 in popluar number systems.

HEX061C52
Decimal62882
Binary110111001010010
Octal634122

Shades and tints

Shades of #061C52

#061C52
(6,28,82)
#061A4B
(6,26,75)
#061844
(6,24,68)
#06163D
(6,22,61)
#061436
(6,20,54)
#06122F
(6,18,47)
#061028
(6,16,40)
#060E21
(6,14,33)
#060C1A
(6,12,26)
#060A13
(6,10,19)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #061C52

#061C52
(6,28,82)
#1C3061
(28,48,97)
#324470
(50,68,112)
#48587F
(72,88,127)
#5E6C8E
(94,108,142)
#74809D
(116,128,157)
#8A94AC
(138,148,172)
#A0A8BB
(160,168,187)
#B6BCCA
(182,188,202)
#CCD0D9
(204,208,217)
#E2E4E8
(226,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061C52; }

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

This text font color is #061C52.


Background Color

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

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

This div background color is #061C52.


Border color

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

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

This div border color is #061C52.


Opacity

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

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

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

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

This text has shadow with #061C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061C52 on black background.


Color preview on white background

This text has color #061C52 on white background.



Black color preview on #061C52 background

This text has black color on #061C52 background.


White color preview on #061C52 background

This text has white color on #061C52 background.