COLOR #061B57

HEX: #061B57
RGB: (6,27,87)

Color info

#061B57 contains mainly blue color. Web safe color of #061B57 is #003366 (or #036).

RGB color model

#061B57 color RGB value is (6,27,87).

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

RGB channels and saturation

R 6 of 255 = 2%
G 27 of 255 = 11%
B 87 of 255 = 34%

6
27
87

R + G + B ~ 16%. #061B57 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 27 + 87 = 120 (100%)
R 6 of 120 ~ 5%
G 27 of 120 ~ 22.5%
B 87 of 120 ~ 72.5%

%22.5
%72.5

CMYK color model

#061B57 color CMYK value is (93,69,0,66).

  • cyan value is 93.10%
  • magenta value is 68.97%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(93,69,0,66)
C93M69Y0K66 
(93%,69%,0%,66%)
(0.93/0.69/0.00/0.66)	

CMYK percentages

%93.1
%68.97
%0
%65.88

Codes

Color #061B57 in popluar color models

061B57
RGB62787
HSL224°87.10%18.24%
HSB/HSV224°93.10%34.12%
CMYK93.10%68.97%0.00%
65.88%

Color #061B57 in popluar number systems.

HEX061B57
Decimal62787
Binary110110111010111
Octal633127

Shades and tints

Shades of #061B57

#061B57
(6,27,87)
#061950
(6,25,80)
#061749
(6,23,73)
#061542
(6,21,66)
#06133B
(6,19,59)
#061134
(6,17,52)
#060F2D
(6,15,45)
#060D26
(6,13,38)
#060B1F
(6,11,31)
#060918
(6,9,24)
#060711
(6,7,17)
#000000
(0,0,0)

Tints of #061B57

#061B57
(6,27,87)
#1C2F66
(28,47,102)
#324375
(50,67,117)
#485784
(72,87,132)
#5E6B93
(94,107,147)
#747FA2
(116,127,162)
#8A93B1
(138,147,177)
#A0A7C0
(160,167,192)
#B6BBCF
(182,187,207)
#CCCFDE
(204,207,222)
#E2E3ED
(226,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061B57; }

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

This text font color is #061B57.


Background Color

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

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

This div background color is #061B57.


Border color

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

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

This div border color is #061B57.


Opacity

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

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

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

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

This text has shadow with #061B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061B57 on black background.


Color preview on white background

This text has color #061B57 on white background.



Black color preview on #061B57 background

This text has black color on #061B57 background.


White color preview on #061B57 background

This text has white color on #061B57 background.