COLOR #060B26

HEX: #060B26
RGB: (6,11,38)

Color info

#060B26 contains red, green and blue colors in about the same proportion. Web safe color of #060B26 is #000033 (or #003).

RGB color model

#060B26 color RGB value is (6,11,38).

  • red value is 6;
  • green value is 11;
  • blue value is 38.
RGB:
(6,11,38)
(2%,4%,15%)

RGB channels and saturation

R 6 of 255 = 2%
G 11 of 255 = 4%
B 38 of 255 = 15%

6
11
38

R + G + B ~ 7%. #060B26 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 11 + 38 = 55 (100%)
R 6 of 55 ~ 10.91%
G 11 of 55 ~ 20%
B 38 of 55 ~ 69.09%

%10.91
%20
%69.09

CMYK color model

#060B26 color CMYK value is (84,71,0,85).

  • cyan value is 84.21%
  • magenta value is 71.05%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(84,71,0,85)
C84M71Y0K85 
(84%,71%,0%,85%)
(0.84/0.71/0.00/0.85)	

CMYK percentages

%84.21
%71.05
%0
%85.1

Codes

Color #060B26 in popluar color models

060B26
RGB61138
HSL231°72.73%8.63%
HSB/HSV231°84.21%14.90%
CMYK84.21%71.05%0.00%
85.10%

Color #060B26 in popluar number systems.

HEX060B26
Decimal61138
Binary1101011100110
Octal61346

Shades and tints

Shades of #060B26

#060B26
(6,11,38)
#060A23
(6,10,35)
#060920
(6,9,32)
#06081D
(6,8,29)
#06071A
(6,7,26)
#060617
(6,6,23)
#060514
(6,5,20)
#060411
(6,4,17)
#06030E
(6,3,14)
#06020B
(6,2,11)
#060108
(6,1,8)
#000000
(0,0,0)

Tints of #060B26

#060B26
(6,11,38)
#1C2139
(28,33,57)
#32374C
(50,55,76)
#484D5F
(72,77,95)
#5E6372
(94,99,114)
#747985
(116,121,133)
#8A8F98
(138,143,152)
#A0A5AB
(160,165,171)
#B6BBBE
(182,187,190)
#CCD1D1
(204,209,209)
#E2E7E4
(226,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060B26 color. Also use rgb(6,11,38) instead hex code.

Text Font Color

.myTextColor { color: #060B26; }

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

This text font color is #060B26.


Background Color

.myBgColor { background-color: #060B26; }

<div style="background-color:#060B26">Inner text</div>

This div background color is #060B26.


Border color

.myBorderColor { border: 1px solid #060B26; }

<div style="border:3px solid #060B26">Div</div>

This div border color is #060B26.


Opacity

.myOpacity80 { color: #060B26; opacity: 0.8; }

<p style="color:#060B26;opacity:0.8;">80%</p>

Text with #060B26 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 #060B26;}

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

This text has shadow with #060B26 color.

.textShadow {text-shadow: 3px 3px 1px #060B26, 3px 3px 1px red;}

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

This text has shadow with #060B26 primary color and red secondary color.


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

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

This text has shadow with #060B26 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060B26 on black background.


Color preview on white background

This text has color #060B26 on white background.



Black color preview on #060B26 background

This text has black color on #060B26 background.


White color preview on #060B26 background

This text has white color on #060B26 background.