COLOR #061439

HEX: #061439
RGB: (6,20,57)

Color info

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

RGB color model

#061439 color RGB value is (6,20,57).

  • red value is 6;
  • green value is 20;
  • blue value is 57.
RGB:
(6,20,57)
(2%,8%,22%)

RGB channels and saturation

R 6 of 255 = 2%
G 20 of 255 = 8%
B 57 of 255 = 22%

6
20
57

R + G + B ~ 11%. #061439 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 20 + 57 = 83 (100%)
R 6 of 83 ~ 7.23%
G 20 of 83 ~ 24.1%
B 57 of 83 ~ 68.67%

%24.1
%68.67

CMYK color model

#061439 color CMYK value is (89,65,0,78).

  • cyan value is 89.47%
  • magenta value is 64.91%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(89,65,0,78)
C89M65Y0K78 
(89%,65%,0%,78%)
(0.89/0.65/0.00/0.78)	

CMYK percentages

%89.47
%64.91
%0
%77.65

Codes

Color #061439 in popluar color models

061439
RGB62057
HSL224°80.95%12.35%
HSB/HSV224°89.47%22.35%
CMYK89.47%64.91%0.00%
77.65%

Color #061439 in popluar number systems.

HEX061439
Decimal62057
Binary11010100111001
Octal62471

Shades and tints

Shades of #061439

#061439
(6,20,57)
#061334
(6,19,52)
#06122F
(6,18,47)
#06112A
(6,17,42)
#061025
(6,16,37)
#060F20
(6,15,32)
#060E1B
(6,14,27)
#060D16
(6,13,22)
#060C11
(6,12,17)
#060B0C
(6,11,12)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #061439

#061439
(6,20,57)
#1C294B
(28,41,75)
#323E5D
(50,62,93)
#48536F
(72,83,111)
#5E6881
(94,104,129)
#747D93
(116,125,147)
#8A92A5
(138,146,165)
#A0A7B7
(160,167,183)
#B6BCC9
(182,188,201)
#CCD1DB
(204,209,219)
#E2E6ED
(226,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061439 color. Also use rgb(6,20,57) instead hex code.

Text Font Color

.myTextColor { color: #061439; }

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

This text font color is #061439.


Background Color

.myBgColor { background-color: #061439; }

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

This div background color is #061439.


Border color

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

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

This div border color is #061439.


Opacity

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

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

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

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

This text has shadow with #061439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061439 on black background.


Color preview on white background

This text has color #061439 on white background.



Black color preview on #061439 background

This text has black color on #061439 background.


White color preview on #061439 background

This text has white color on #061439 background.