COLOR #061941

HEX: #061941
RGB: (6,25,65)

Color info

#061941 contains red, green and blue colors in about the same proportion. Web safe color of #061941 is #000033 (or #003).

RGB color model

#061941 color RGB value is (6,25,65).

  • red value is 6;
  • green value is 25;
  • blue value is 65.
RGB:
(6,25,65)
(2%,10%,25%)

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 65 of 255 = 25%

6
25
65

R + G + B ~ 12%. #061941 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 25 + 65 = 96 (100%)
R 6 of 96 ~ 6.25%
G 25 of 96 ~ 26.04%
B 65 of 96 ~ 67.71%

%26.04
%67.71

CMYK color model

#061941 color CMYK value is (91,62,0,75).

  • cyan value is 90.77%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(91,62,0,75)
C91M62Y0K75 
(91%,62%,0%,75%)
(0.91/0.62/0.00/0.75)	

CMYK percentages

%90.77
%61.54
%0
%74.51

Codes

Color #061941 in popluar color models

061941
RGB62565
HSL221°83.10%13.92%
HSB/HSV221°90.77%25.49%
CMYK90.77%61.54%0.00%
74.51%

Color #061941 in popluar number systems.

HEX061941
Decimal62565
Binary110110011000001
Octal631101

Shades and tints

Shades of #061941

#061941
(6,25,65)
#06173C
(6,23,60)
#061537
(6,21,55)
#061332
(6,19,50)
#06112D
(6,17,45)
#060F28
(6,15,40)
#060D23
(6,13,35)
#060B1E
(6,11,30)
#060919
(6,9,25)
#060714
(6,7,20)
#06050F
(6,5,15)
#000000
(0,0,0)

Tints of #061941

#061941
(6,25,65)
#1C2D52
(28,45,82)
#324163
(50,65,99)
#485574
(72,85,116)
#5E6985
(94,105,133)
#747D96
(116,125,150)
#8A91A7
(138,145,167)
#A0A5B8
(160,165,184)
#B6B9C9
(182,185,201)
#CCCDDA
(204,205,218)
#E2E1EB
(226,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061941 color. Also use rgb(6,25,65) instead hex code.

Text Font Color

.myTextColor { color: #061941; }

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

This text font color is #061941.


Background Color

.myBgColor { background-color: #061941; }

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

This div background color is #061941.


Border color

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

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

This div border color is #061941.


Opacity

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

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

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

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

This text has shadow with #061941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061941 on black background.


Color preview on white background

This text has color #061941 on white background.



Black color preview on #061941 background

This text has black color on #061941 background.


White color preview on #061941 background

This text has white color on #061941 background.