COLOR #062441

HEX: #062441
RGB: (6,36,65)

Color info

#062441 contains red, green and blue colors in about the same proportion. Web safe color of #062441 is #003333 (or #033).

RGB color model

#062441 color RGB value is (6,36,65).

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

RGB channels and saturation

R 6 of 255 = 2%
G 36 of 255 = 14%
B 65 of 255 = 25%

6
36
65

R + G + B ~ 14%. #062441 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 36 + 65 = 107 (100%)
R 6 of 107 ~ 5.61%
G 36 of 107 ~ 33.64%
B 65 of 107 ~ 60.75%

%33.64
%60.75

CMYK color model

#062441 color CMYK value is (91,45,0,75).

  • cyan value is 90.77%
  • magenta value is 44.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(91,45,0,75)
C91M45Y0K75 
(91%,45%,0%,75%)
(0.91/0.45/0.00/0.75)	

CMYK percentages

%90.77
%44.62
%0
%74.51

Codes

Color #062441 in popluar color models

062441
RGB63665
HSL209°83.10%13.92%
HSB/HSV209°90.77%25.49%
CMYK90.77%44.62%0.00%
74.51%

Color #062441 in popluar number systems.

HEX062441
Decimal63665
Binary1101001001000001
Octal644101

Shades and tints

Shades of #062441

#062441
(6,36,65)
#06213C
(6,33,60)
#061E37
(6,30,55)
#061B32
(6,27,50)
#06182D
(6,24,45)
#061528
(6,21,40)
#061223
(6,18,35)
#060F1E
(6,15,30)
#060C19
(6,12,25)
#060914
(6,9,20)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #062441

#062441
(6,36,65)
#1C3752
(28,55,82)
#324A63
(50,74,99)
#485D74
(72,93,116)
#5E7085
(94,112,133)
#748396
(116,131,150)
#8A96A7
(138,150,167)
#A0A9B8
(160,169,184)
#B6BCC9
(182,188,201)
#CCCFDA
(204,207,218)
#E2E2EB
(226,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062441; }

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

This text font color is #062441.


Background Color

.myBgColor { background-color: #062441; }

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

This div background color is #062441.


Border color

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

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

This div border color is #062441.


Opacity

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

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

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

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

This text has shadow with #062441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062441 on black background.


Color preview on white background

This text has color #062441 on white background.



Black color preview on #062441 background

This text has black color on #062441 background.


White color preview on #062441 background

This text has white color on #062441 background.