Color Hex Logo

#00042e Color Hex

#00042E
(0,4,46)
0 Favorites   0 Comments

Color spaces of #00042e

RGB 0446
HSL0.651.000.09
HSV235°100°18°
CMYK 1.000.910.00   0.82
XYZ0.53660.28412.6113
Yxy0.28410.15640.0828
Hunter Lab5.33018.6425-25.3160
CIE-Lab2.566310.9198-25.6653

#00042e color RGB value is (0,4,46).

#00042e hex color red value is 0, green value is 4 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #00042e hue: 0.65 , saturation: 1.00 and the lightness value of 00042e is 0.09.

The process color (four color CMYK) of #00042e color hex is 1.00, 0.91, 0.00, 0.82. Web safe color of #00042e is #000033. Color #00042e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000100 00101110
Octal 0 4 56
Decimal 0 4 46
Hex 0 4 2E

RGB Percentages of Color #00042e

%0.00
%8.00
%92.00

CMYK Percentages of Color #00042e

%100
%91
%0
%82

Triadic Colors of #00042e

#00042e #2e0004 #042e00

Analogous Colors of #00042e

#00042e #13002e #001b2e

Monochromatic Colors of #00042e

#00042e

Complementary Color

#00042e #2e2a00

#00042e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00042e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00042e Color CSS Codes

.mybgcolor {background-color:#00042e; } 
.myforecolor {color:#00042e; }
.mybordercolor {border:3px solid #00042e; }

#00042e Text Font Color

<p style="color:#00042e">Text here</p>

This sample text font color is #00042e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00042e Background Color

<div style="background-color:#00042e">
Div content here</div>

This div background color is #00042e


#00042e Border Color

<div style="border:3px solid #00042e">
Div here</div>

This div border color is #00042e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,4,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00042e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00042e;
  -webkit-box-shadow: 1px 1px 3px 2px #00042e;
  box-shadow:         1px 1px 3px 2px #00042e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,4,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00042e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00042e;
  -webkit-box-shadow: 1px 1px 3px 2px #00042e;
  box-shadow:         1px 1px 3px 2px #00042e;">
Div content here</div>

This div box has shadow with color #00042e


Comments

No comments written yet.

Please login to write comment.