COLOR #061B45

HEX: #061B45
RGB: (6,27,69)

Color info

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

RGB color model

#061B45 color RGB value is (6,27,69).

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

RGB channels and saturation

R 6 of 255 = 2%
G 27 of 255 = 11%
B 69 of 255 = 27%

6
27
69

R + G + B ~ 13%. #061B45 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 27 + 69 = 102 (100%)
R 6 of 102 ~ 5.88%
G 27 of 102 ~ 26.47%
B 69 of 102 ~ 67.65%

%26.47
%67.65

CMYK color model

#061B45 color CMYK value is (91,61,0,73).

  • cyan value is 91.30%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(91,61,0,73)
C91M61Y0K73 
(91%,61%,0%,73%)
(0.91/0.61/0.00/0.73)	

CMYK percentages

%91.3
%60.87
%0
%72.94

Codes

Color #061B45 in popluar color models

061B45
RGB62769
HSL220°84.00%14.71%
HSB/HSV220°91.30%27.06%
CMYK91.30%60.87%0.00%
72.94%

Color #061B45 in popluar number systems.

HEX061B45
Decimal62769
Binary110110111000101
Octal633105

Shades and tints

Shades of #061B45

#061B45
(6,27,69)
#06193F
(6,25,63)
#061739
(6,23,57)
#061533
(6,21,51)
#06132D
(6,19,45)
#061127
(6,17,39)
#060F21
(6,15,33)
#060D1B
(6,13,27)
#060B15
(6,11,21)
#06090F
(6,9,15)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #061B45

#061B45
(6,27,69)
#1C2F55
(28,47,85)
#324365
(50,67,101)
#485775
(72,87,117)
#5E6B85
(94,107,133)
#747F95
(116,127,149)
#8A93A5
(138,147,165)
#A0A7B5
(160,167,181)
#B6BBC5
(182,187,197)
#CCCFD5
(204,207,213)
#E2E3E5
(226,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061B45; }

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

This text font color is #061B45.


Background Color

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

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

This div background color is #061B45.


Border color

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

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

This div border color is #061B45.


Opacity

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

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

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

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

This text has shadow with #061B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061B45 on black background.


Color preview on white background

This text has color #061B45 on white background.



Black color preview on #061B45 background

This text has black color on #061B45 background.


White color preview on #061B45 background

This text has white color on #061B45 background.