Color Hex Logo

#014337 Color Hex

#014337
(1,67,55)
0 Favorites   0 Comments

Color spaces of #014337

RGB 16755
HSL0.470.970.13
HSV169°99°26°
CMYK 0.990.000.18   0.74
XYZ2.70934.29664.3010
Yxy4.29660.23960.3800
Hunter Lab20.7282-12.94342.2074
CIE-Lab24.6287-22.38721.9360

#014337 color RGB value is (1,67,55).

#014337 hex color red value is 1, green value is 67 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #014337 hue: 0.47 , saturation: 0.97 and the lightness value of 014337 is 0.13.

The process color (four color CMYK) of #014337 color hex is 0.99, 0.00, 0.18, 0.74. Web safe color of #014337 is #003333. Color #014337 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000011 00110111
Octal 1 103 67
Decimal 1 67 55
Hex 1 43 37

RGB Percentages of Color #014337

%0.81
%54.47
%44.72

CMYK Percentages of Color #014337

%99
%0
%18
%74

Triadic Colors of #014337

#014337 #370143 #433701

Analogous Colors of #014337

#014337 #012e43 #014316

Monochromatic Colors of #014337

#014337

Complementary Color

#014337 #43010d

#014337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014337 Color CSS Codes

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

#014337 Text Font Color

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

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


#014337 Background Color

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

This div background color is #014337


#014337 Border Color

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

This div border color is #014337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014337


Comments

No comments written yet.

Please login to write comment.