COLOR #061B4D

HEX: #061B4D
RGB: (6,27,77)

Color info

#061B4D contains mainly green and blue colors. Web safe color of #061B4D is #003333 (or #033).

RGB color model

#061B4D color RGB value is (6,27,77).

  • red value is 6;
  • green value is 27;
  • blue value is 77.
RGB:
(6,27,77)
(2%,11%,30%)

RGB channels and saturation

R 6 of 255 = 2%
G 27 of 255 = 11%
B 77 of 255 = 30%

6
27
77

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

Portions of RGB colors in percentages

R + G + B =
6 + 27 + 77 = 110 (100%)
R 6 of 110 ~ 5.45%
G 27 of 110 ~ 24.55%
B 77 of 110 ~ 70%

%24.55
%70

CMYK color model

#061B4D color CMYK value is (92,65,0,70).

  • cyan value is 92.21%
  • magenta value is 64.94%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(92,65,0,70)
C92M65Y0K70 
(92%,65%,0%,70%)
(0.92/0.65/0.00/0.70)	

CMYK percentages

%92.21
%64.94
%0
%69.8

Codes

Color #061B4D in popluar color models

061B4D
RGB62777
HSL222°85.54%16.27%
HSB/HSV222°92.21%30.20%
CMYK92.21%64.94%0.00%
69.80%

Color #061B4D in popluar number systems.

HEX061B4D
Decimal62777
Binary110110111001101
Octal633115

Shades and tints

Shades of #061B4D

#061B4D
(6,27,77)
#061946
(6,25,70)
#06173F
(6,23,63)
#061538
(6,21,56)
#061331
(6,19,49)
#06112A
(6,17,42)
#060F23
(6,15,35)
#060D1C
(6,13,28)
#060B15
(6,11,21)
#06090E
(6,9,14)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #061B4D

#061B4D
(6,27,77)
#1C2F5D
(28,47,93)
#32436D
(50,67,109)
#48577D
(72,87,125)
#5E6B8D
(94,107,141)
#747F9D
(116,127,157)
#8A93AD
(138,147,173)
#A0A7BD
(160,167,189)
#B6BBCD
(182,187,205)
#CCCFDD
(204,207,221)
#E2E3ED
(226,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061B4D; }

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

This text font color is #061B4D.


Background Color

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

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

This div background color is #061B4D.


Border color

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

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

This div border color is #061B4D.


Opacity

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

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

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

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

This text has shadow with #061B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061B4D on black background.


Color preview on white background

This text has color #061B4D on white background.



Black color preview on #061B4D background

This text has black color on #061B4D background.


White color preview on #061B4D background

This text has white color on #061B4D background.