Color Hex Logo

#00033e Color Hex

#00033E
(0,3,62)
0 Favorites   0 Comments

Color spaces of #00033e

RGB 0362
HSL0.661.000.12
HSV237°100°24°
CMYK 1.000.950.00   0.76
XYZ0.90210.41294.5896
Yxy0.41290.15280.0699
Hunter Lab6.425713.8144-37.8501
CIE-Lab3.729720.8207-35.5874

#00033e color RGB value is (0,3,62).

#00033e hex color red value is 0, green value is 3 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #00033e hue: 0.66 , saturation: 1.00 and the lightness value of 00033e is 0.12.

The process color (four color CMYK) of #00033e color hex is 1.00, 0.95, 0.00, 0.76. Web safe color of #00033e is #000033. Color #00033e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000011 00111110
Octal 0 3 76
Decimal 0 3 62
Hex 0 3 3E

RGB Percentages of Color #00033e

%0.00
%4.62
%95.38

CMYK Percentages of Color #00033e

%100
%95
%0
%76

Triadic Colors of #00033e

#00033e #3e0003 #033e00

Analogous Colors of #00033e

#00033e #1c003e #00223e

Monochromatic Colors of #00033e

#00033e

Complementary Color

#00033e #3e3b00

#00033e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00033e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00033e Color CSS Codes

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

#00033e Text Font Color

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

This sample text font color is #00033e
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.


#00033e Background Color

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

This div background color is #00033e


#00033e Border Color

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

This div border color is #00033e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00033e


Comments

No comments written yet.

Please login to write comment.