COLOR #060A33

HEX: #060A33
RGB: (6,10,51)

Color info

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

RGB color model

#060A33 color RGB value is (6,10,51).

  • red value is 6;
  • green value is 10;
  • blue value is 51.
RGB:
(6,10,51)
(2%,4%,20%)

RGB channels and saturation

R 6 of 255 = 2%
G 10 of 255 = 4%
B 51 of 255 = 20%

6
10
51

R + G + B ~ 9%. #060A33 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 10 + 51 = 67 (100%)
R 6 of 67 ~ 8.96%
G 10 of 67 ~ 14.93%
B 51 of 67 ~ 76.12%

%14.93
%76.12

CMYK color model

#060A33 color CMYK value is (88,80,0,80).

  • cyan value is 88.24%
  • magenta value is 80.39%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(88,80,0,80)
C88M80Y0K80 
(88%,80%,0%,80%)
(0.88/0.80/0.00/0.80)	

CMYK percentages

%88.24
%80.39
%0
%80

Codes

Color #060A33 in popluar color models

060A33
RGB61051
HSL235°78.95%11.18%
HSB/HSV235°88.24%20.00%
CMYK88.24%80.39%0.00%
80.00%

Color #060A33 in popluar number systems.

HEX060A33
Decimal61051
Binary1101010110011
Octal61263

Shades and tints

Shades of #060A33

#060A33
(6,10,51)
#060A2F
(6,10,47)
#060A2B
(6,10,43)
#060A27
(6,10,39)
#060A23
(6,10,35)
#060A1F
(6,10,31)
#060A1B
(6,10,27)
#060A17
(6,10,23)
#060A13
(6,10,19)
#060A0F
(6,10,15)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #060A33

#060A33
(6,10,51)
#1C2045
(28,32,69)
#323657
(50,54,87)
#484C69
(72,76,105)
#5E627B
(94,98,123)
#74788D
(116,120,141)
#8A8E9F
(138,142,159)
#A0A4B1
(160,164,177)
#B6BAC3
(182,186,195)
#CCD0D5
(204,208,213)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060A33 color. Also use rgb(6,10,51) instead hex code.

Text Font Color

.myTextColor { color: #060A33; }

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

This text font color is #060A33.


Background Color

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

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

This div background color is #060A33.


Border color

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

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

This div border color is #060A33.


Opacity

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

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

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

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

This text has shadow with #060A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060A33 on black background.


Color preview on white background

This text has color #060A33 on white background.



Black color preview on #060A33 background

This text has black color on #060A33 background.


White color preview on #060A33 background

This text has white color on #060A33 background.