COLOR #061B3B

HEX: #061B3B RGB: (6,27,59)

Color info

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

RGB color model

#061B3B color RGB value is (6,27,59).

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

RGB channels and saturation

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

6
27
59

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

Portions of RGB colors in percentages

R + G + B = 6 + 27 + 59 = 92 (100%)
R 6 of 92 ~ 6.52%
G 27 of 92 ~ 29.35%
B 59 of 92 ~ 64.13'%

%29.35
%64.13

CMYK color model

#061B3B color CMYK value is (90,54,0,77).

  • cyan value is 89.83%
  • magenta value is 54.24%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK: (90,54,0,77) C90M54Y0K77 (90%,54%,0%,77%) (0.90/0.54/0.00/0.77) 

CMYK percentages

%89.83
%54.24
%0
%76.86

Codes

Color #061B3B in popluar color models

06 1B 3B
RGB 6 27 59
HSL 216° 81.54% 12.75%
HSB/HSV 216° 89.83% 23.14%
CMYK 89.83% 54.24% 0.00%
76.86%

Color #061B3B in popluar number systems.

HEX 06 1B 3B
Decimal 6 27 59
Binary 110 11011 111011
Octal 6 33 73

Shades and tints

Shades of #061B3B

#061B3B
(6,27,59)
#061936
(6,25,54)
#061731
(6,23,49)
#06152C
(6,21,44)
#061327
(6,19,39)
#061122
(6,17,34)
#060F1D
(6,15,29)
#060D18
(6,13,24)
#060B13
(6,11,19)
#06090E
(6,9,14)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #061B3B

#061B3B
(6,27,59)
#1C2F4C
(28,47,76)
#32435D
(50,67,93)
#48576E
(72,87,110)
#5E6B7F
(94,107,127)
#747F90
(116,127,144)
#8A93A1
(138,147,161)
#A0A7B2
(160,167,178)
#B6BBC3
(182,187,195)
#CCCFD4
(204,207,212)
#E2E3E5
(226,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061B3B; }

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

This text font color is #061B3B.

Background Color

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

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

This div background color is #061B3B.

Border color

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

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

This div border color is #061B3B.

Opacity

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

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

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

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

This text has shadow with #061B3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061B3B.

Preview

Color preview on black background

This text has color #061B3B on black background.


Color preview on white background

This text has color #061B3B on white background.


Black color preview on #061B3B background

This text has black color on #061B3B background.


White color preview on #061B3B background

This text has white color on #061B3B background.


Related colors

Complementary color

Complementary color for #hex is #F9E4C4.


I love getcolorcode.com

Triadic colors

1 #3B061B and #1B3B06 with #061B3B are triadic colors.

2 #3B1B06 and #1B063B with #061B3B are triadic colors.