COLOR #00002A

HEX: #00002A
RGB: (0,0,42)

Color info

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

RGB color model

#00002A color RGB value is (0,0,42).

  • red value is 0;
  • green value is 0;
  • blue value is 42.
RGB:
(0,0,42)
(0%,0%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 42 of 255 = 16%

0
0
42

R + G + B ~ 5%. #00002A is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#00002A color CMYK value is (100,100,0,84).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(100,100,0,84)
C100M100Y0K84 
(100%,100%,0%,84%)
(1.00/1.00/0.00/0.84)	

CMYK percentages

%100
%100
%0
%83.53

Codes

Color #00002A in popluar color models

00002A
RGB0042
HSL240°100.00%8.24%
HSB/HSV240°100.00%16.47%
CMYK100.00%100.00%0.00%
83.53%

Color #00002A in popluar number systems.

HEX00002A
Decimal0042
Binary00101010
Octal0052

Shades and tints

Shades of #00002A

#00002A
(0,0,42)
#000027
(0,0,39)
#000024
(0,0,36)
#000021
(0,0,33)
#00001E
(0,0,30)
#00001B
(0,0,27)
#000018
(0,0,24)
#000015
(0,0,21)
#000012
(0,0,18)
#00000F
(0,0,15)
#00000C
(0,0,12)
#000000
(0,0,0)

Tints of #00002A

#00002A
(0,0,42)
#17173D
(23,23,61)
#2E2E50
(46,46,80)
#454563
(69,69,99)
#5C5C76
(92,92,118)
#737389
(115,115,137)
#8A8A9C
(138,138,156)
#A1A1AF
(161,161,175)
#B8B8C2
(184,184,194)
#CFCFD5
(207,207,213)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00002A; }

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

This text font color is #00002A.


Background Color

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

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

This div background color is #00002A.


Border color

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

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

This div border color is #00002A.


Opacity

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

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

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

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

This text has shadow with #00002A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00002A on black background.


Color preview on white background

This text has color #00002A on white background.



Black color preview on #00002A background

This text has black color on #00002A background.


White color preview on #00002A background

This text has white color on #00002A background.