COLOR #000042

HEX: #000042
RGB: (0,0,66)

Color info

#000042 contains only blue color. Web safe color of #000042 is #000033 (or #003).

RGB color model

#000042 color RGB value is (0,0,66).

  • red value is 0;
  • green value is 0;
  • blue value is 66.
RGB:
(0,0,66)
(0%,0%,26%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 66 of 255 = 26%

0
0
66

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

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 66 = 66 (100%)
R 0 of 66 ~ 0%
G 0 of 66 ~ 0%
B 66 of 66 ~ 100%

%100

CMYK color model

#000042 color CMYK value is (100,100,0,74).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(100,100,0,74)
C100M100Y0K74 
(100%,100%,0%,74%)
(1.00/1.00/0.00/0.74)	

CMYK percentages

%100
%100
%0
%74.12

Codes

Color #000042 in popluar color models

000042
RGB0066
HSL240°100.00%12.94%
HSB/HSV240°100.00%25.88%
CMYK100.00%100.00%0.00%
74.12%

Color #000042 in popluar number systems.

HEX000042
Decimal0066
Binary001000010
Octal00102

Shades and tints

Shades of #000042

#000042
(0,0,66)
#00003C
(0,0,60)
#000036
(0,0,54)
#000030
(0,0,48)
#00002A
(0,0,42)
#000024
(0,0,36)
#00001E
(0,0,30)
#000018
(0,0,24)
#000012
(0,0,18)
#00000C
(0,0,12)
#000006
(0,0,6)
#000000
(0,0,0)

Tints of #000042

#000042
(0,0,66)
#171753
(23,23,83)
#2E2E64
(46,46,100)
#454575
(69,69,117)
#5C5C86
(92,92,134)
#737397
(115,115,151)
#8A8AA8
(138,138,168)
#A1A1B9
(161,161,185)
#B8B8CA
(184,184,202)
#CFCFDB
(207,207,219)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000042 color. Also use rgb(0,0,66) instead hex code.

Text Font Color

.myTextColor { color: #000042; }

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

This text font color is #000042.


Background Color

.myBgColor { background-color: #000042; }

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

This div background color is #000042.


Border color

.myBorderColor { border: 1px solid #000042; }

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

This div border color is #000042.


Opacity

.myOpacity80 { color: #000042; opacity: 0.8; }

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

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

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

This text has shadow with #000042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000042 on black background.


Color preview on white background

This text has color #000042 on white background.



Black color preview on #000042 background

This text has black color on #000042 background.


White color preview on #000042 background

This text has white color on #000042 background.