Color Hex Logo

#004370 Color Hex

#004370
(0,67,112)
0 Favorites   0 Comments

Color spaces of #004370

RGB 067112
HSL0.571.000.22
HSV204°100°44°
CMYK 1.000.400.00   0.56
XYZ4.93185.184216.0699
Yxy5.18420.18830.1980
Hunter Lab22.7688-1.1818-25.9078
CIE-Lab27.25320.0551-31.1188

#004370 color RGB value is (0,67,112).

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

The process color (four color CMYK) of #004370 color hex is 1.00, 0.40, 0.00, 0.56. Web safe color of #004370 is #003366. Color #004370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000011 01110000
Octal 0 103 160
Decimal 0 67 112
Hex 0 43 70

RGB Percentages of Color #004370

%0.00
%37.43
%62.57

CMYK Percentages of Color #004370

%100
%40
%0
%56

Triadic Colors of #004370

#004370 #700043 #437000

Analogous Colors of #004370

#004370 #000b70 #007065

Monochromatic Colors of #004370

#004370

Complementary Color

#004370 #702d00

#004370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004370 Color CSS Codes

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

#004370 Text Font Color

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

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


#004370 Background Color

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

This div background color is #004370


#004370 Border Color

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

This div border color is #004370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004370


Comments

No comments written yet.

Please login to write comment.