COLOR #06008A

HEX: #06008A
RGB: (6,0,138)

Color info

#06008A contains mainly blue color. Web safe color of #06008A is #000099 (or #009).

RGB color model

#06008A color RGB value is (6,0,138).

  • red value is 6;
  • green value is 0;
  • blue value is 138.
RGB:
(6,0,138)
(2%,0%,54%)

RGB channels and saturation

R 6 of 255 = 2%
G 0 of 255 = 0%
B 138 of 255 = 54%

6
0
138

R + G + B ~ 19%. #06008A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 0 + 138 = 144 (100%)
R 6 of 144 ~ 4.17%
G 0 of 144 ~ 0%
B 138 of 144 ~ 95.83%

%95.83

CMYK color model

#06008A color CMYK value is (96,100,0,46).

  • cyan value is 95.65%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(96,100,0,46)
C96M100Y0K46 
(96%,100%,0%,46%)
(0.96/1.00/0.00/0.46)	

CMYK percentages

%95.65
%100
%0
%45.88

Codes

Color #06008A in popluar color models

06008A
RGB60138
HSL243°100.00%27.06%
HSB/HSV243°100.00%54.12%
CMYK95.65%100.00%0.00%
45.88%

Color #06008A in popluar number systems.

HEX06008A
Decimal60138
Binary110010001010
Octal60212

Shades and tints

Shades of #06008A

#06008A
(6,0,138)
#06007E
(6,0,126)
#060072
(6,0,114)
#060066
(6,0,102)
#06005A
(6,0,90)
#06004E
(6,0,78)
#060042
(6,0,66)
#060036
(6,0,54)
#06002A
(6,0,42)
#06001E
(6,0,30)
#060012
(6,0,18)
#000000
(0,0,0)

Tints of #06008A

#06008A
(6,0,138)
#1C1794
(28,23,148)
#322E9E
(50,46,158)
#4845A8
(72,69,168)
#5E5CB2
(94,92,178)
#7473BC
(116,115,188)
#8A8AC6
(138,138,198)
#A0A1D0
(160,161,208)
#B6B8DA
(182,184,218)
#CCCFE4
(204,207,228)
#E2E6EE
(226,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06008A color. Also use rgb(6,0,138) instead hex code.

Text Font Color

.myTextColor { color: #06008A; }

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

This text font color is #06008A.


Background Color

.myBgColor { background-color: #06008A; }

<div style="background-color:#06008A">Inner text</div>

This div background color is #06008A.


Border color

.myBorderColor { border: 1px solid #06008A; }

<div style="border:3px solid #06008A">Div</div>

This div border color is #06008A.


Opacity

.myOpacity80 { color: #06008A; opacity: 0.8; }

<p style="color:#06008A;opacity:0.8;">80%</p>

Text with #06008A 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 #06008A;}

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

This text has shadow with #06008A color.

.textShadow {text-shadow: 3px 3px 1px #06008A, 3px 3px 1px red;}

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

This text has shadow with #06008A primary color and red secondary color.


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

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

This text has shadow with #06008A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06008A on black background.


Color preview on white background

This text has color #06008A on white background.



Black color preview on #06008A background

This text has black color on #06008A background.


White color preview on #06008A background

This text has white color on #06008A background.