COLOR #061D3B

HEX: #061D3B RGB: (6,29,59)

Color info

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

RGB color model

#061D3B color RGB value is (6,29,59).

RGB: (6,29,59) (2%, 11%, 23%)

RGB channels and saturation

R 6 of 255 = 2%
G 29 of 255 = 11%
B 59 of 255 = 23%

6
29
59

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

Portions of RGB colors in percentages

R + G + B = 6 + 29 + 59 = 94 (100%)
R 6 of 94 ~ 6.38%
G 29 of 94 ~ 30.85%
B 59 of 94 ~ 62.77'%

%30.85
%62.77

CMYK color model

#061D3B color CMYK value is (90,51,0,77).

  • cyan value is 89.83%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (90,51,0,77)
C90M51Y0K77 (90%, 51%, 0%, 77%)
(0.90 / 0.51 / 0.00 / 0.77)

CMYK percentages

%89.83
%50.85
%0
%76.86

Codes

Color #061D3B in popluar color models

06 1D 3B
RGB 6 29 59
HSL 214° 81.54% 12.75%
HSB/HSV 214° 89.83% 23.14%
CMYK 89.83% 50.85% 0.00%
76.86%

Color #061D3B in popluar number systems.

HEX 06 1D 3B
Decimal 6 29 59
Binary 110 11101 111011
Octal 6 35 73

Shades and tints

Shades of #061D3B

#061D3B
(6,29,59)
#061B36
(6,27,54)
#061931
(6,25,49)
#06172C
(6,23,44)
#061527
(6,21,39)
#061322
(6,19,34)
#06111D
(6,17,29)
#060F18
(6,15,24)
#060D13
(6,13,19)
#060B0E
(6,11,14)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #061D3B

#061D3B
(6,29,59)
#1C314C
(28,49,76)
#32455D
(50,69,93)
#48596E
(72,89,110)
#5E6D7F
(94,109,127)
#748190
(116,129,144)
#8A95A1
(138,149,161)
#A0A9B2
(160,169,178)
#B6BDC3
(182,189,195)
#CCD1D4
(204,209,212)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061D3B; }

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

This text font color is #061D3B.

Background Color

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

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

This div background color is #061D3B.

Border color

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

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

This div border color is #061D3B.

Opacity

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

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

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

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

This text has shadow with #061D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061D3B.

Preview

Color preview on black background

This text has color #061D3B on black background.


Color preview on white background

This text has color #061D3B on white background.


Black color preview on #061D3B background

This text has black color on #061D3B background.


White color preview on #061D3B background

This text has white color on #061D3B background.


Related colors

Complementary color

Complementary color for #hex is #F9E2C4.


I love getcolorcode.com

Triadic colors

1 #3B061D and #1D3B06 with #061D3B are triadic colors.

2 #3B1D06 and #1D063B with #061D3B are triadic colors.