Color Hex Logo

#004362 Color Hex

#004362
(0,67,98)
0 Favorites   0 Comments

Color spaces of #004362

RGB 06798
HSL0.551.000.19
HSV199°100°38°
CMYK 1.000.320.00   0.62
XYZ4.21184.896212.2783
Yxy4.89620.19690.2289
Hunter Lab22.1274-4.7466-17.4104
CIE-Lab26.4370-5.9832-23.4578

#004362 color RGB value is (0,67,98).

#004362 hex color red value is 0, green value is 67 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #004362 hue: 0.55 , saturation: 1.00 and the lightness value of 004362 is 0.19.

The process color (four color CMYK) of #004362 color hex is 1.00, 0.32, 0.00, 0.62. Web safe color of #004362 is #003366. Color #004362 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000011 01100010
Octal 0 103 142
Decimal 0 67 98
Hex 0 43 62

RGB Percentages of Color #004362

%0.00
%40.61
%59.39

CMYK Percentages of Color #004362

%100
%32
%0
%62

Triadic Colors of #004362

#004362 #620043 #436200

Analogous Colors of #004362

#004362 #001262 #006250

Monochromatic Colors of #004362

#004362

Complementary Color

#004362 #621f00

#004362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004362 Color CSS Codes

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

#004362 Text Font Color

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

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


#004362 Background Color

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

This div background color is #004362


#004362 Border Color

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

This div border color is #004362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004362


Comments

No comments written yet.

Please login to write comment.