COLOR #060D38

HEX: #060D38
RGB: (6,13,56)

Color info

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

RGB color model

#060D38 color RGB value is (6,13,56).

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

RGB channels and saturation

R 6 of 255 = 2%
G 13 of 255 = 5%
B 56 of 255 = 22%

6
13
56

R + G + B ~ 10%. #060D38 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 13 + 56 = 75 (100%)
R 6 of 75 ~ 8%
G 13 of 75 ~ 17.33%
B 56 of 75 ~ 74.67%

%17.33
%74.67

CMYK color model

#060D38 color CMYK value is (89,77,0,78).

  • cyan value is 89.29%
  • magenta value is 76.79%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(89,77,0,78)
C89M77Y0K78 
(89%,77%,0%,78%)
(0.89/0.77/0.00/0.78)	

CMYK percentages

%89.29
%76.79
%0
%78.04

Codes

Color #060D38 in popluar color models

060D38
RGB61356
HSL232°80.65%12.16%
HSB/HSV232°89.29%21.96%
CMYK89.29%76.79%0.00%
78.04%

Color #060D38 in popluar number systems.

HEX060D38
Decimal61356
Binary1101101111000
Octal61570

Shades and tints

Shades of #060D38

#060D38
(6,13,56)
#060C33
(6,12,51)
#060B2E
(6,11,46)
#060A29
(6,10,41)
#060924
(6,9,36)
#06081F
(6,8,31)
#06071A
(6,7,26)
#060615
(6,6,21)
#060510
(6,5,16)
#06040B
(6,4,11)
#060306
(6,3,6)
#000000
(0,0,0)

Tints of #060D38

#060D38
(6,13,56)
#1C234A
(28,35,74)
#32395C
(50,57,92)
#484F6E
(72,79,110)
#5E6580
(94,101,128)
#747B92
(116,123,146)
#8A91A4
(138,145,164)
#A0A7B6
(160,167,182)
#B6BDC8
(182,189,200)
#CCD3DA
(204,211,218)
#E2E9EC
(226,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060D38; }

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

This text font color is #060D38.


Background Color

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

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

This div background color is #060D38.


Border color

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

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

This div border color is #060D38.


Opacity

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

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

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

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

This text has shadow with #060D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060D38 on black background.


Color preview on white background

This text has color #060D38 on white background.



Black color preview on #060D38 background

This text has black color on #060D38 background.


White color preview on #060D38 background

This text has white color on #060D38 background.