COLOR #060D2B

HEX: #060D2B
RGB: (6,13,43)

Color info

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

RGB color model

#060D2B color RGB value is (6,13,43).

  • red value is 6;
  • green value is 13;
  • blue value is 43.
RGB:
(6,13,43)
(2%,5%,17%)

RGB channels and saturation

R 6 of 255 = 2%
G 13 of 255 = 5%
B 43 of 255 = 17%

6
13
43

R + G + B ~ 8%. #060D2B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 13 + 43 = 62 (100%)
R 6 of 62 ~ 9.68%
G 13 of 62 ~ 20.97%
B 43 of 62 ~ 69.35%

%9.68
%20.97
%69.35

CMYK color model

#060D2B color CMYK value is (86,70,0,83).

  • cyan value is 86.05%
  • magenta value is 69.77%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(86,70,0,83)
C86M70Y0K83 
(86%,70%,0%,83%)
(0.86/0.70/0.00/0.83)	

CMYK percentages

%86.05
%69.77
%0
%83.14

Codes

Color #060D2B in popluar color models

060D2B
RGB61343
HSL229°75.51%9.61%
HSB/HSV229°86.05%16.86%
CMYK86.05%69.77%0.00%
83.14%

Color #060D2B in popluar number systems.

HEX060D2B
Decimal61343
Binary1101101101011
Octal61553

Shades and tints

Shades of #060D2B

#060D2B
(6,13,43)
#060C28
(6,12,40)
#060B25
(6,11,37)
#060A22
(6,10,34)
#06091F
(6,9,31)
#06081C
(6,8,28)
#060719
(6,7,25)
#060616
(6,6,22)
#060513
(6,5,19)
#060410
(6,4,16)
#06030D
(6,3,13)
#000000
(0,0,0)

Tints of #060D2B

#060D2B
(6,13,43)
#1C233E
(28,35,62)
#323951
(50,57,81)
#484F64
(72,79,100)
#5E6577
(94,101,119)
#747B8A
(116,123,138)
#8A919D
(138,145,157)
#A0A7B0
(160,167,176)
#B6BDC3
(182,189,195)
#CCD3D6
(204,211,214)
#E2E9E9
(226,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060D2B color. Also use rgb(6,13,43) instead hex code.

Text Font Color

.myTextColor { color: #060D2B; }

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

This text font color is #060D2B.


Background Color

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

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

This div background color is #060D2B.


Border color

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

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

This div border color is #060D2B.


Opacity

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

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

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

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

This text has shadow with #060D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060D2B on black background.


Color preview on white background

This text has color #060D2B on white background.



Black color preview on #060D2B background

This text has black color on #060D2B background.


White color preview on #060D2B background

This text has white color on #060D2B background.